HEX: #472B89
RGB: (71,43,137)
#472B89 enthält hauptsächlich blaue Farbe. Für #472B89 ist eine «websichere» Webfarbe #333399 (oder kurz #339).
Die Farbe #472B89 wird in RGB als (71,43,137) definiert.
RGB: (71,43,137) (28%,17%,54%)
R 71 von 255 = 28%
G 43 von 255 = 17%
B 137 von 255 = 54%
R + G + B ~ 33%. #472B89 ziemlich dunkle Farbe.
R + G + B =
71 + 43 + 137 = 251 (100%)
R 71 von 251 ~ 28.29%
G 43 von 251 ~ 17.13%
B 137 von 251 ~ 54.58%
Die Farbe #472B89 wird in CMYK als (48,69,0,46) definiert.
CMYK: (48,69,0,46) C48M69Y0K46 (48%,69%,0%,46%) (0.48/0.69/0.00/0.46)
47 | 2B | 89 | |
---|---|---|---|
RGB | 71 | 43 | 137 |
HSL | 258° | 52.22% | 35.29% |
HSB/HSV | 258° | 68.61% | 53.73% |
CMYK | 48.18% | 68.61% | 0.00% |
46.27% |
Hexadezimal | 47 | 2B | 89 |
Dezimal | 71 | 43 | 137 |
Binär | 1000111 | 101011 | 10001001 |
Oktal | 107 | 53 | 211 |
Beispiele css- und html für Elemente in der Farbe #472B89. Bitte benutzen Sie auch rgb(71,43,137) statt hex-Code.
.myTextColor { color: #472B89; }
<p style="color:#472B89">This sample text font color is #472B89.</p>
Die Farbe dieses Textes ist #472B89.
.myBgColor { background-color: #472B89; }
<div style="background-color:#472B89">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #472B89.
.myBorderColor { border: 1px solid #472B89; }
<div style="border:3px solid #472B89">Div</div>
Die Grenzen von diesem div sind in Farbe #472B89.
.myOpacity80 { color: #472B89; opacity: 0.8; }
<p style="color:#472B89;opacity:0.8;">80%</p>
Text in Farbe #472B89 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #472B89;}
<p style="text-shadow: 3px 3px 1px #472B89">Text here.</p>
Dieser Text hat den Schatten in Farbe #472B89.
.textShadow {text-shadow: 3px 3px 1px #472B89, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #472B89, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #472B89 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#472B89, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#472B89, Direction=45, Strength=4)">Text</p>
This text has shadow with #472B89 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #472B89; -webkit-box-shadow: 1px 1px 3px 2px #472B89; box-shadow: 1px 1px 3px 2px #472B89; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #472B89; -webkit-box-shadow: 1px 1px 3px 2px #472B89; box-shadow:1px 1px 3px 2px #472B89;">
Div content here</div>
Dieser Text ist in der Farbe #472B89 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #472B89 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #472B89.
Dieser Text ist weiß auf dem Hintergrund in Farbe #472B89.