HEX: #474962
RGB: (71,73,98)
#474962 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #474962 ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #474962 wird in RGB als (71,73,98) definiert.
RGB: (71,73,98) (28%,29%,38%)
R 71 von 255 = 28%
G 73 von 255 = 29%
B 98 von 255 = 38%
R + G + B ~ 32%. #474962 ziemlich dunkle Farbe.
R + G + B =
71 + 73 + 98 = 242 (100%)
R 71 von 242 ~ 29.34%
G 73 von 242 ~ 30.17%
B 98 von 242 ~ 40.5%
Die Farbe #474962 wird in CMYK als (28,26,0,62) definiert.
CMYK: (28,26,0,62) C28M26Y0K62 (28%,26%,0%,62%) (0.28/0.26/0.00/0.62)
47 | 49 | 62 | |
---|---|---|---|
RGB | 71 | 73 | 98 |
HSL | 236° | 15.98% | 33.14% |
HSB/HSV | 236° | 27.55% | 38.43% |
CMYK | 27.55% | 25.51% | 0.00% |
61.57% |
Hexadezimal | 47 | 49 | 62 |
Dezimal | 71 | 73 | 98 |
Binär | 1000111 | 1001001 | 1100010 |
Oktal | 107 | 111 | 142 |
Beispiele css- und html für Elemente in der Farbe #474962. Bitte benutzen Sie auch rgb(71,73,98) statt hex-Code.
.myTextColor { color: #474962; }
<p style="color:#474962">This sample text font color is #474962.</p>
Die Farbe dieses Textes ist #474962.
.myBgColor { background-color: #474962; }
<div style="background-color:#474962">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #474962.
.myBorderColor { border: 1px solid #474962; }
<div style="border:3px solid #474962">Div</div>
Die Grenzen von diesem div sind in Farbe #474962.
.myOpacity80 { color: #474962; opacity: 0.8; }
<p style="color:#474962;opacity:0.8;">80%</p>
Text in Farbe #474962 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474962;}
<p style="text-shadow: 3px 3px 1px #474962">Text here.</p>
Dieser Text hat den Schatten in Farbe #474962.
.textShadow {text-shadow: 3px 3px 1px #474962, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474962, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #474962 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474962, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474962, Direction=45, Strength=4)">Text</p>
This text has shadow with #474962 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #474962; -webkit-box-shadow: 1px 1px 3px 2px #474962; box-shadow: 1px 1px 3px 2px #474962; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #474962; -webkit-box-shadow: 1px 1px 3px 2px #474962; box-shadow:1px 1px 3px 2px #474962;">
Div content here</div>
Dieser Text ist in der Farbe #474962 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #474962 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #474962.
Dieser Text ist weiß auf dem Hintergrund in Farbe #474962.