HEX: #472559
RGB: (71,37,89)
#472559 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #472559 ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #472559 wird in RGB als (71,37,89) definiert.
RGB: (71,37,89) (28%,15%,35%)
R 71 von 255 = 28%
G 37 von 255 = 15%
B 89 von 255 = 35%
R + G + B ~ 26%. #472559 ziemlich dunkle Farbe.
R + G + B =
71 + 37 + 89 = 197 (100%)
R 71 von 197 ~ 36.04%
G 37 von 197 ~ 18.78%
B 89 von 197 ~ 45.18%
Die Farbe #472559 wird in CMYK als (20,58,0,65) definiert.
CMYK: (20,58,0,65) C20M58Y0K65 (20%,58%,0%,65%) (0.20/0.58/0.00/0.65)
47 | 25 | 59 | |
---|---|---|---|
RGB | 71 | 37 | 89 |
HSL | 279° | 41.27% | 24.71% |
HSB/HSV | 279° | 58.43% | 34.90% |
CMYK | 20.22% | 58.43% | 0.00% |
65.10% |
Hexadezimal | 47 | 25 | 59 |
Dezimal | 71 | 37 | 89 |
Binär | 1000111 | 100101 | 1011001 |
Oktal | 107 | 45 | 131 |
Beispiele css- und html für Elemente in der Farbe #472559. Bitte benutzen Sie auch rgb(71,37,89) statt hex-Code.
.myTextColor { color: #472559; }
<p style="color:#472559">This sample text font color is #472559.</p>
Die Farbe dieses Textes ist #472559.
.myBgColor { background-color: #472559; }
<div style="background-color:#472559">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #472559.
.myBorderColor { border: 1px solid #472559; }
<div style="border:3px solid #472559">Div</div>
Die Grenzen von diesem div sind in Farbe #472559.
.myOpacity80 { color: #472559; opacity: 0.8; }
<p style="color:#472559;opacity:0.8;">80%</p>
Text in Farbe #472559 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #472559;}
<p style="text-shadow: 3px 3px 1px #472559">Text here.</p>
Dieser Text hat den Schatten in Farbe #472559.
.textShadow {text-shadow: 3px 3px 1px #472559, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #472559, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #472559 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#472559, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#472559, Direction=45, Strength=4)">Text</p>
This text has shadow with #472559 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #472559; -webkit-box-shadow: 1px 1px 3px 2px #472559; box-shadow: 1px 1px 3px 2px #472559; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #472559; -webkit-box-shadow: 1px 1px 3px 2px #472559; box-shadow:1px 1px 3px 2px #472559;">
Div content here</div>
Dieser Text ist in der Farbe #472559 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #472559 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #472559.
Dieser Text ist weiß auf dem Hintergrund in Farbe #472559.