HEX: #474977
RGB: (71,73,119)
#474977 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #474977 ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #474977 wird in RGB als (71,73,119) definiert.
RGB: (71,73,119)
(28%, 29%, 47%)
R 71 von 255 = 28%
G 73 von 255 = 29%
B 119 von 255 = 47%
R + G + B ~ 35%. #474977 ziemlich dunkle Farbe.
R + G + B = 71 + 73 + 119 = 263 (100%)
R 71 von 263 ~ 27%
G 73 von 263 ~ 27.76%
B 119 von 263 ~ 45.25'%
Die Farbe #474977 wird in CMYK als (40,39,0,53) definiert.
CMYK: (40,39,0,53) C40M39Y0K53 (40%,39%,0%,53%) (0.40/0.39/0.00/0.53)
Farbe #474977 in den populären Farbmodellen.
47 | 49 | 77 | |
---|---|---|---|
RGB | 71 | 73 | 119 |
HSL | 238° | 25.26% | 37.25% |
HSB/HSV | 238° | 40.34% | 46.67% |
CMYK | 40.34% | 38.66% | 0.00% |
53.33% |
Die Farbe #474977 in den populären Zahlensystemen.
Hexadezimal | 47 | 49 | 77 |
Dezimal | 71 | 73 | 119 |
Binär | 1000111 | 1001001 | 1110111 |
Oktal | 107 | 111 | 167 |
Dunkle Töne der Farbe #474977
Helle Töne der Farbe #474977
Beispiele css- und html für Elemente in der Farbe #474977. Bitte benutzen Sie auch rgb(71,73,119) statt hex-Code.
.myTextColor { color: #474977; }
<p style="color:#474977">This sample text font color is #474977.</p>
Die Farbe dieses Textes ist #474977.
.myBgColor { background-color: #474977; }
<div style="background-color:#474977">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #474977.
.myBorderColor { border: 1px solid #474977; }
<div style="border:3px solid #474977">Div</div>
Die Grenzen von diesem div sind in Farbe #474977.
.myOpacity80 { color: #474977; opacity: 0.8; }
<p style="color:#474977;opacity:0.8;">80%</p>
Text in Farbe #474977 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474977;}
<p style="text-shadow: 3px 3px 1px #474977">Text here.</p>
Dieser Text hat den Schatten in Farbe #474977.
.textShadow {text-shadow: 3px 3px 1px #474977', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474977, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #474977 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474977, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474977, Direction=45, Strength=4)">Text</p>
This text has shadow with #474977 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #474977;
-webkit-box-shadow: 1px 1px 3px 2px #474977;
box-shadow: 1px 1px 3px 2px #474977;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #474977; -webkit-box-shadow: 1px 1px 3px 2px #474977; box-shadow:1px 1px 3px 2px #474977;">
Div content here
</div>
Dieser Text ist in der Farbe #474977 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #474977 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #474977.
Dieser Text ist weiß auf dem Hintergrund in Farbe #474977.
Kontrastfarbe für #hex ist #B8B688.