HEX: #475F8F
RGB: (71,95,143)
#475F8F enthält hauptsächlich grüne und blaue Farbe. Für #475F8F ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #475F8F wird in RGB als (71,95,143) definiert.
RGB: (71,95,143) (28%,37%,56%)
R 71 von 255 = 28%
G 95 von 255 = 37%
B 143 von 255 = 56%
R + G + B ~ 40%. #475F8F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
71 + 95 + 143 = 309 (100%)
R 71 von 309 ~ 22.98%
G 95 von 309 ~ 30.74%
B 143 von 309 ~ 46.28%
Die Farbe #475F8F wird in CMYK als (50,34,0,44) definiert.
CMYK: (50,34,0,44) C50M34Y0K44 (50%,34%,0%,44%) (0.50/0.34/0.00/0.44)
47 | 5F | 8F | |
---|---|---|---|
RGB | 71 | 95 | 143 |
HSL | 220° | 33.64% | 41.96% |
HSB/HSV | 220° | 50.35% | 56.08% |
CMYK | 50.35% | 33.57% | 0.00% |
43.92% |
Hexadezimal | 47 | 5F | 8F |
Dezimal | 71 | 95 | 143 |
Binär | 1000111 | 1011111 | 10001111 |
Oktal | 107 | 137 | 217 |
Beispiele css- und html für Elemente in der Farbe #475F8F. Bitte benutzen Sie auch rgb(71,95,143) statt hex-Code.
.myTextColor { color: #475F8F; }
<p style="color:#475F8F">This sample text font color is #475F8F.</p>
Die Farbe dieses Textes ist #475F8F.
.myBgColor { background-color: #475F8F; }
<div style="background-color:#475F8F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #475F8F.
.myBorderColor { border: 1px solid #475F8F; }
<div style="border:3px solid #475F8F">Div</div>
Die Grenzen von diesem div sind in Farbe #475F8F.
.myOpacity80 { color: #475F8F; opacity: 0.8; }
<p style="color:#475F8F;opacity:0.8;">80%</p>
Text in Farbe #475F8F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #475F8F;}
<p style="text-shadow: 3px 3px 1px #475F8F">Text here.</p>
Dieser Text hat den Schatten in Farbe #475F8F.
.textShadow {text-shadow: 3px 3px 1px #475F8F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #475F8F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #475F8F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#475F8F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#475F8F, Direction=45, Strength=4)">Text</p>
This text has shadow with #475F8F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #475F8F; -webkit-box-shadow: 1px 1px 3px 2px #475F8F; box-shadow: 1px 1px 3px 2px #475F8F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #475F8F; -webkit-box-shadow: 1px 1px 3px 2px #475F8F; box-shadow:1px 1px 3px 2px #475F8F;">
Div content here</div>
Dieser Text ist in der Farbe #475F8F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #475F8F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #475F8F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #475F8F.