HEX: #474861
RGB: (71,72,97)
#474861 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #474861 ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #474861 wird in RGB als (71,72,97) definiert.
RGB: (71,72,97) (28%,28%,38%)
R 71 von 255 = 28%
G 72 von 255 = 28%
B 97 von 255 = 38%
R + G + B ~ 31%. #474861 ziemlich dunkle Farbe.
R + G + B =
71 + 72 + 97 = 240 (100%)
R 71 von 240 ~ 29.58%
G 72 von 240 ~ 30%
B 97 von 240 ~ 40.42%
Die Farbe #474861 wird in CMYK als (27,26,0,62) definiert.
CMYK: (27,26,0,62) C27M26Y0K62 (27%,26%,0%,62%) (0.27/0.26/0.00/0.62)
47 | 48 | 61 | |
---|---|---|---|
RGB | 71 | 72 | 97 |
HSL | 238° | 15.48% | 32.94% |
HSB/HSV | 238° | 26.80% | 38.04% |
CMYK | 26.80% | 25.77% | 0.00% |
61.96% |
Hexadezimal | 47 | 48 | 61 |
Dezimal | 71 | 72 | 97 |
Binär | 1000111 | 1001000 | 1100001 |
Oktal | 107 | 110 | 141 |
Beispiele css- und html für Elemente in der Farbe #474861. Bitte benutzen Sie auch rgb(71,72,97) statt hex-Code.
.myTextColor { color: #474861; }
<p style="color:#474861">This sample text font color is #474861.</p>
Die Farbe dieses Textes ist #474861.
.myBgColor { background-color: #474861; }
<div style="background-color:#474861">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #474861.
.myBorderColor { border: 1px solid #474861; }
<div style="border:3px solid #474861">Div</div>
Die Grenzen von diesem div sind in Farbe #474861.
.myOpacity80 { color: #474861; opacity: 0.8; }
<p style="color:#474861;opacity:0.8;">80%</p>
Text in Farbe #474861 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474861;}
<p style="text-shadow: 3px 3px 1px #474861">Text here.</p>
Dieser Text hat den Schatten in Farbe #474861.
.textShadow {text-shadow: 3px 3px 1px #474861, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474861, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #474861 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474861, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474861, Direction=45, Strength=4)">Text</p>
This text has shadow with #474861 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #474861; -webkit-box-shadow: 1px 1px 3px 2px #474861; box-shadow: 1px 1px 3px 2px #474861; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #474861; -webkit-box-shadow: 1px 1px 3px 2px #474861; box-shadow:1px 1px 3px 2px #474861;">
Div content here</div>
Dieser Text ist in der Farbe #474861 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #474861 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #474861.
Dieser Text ist weiß auf dem Hintergrund in Farbe #474861.