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