HEX: #474E5B
RGB: (71,78,91)
#474E5B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #474E5B ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #474E5B wird in RGB als (71,78,91) definiert.
RGB: (71,78,91) (28%,31%,36%)
R 71 von 255 = 28%
G 78 von 255 = 31%
B 91 von 255 = 36%
R + G + B ~ 32%. #474E5B ziemlich dunkle Farbe.
R + G + B =
71 + 78 + 91 = 240 (100%)
R 71 von 240 ~ 29.58%
G 78 von 240 ~ 32.5%
B 91 von 240 ~ 37.92%
Die Farbe #474E5B wird in CMYK als (22,14,0,64) definiert.
CMYK: (22,14,0,64) C22M14Y0K64 (22%,14%,0%,64%) (0.22/0.14/0.00/0.64)
47 | 4E | 5B | |
---|---|---|---|
RGB | 71 | 78 | 91 |
HSL | 219° | 12.35% | 31.76% |
HSB/HSV | 219° | 21.98% | 35.69% |
CMYK | 21.98% | 14.29% | 0.00% |
64.31% |
Hexadezimal | 47 | 4E | 5B |
Dezimal | 71 | 78 | 91 |
Binär | 1000111 | 1001110 | 1011011 |
Oktal | 107 | 116 | 133 |
Beispiele css- und html für Elemente in der Farbe #474E5B. Bitte benutzen Sie auch rgb(71,78,91) statt hex-Code.
.myTextColor { color: #474E5B; }
<p style="color:#474E5B">This sample text font color is #474E5B.</p>
Die Farbe dieses Textes ist #474E5B.
.myBgColor { background-color: #474E5B; }
<div style="background-color:#474E5B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #474E5B.
.myBorderColor { border: 1px solid #474E5B; }
<div style="border:3px solid #474E5B">Div</div>
Die Grenzen von diesem div sind in Farbe #474E5B.
.myOpacity80 { color: #474E5B; opacity: 0.8; }
<p style="color:#474E5B;opacity:0.8;">80%</p>
Text in Farbe #474E5B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474E5B;}
<p style="text-shadow: 3px 3px 1px #474E5B">Text here.</p>
Dieser Text hat den Schatten in Farbe #474E5B.
.textShadow {text-shadow: 3px 3px 1px #474E5B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474E5B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #474E5B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474E5B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474E5B, Direction=45, Strength=4)">Text</p>
This text has shadow with #474E5B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #474E5B; -webkit-box-shadow: 1px 1px 3px 2px #474E5B; box-shadow: 1px 1px 3px 2px #474E5B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #474E5B; -webkit-box-shadow: 1px 1px 3px 2px #474E5B; box-shadow:1px 1px 3px 2px #474E5B;">
Div content here</div>
Dieser Text ist in der Farbe #474E5B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #474E5B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #474E5B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #474E5B.