HEX: #476FAA
RGB: (71,111,170)
#476FAA enthält hauptsächlich grüne und blaue Farbe. Für #476FAA ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #476FAA wird in RGB als (71,111,170) definiert.
RGB: (71,111,170)
(28%, 44%, 67%)
R 71 von 255 = 28%
G 111 von 255 = 44%
B 170 von 255 = 67%
R + G + B ~ 46%. #476FAA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 71 + 111 + 170 = 352 (100%)
R 71 von 352 ~ 20.17%
G 111 von 352 ~ 31.53%
B 170 von 352 ~ 48.3'%
Die Farbe #476FAA wird in CMYK als (58,35,0,33) definiert.
CMYK: (58,35,0,33)
C58M35Y0K33 (58%, 35%, 0%, 33%)
(0.58 / 0.35 / 0.00 / 0.33)
Farbe #476FAA in den populären Farbmodellen.
47 | 6F | AA | |
---|---|---|---|
RGB | 71 | 111 | 170 |
HSL | 216° | 41.08% | 47.25% |
HSB/HSV | 216° | 58.24% | 66.67% |
CMYK | 58.24% | 34.71% | 0.00% |
33.33% |
Die Farbe #476FAA in den populären Zahlensystemen.
Hexadezimal | 47 | 6F | AA |
Dezimal | 71 | 111 | 170 |
Binär | 1000111 | 1101111 | 10101010 |
Oktal | 107 | 157 | 252 |
Dunkle Töne der Farbe #476FAA
Helle Töne der Farbe #476FAA
Beispiele css- und html für Elemente in der Farbe #476FAA. Bitte benutzen Sie auch rgb(71,111,170) statt hex-Code.
.myTextColor { color: #476FAA; }
<p style="color:#476FAA">This sample text font color is #476FAA.</p>
Die Farbe dieses Textes ist #476FAA.
.myBgColor { background-color: #476FAA; }
<div style="background-color:#476FAA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #476FAA.
.myBorderColor { border: 1px solid #476FAA; }
<div style="border:3px solid #476FAA">Div</div>
Die Grenzen von diesem div sind in Farbe #476FAA.
.myOpacity80 { color: #476FAA; opacity: 0.8; }
<p style="color:#476FAA;opacity:0.8;">80%</p>
Text in Farbe #476FAA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476FAA;}
<p style="text-shadow: 3px 3px 1px #476FAA">Text here.</p>
Dieser Text hat den Schatten in Farbe #476FAA.
.textShadow {text-shadow: 3px 3px 1px #476FAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476FAA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #476FAA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476FAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476FAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #476FAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #476FAA;
-webkit-box-shadow: 1px 1px 3px 2px #476FAA;
box-shadow: 1px 1px 3px 2px #476FAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #476FAA; -webkit-box-shadow: 1px 1px 3px 2px #476FAA; box-shadow:1px 1px 3px 2px #476FAA;">
Div content here
</div>
Dieser Text ist in der Farbe #476FAA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #476FAA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #476FAA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #476FAA.
Kontrastfarbe für #hex ist #B89055.