HEX: #477090
RGB: (71,112,144)
#477090 enthält hauptsächlich grüne und blaue Farbe. Für #477090 ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #477090 wird in RGB als (71,112,144) definiert.
RGB: (71,112,144)
(28%, 44%, 56%)
R 71 von 255 = 28%
G 112 von 255 = 44%
B 144 von 255 = 56%
R + G + B ~ 43%. #477090 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 71 + 112 + 144 = 327 (100%)
R 71 von 327 ~ 21.71%
G 112 von 327 ~ 34.25%
B 144 von 327 ~ 44.04'%
Die Farbe #477090 wird in CMYK als (51,22,0,44) definiert.
CMYK: (51,22,0,44)
C51M22Y0K44 (51%, 22%, 0%, 44%)
(0.51 / 0.22 / 0.00 / 0.44)
Farbe #477090 in den populären Farbmodellen.
47 | 70 | 90 | |
---|---|---|---|
RGB | 71 | 112 | 144 |
HSL | 206° | 33.95% | 42.16% |
HSB/HSV | 206° | 50.69% | 56.47% |
CMYK | 50.69% | 22.22% | 0.00% |
43.53% |
Die Farbe #477090 in den populären Zahlensystemen.
Hexadezimal | 47 | 70 | 90 |
Dezimal | 71 | 112 | 144 |
Binär | 1000111 | 1110000 | 10010000 |
Oktal | 107 | 160 | 220 |
Dunkle Töne der Farbe #477090
Helle Töne der Farbe #477090
Beispiele css- und html für Elemente in der Farbe #477090. Bitte benutzen Sie auch rgb(71,112,144) statt hex-Code.
.myTextColor { color: #477090; }
<p style="color:#477090">This sample text font color is #477090.</p>
Die Farbe dieses Textes ist #477090.
.myBgColor { background-color: #477090; }
<div style="background-color:#477090">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #477090.
.myBorderColor { border: 1px solid #477090; }
<div style="border:3px solid #477090">Div</div>
Die Grenzen von diesem div sind in Farbe #477090.
.myOpacity80 { color: #477090; opacity: 0.8; }
<p style="color:#477090;opacity:0.8;">80%</p>
Text in Farbe #477090 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477090;}
<p style="text-shadow: 3px 3px 1px #477090">Text here.</p>
Dieser Text hat den Schatten in Farbe #477090.
.textShadow {text-shadow: 3px 3px 1px #477090', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477090, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #477090 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477090, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477090, Direction=45, Strength=4)">Text</p>
This text has shadow with #477090 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #477090;
-webkit-box-shadow: 1px 1px 3px 2px #477090;
box-shadow: 1px 1px 3px 2px #477090;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #477090; -webkit-box-shadow: 1px 1px 3px 2px #477090; box-shadow:1px 1px 3px 2px #477090;">
Div content here
</div>
Dieser Text ist in der Farbe #477090 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #477090 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #477090.
Dieser Text ist weiß auf dem Hintergrund in Farbe #477090.
Kontrastfarbe für #hex ist #B88F6F.