HEX: #477688
RGB: (71,118,136)
#477688 enthält hauptsächlich grüne und blaue Farbe. Für #477688 ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #477688 wird in RGB als (71,118,136) definiert.
RGB: (71,118,136)
(28%, 46%, 53%)
R 71 von 255 = 28%
G 118 von 255 = 46%
B 136 von 255 = 53%
R + G + B ~ 42%. #477688 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 71 + 118 + 136 = 325 (100%)
R 71 von 325 ~ 21.85%
G 118 von 325 ~ 36.31%
B 136 von 325 ~ 41.85'%
Die Farbe #477688 wird in CMYK als (48,13,0,47) definiert.
CMYK: (48,13,0,47) C48M13Y0K47 (48%,13%,0%,47%) (0.48/0.13/0.00/0.47)
Farbe #477688 in den populären Farbmodellen.
47 | 76 | 88 | |
---|---|---|---|
RGB | 71 | 118 | 136 |
HSL | 197° | 31.40% | 40.59% |
HSB/HSV | 197° | 47.79% | 53.33% |
CMYK | 47.79% | 13.24% | 0.00% |
46.67% |
Die Farbe #477688 in den populären Zahlensystemen.
Hexadezimal | 47 | 76 | 88 |
Dezimal | 71 | 118 | 136 |
Binär | 1000111 | 1110110 | 10001000 |
Oktal | 107 | 166 | 210 |
Dunkle Töne der Farbe #477688
Helle Töne der Farbe #477688
Beispiele css- und html für Elemente in der Farbe #477688. Bitte benutzen Sie auch rgb(71,118,136) statt hex-Code.
.myTextColor { color: #477688; }
<p style="color:#477688">This sample text font color is #477688.</p>
Die Farbe dieses Textes ist #477688.
.myBgColor { background-color: #477688; }
<div style="background-color:#477688">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #477688.
.myBorderColor { border: 1px solid #477688; }
<div style="border:3px solid #477688">Div</div>
Die Grenzen von diesem div sind in Farbe #477688.
.myOpacity80 { color: #477688; opacity: 0.8; }
<p style="color:#477688;opacity:0.8;">80%</p>
Text in Farbe #477688 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477688;}
<p style="text-shadow: 3px 3px 1px #477688">Text here.</p>
Dieser Text hat den Schatten in Farbe #477688.
.textShadow {text-shadow: 3px 3px 1px #477688', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477688, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #477688 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477688, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477688, Direction=45, Strength=4)">Text</p>
This text has shadow with #477688 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #477688;
-webkit-box-shadow: 1px 1px 3px 2px #477688;
box-shadow: 1px 1px 3px 2px #477688;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #477688; -webkit-box-shadow: 1px 1px 3px 2px #477688; box-shadow:1px 1px 3px 2px #477688;">
Div content here
</div>
Dieser Text ist in der Farbe #477688 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #477688 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #477688.
Dieser Text ist weiß auf dem Hintergrund in Farbe #477688.
Kontrastfarbe für #hex ist #B88977.