HEX: #474E92
RGB: (71,78,146)
#474E92 enthält hauptsächlich blaue Farbe. Für #474E92 ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #474E92 wird in RGB als (71,78,146) definiert.
RGB: (71,78,146)
(28%, 31%, 57%)
R 71 von 255 = 28%
G 78 von 255 = 31%
B 146 von 255 = 57%
R + G + B ~ 39%. #474E92 ziemlich dunkle Farbe.
R + G + B = 71 + 78 + 146 = 295 (100%)
R 71 von 295 ~ 24.07%
G 78 von 295 ~ 26.44%
B 146 von 295 ~ 49.49'%
Die Farbe #474E92 wird in CMYK als (51,47,0,43) definiert.
CMYK: (51,47,0,43)
C51M47Y0K43 (51%, 47%, 0%, 43%)
(0.51 / 0.47 / 0.00 / 0.43)
Farbe #474E92 in den populären Farbmodellen.
47 | 4E | 92 | |
---|---|---|---|
RGB | 71 | 78 | 146 |
HSL | 234° | 34.56% | 42.55% |
HSB/HSV | 234° | 51.37% | 57.25% |
CMYK | 51.37% | 46.58% | 0.00% |
42.75% |
Die Farbe #474E92 in den populären Zahlensystemen.
Hexadezimal | 47 | 4E | 92 |
Dezimal | 71 | 78 | 146 |
Binär | 1000111 | 1001110 | 10010010 |
Oktal | 107 | 116 | 222 |
Dunkle Töne der Farbe #474E92
Helle Töne der Farbe #474E92
Beispiele css- und html für Elemente in der Farbe #474E92. Bitte benutzen Sie auch rgb(71,78,146) statt hex-Code.
.myTextColor { color: #474E92; }
<p style="color:#474E92">This sample text font color is #474E92.</p>
Die Farbe dieses Textes ist #474E92.
.myBgColor { background-color: #474E92; }
<div style="background-color:#474E92">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #474E92.
.myBorderColor { border: 1px solid #474E92; }
<div style="border:3px solid #474E92">Div</div>
Die Grenzen von diesem div sind in Farbe #474E92.
.myOpacity80 { color: #474E92; opacity: 0.8; }
<p style="color:#474E92;opacity:0.8;">80%</p>
Text in Farbe #474E92 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474E92;}
<p style="text-shadow: 3px 3px 1px #474E92">Text here.</p>
Dieser Text hat den Schatten in Farbe #474E92.
.textShadow {text-shadow: 3px 3px 1px #474E92', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474E92, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #474E92 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474E92, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474E92, Direction=45, Strength=4)">Text</p>
This text has shadow with #474E92 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #474E92;
-webkit-box-shadow: 1px 1px 3px 2px #474E92;
box-shadow: 1px 1px 3px 2px #474E92;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #474E92; -webkit-box-shadow: 1px 1px 3px 2px #474E92; box-shadow:1px 1px 3px 2px #474E92;">
Div content here
</div>
Dieser Text ist in der Farbe #474E92 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #474E92 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #474E92.
Dieser Text ist weiß auf dem Hintergrund in Farbe #474E92.
Kontrastfarbe für #hex ist #B8B16D.