HEX: #4C317B
RGB: (76,49,123)
#4C317B enthält hauptsächlich rote und blaue Farbe. Für #4C317B ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #4C317B wird in RGB als (76,49,123) definiert.
RGB: (76,49,123)
(30%, 19%, 48%)
R 76 von 255 = 30%
G 49 von 255 = 19%
B 123 von 255 = 48%
R + G + B ~ 32%. #4C317B ziemlich dunkle Farbe.
R + G + B = 76 + 49 + 123 = 248 (100%)
R 76 von 248 ~ 30.65%
G 49 von 248 ~ 19.76%
B 123 von 248 ~ 49.6'%
Die Farbe #4C317B wird in CMYK als (38,60,0,52) definiert.
CMYK: (38,60,0,52)
C38M60Y0K52 (38%, 60%, 0%, 52%)
(0.38 / 0.60 / 0.00 / 0.52)
Farbe #4C317B in den populären Farbmodellen.
4C | 31 | 7B | |
---|---|---|---|
RGB | 76 | 49 | 123 |
HSL | 262° | 43.02% | 33.73% |
HSB/HSV | 262° | 60.16% | 48.24% |
CMYK | 38.21% | 60.16% | 0.00% |
51.76% |
Die Farbe #4C317B in den populären Zahlensystemen.
Hexadezimal | 4C | 31 | 7B |
Dezimal | 76 | 49 | 123 |
Binär | 1001100 | 110001 | 1111011 |
Oktal | 114 | 61 | 173 |
Dunkle Töne der Farbe #4C317B
Helle Töne der Farbe #4C317B
Beispiele css- und html für Elemente in der Farbe #4C317B. Bitte benutzen Sie auch rgb(76,49,123) statt hex-Code.
.myTextColor { color: #4C317B; }
<p style="color:#4C317B">This sample text font color is #4C317B.</p>
Die Farbe dieses Textes ist #4C317B.
.myBgColor { background-color: #4C317B; }
<div style="background-color:#4C317B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C317B.
.myBorderColor { border: 1px solid #4C317B; }
<div style="border:3px solid #4C317B">Div</div>
Die Grenzen von diesem div sind in Farbe #4C317B.
.myOpacity80 { color: #4C317B; opacity: 0.8; }
<p style="color:#4C317B;opacity:0.8;">80%</p>
Text in Farbe #4C317B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C317B;}
<p style="text-shadow: 3px 3px 1px #4C317B">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C317B.
.textShadow {text-shadow: 3px 3px 1px #4C317B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C317B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C317B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C317B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C317B, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C317B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C317B;
-webkit-box-shadow: 1px 1px 3px 2px #4C317B;
box-shadow: 1px 1px 3px 2px #4C317B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C317B; -webkit-box-shadow: 1px 1px 3px 2px #4C317B; box-shadow:1px 1px 3px 2px #4C317B;">
Div content here
</div>
Dieser Text ist in der Farbe #4C317B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C317B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C317B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C317B.
Kontrastfarbe für #hex ist #B3CE84.