HEX: #471EA3
RGB: (71,30,163)
#471EA3 enthält hauptsächlich blaue Farbe. Für #471EA3 ist eine «websichere» Webfarbe #333399 (oder kurz #339).
Die Farbe #471EA3 wird in RGB als (71,30,163) definiert.
RGB: (71,30,163) (28%,12%,64%)
R 71 von 255 = 28%
G 30 von 255 = 12%
B 163 von 255 = 64%
R + G + B ~ 35%. #471EA3 ziemlich dunkle Farbe.
R + G + B =
71 + 30 + 163 = 264 (100%)
R 71 von 264 ~ 26.89%
G 30 von 264 ~ 11.36%
B 163 von 264 ~ 61.74%
Die Farbe #471EA3 wird in CMYK als (56,82,0,36) definiert.
CMYK: (56,82,0,36) C56M82Y0K36 (56%,82%,0%,36%) (0.56/0.82/0.00/0.36)
47 | 1E | A3 | |
---|---|---|---|
RGB | 71 | 30 | 163 |
HSL | 258° | 68.91% | 37.84% |
HSB/HSV | 258° | 81.60% | 63.92% |
CMYK | 56.44% | 81.60% | 0.00% |
36.08% |
Hexadezimal | 47 | 1E | A3 |
Dezimal | 71 | 30 | 163 |
Binär | 1000111 | 11110 | 10100011 |
Oktal | 107 | 36 | 243 |
Beispiele css- und html für Elemente in der Farbe #471EA3. Bitte benutzen Sie auch rgb(71,30,163) statt hex-Code.
.myTextColor { color: #471EA3; }
<p style="color:#471EA3">This sample text font color is #471EA3.</p>
Die Farbe dieses Textes ist #471EA3.
.myBgColor { background-color: #471EA3; }
<div style="background-color:#471EA3">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #471EA3.
.myBorderColor { border: 1px solid #471EA3; }
<div style="border:3px solid #471EA3">Div</div>
Die Grenzen von diesem div sind in Farbe #471EA3.
.myOpacity80 { color: #471EA3; opacity: 0.8; }
<p style="color:#471EA3;opacity:0.8;">80%</p>
Text in Farbe #471EA3 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #471EA3;}
<p style="text-shadow: 3px 3px 1px #471EA3">Text here.</p>
Dieser Text hat den Schatten in Farbe #471EA3.
.textShadow {text-shadow: 3px 3px 1px #471EA3, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #471EA3, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #471EA3 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#471EA3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#471EA3, Direction=45, Strength=4)">Text</p>
This text has shadow with #471EA3 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #471EA3; -webkit-box-shadow: 1px 1px 3px 2px #471EA3; box-shadow: 1px 1px 3px 2px #471EA3; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #471EA3; -webkit-box-shadow: 1px 1px 3px 2px #471EA3; box-shadow:1px 1px 3px 2px #471EA3;">
Div content here</div>
Dieser Text ist in der Farbe #471EA3 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #471EA3 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #471EA3.
Dieser Text ist weiß auf dem Hintergrund in Farbe #471EA3.