HEX: #472E76
RGB: (71,46,118)
#472E76 enthält hauptsächlich rote und blaue Farbe. Für #472E76 ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #472E76 wird in RGB als (71,46,118) definiert.
RGB: (71,46,118)
(28%, 18%, 46%)
R 71 von 255 = 28%
G 46 von 255 = 18%
B 118 von 255 = 46%
R + G + B ~ 31%. #472E76 ziemlich dunkle Farbe.
R + G + B = 71 + 46 + 118 = 235 (100%)
R 71 von 235 ~ 30.21%
G 46 von 235 ~ 19.57%
B 118 von 235 ~ 50.21'%
Die Farbe #472E76 wird in CMYK als (40,61,0,54) definiert.
CMYK: (40,61,0,54)
C40M61Y0K54 (40%, 61%, 0%, 54%)
(0.40 / 0.61 / 0.00 / 0.54)
Farbe #472E76 in den populären Farbmodellen.
47 | 2E | 76 | |
---|---|---|---|
RGB | 71 | 46 | 118 |
HSL | 261° | 43.90% | 32.16% |
HSB/HSV | 261° | 61.02% | 46.27% |
CMYK | 39.83% | 61.02% | 0.00% |
53.73% |
Die Farbe #472E76 in den populären Zahlensystemen.
Hexadezimal | 47 | 2E | 76 |
Dezimal | 71 | 46 | 118 |
Binär | 1000111 | 101110 | 1110110 |
Oktal | 107 | 56 | 166 |
Dunkle Töne der Farbe #472E76
Helle Töne der Farbe #472E76
Beispiele css- und html für Elemente in der Farbe #472E76. Bitte benutzen Sie auch rgb(71,46,118) statt hex-Code.
.myTextColor { color: #472E76; }
<p style="color:#472E76">This sample text font color is #472E76.</p>
Die Farbe dieses Textes ist #472E76.
.myBgColor { background-color: #472E76; }
<div style="background-color:#472E76">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #472E76.
.myBorderColor { border: 1px solid #472E76; }
<div style="border:3px solid #472E76">Div</div>
Die Grenzen von diesem div sind in Farbe #472E76.
.myOpacity80 { color: #472E76; opacity: 0.8; }
<p style="color:#472E76;opacity:0.8;">80%</p>
Text in Farbe #472E76 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #472E76;}
<p style="text-shadow: 3px 3px 1px #472E76">Text here.</p>
Dieser Text hat den Schatten in Farbe #472E76.
.textShadow {text-shadow: 3px 3px 1px #472E76', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #472E76, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #472E76 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#472E76, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#472E76, Direction=45, Strength=4)">Text</p>
This text has shadow with #472E76 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #472E76;
-webkit-box-shadow: 1px 1px 3px 2px #472E76;
box-shadow: 1px 1px 3px 2px #472E76;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #472E76; -webkit-box-shadow: 1px 1px 3px 2px #472E76; box-shadow:1px 1px 3px 2px #472E76;">
Div content here
</div>
Dieser Text ist in der Farbe #472E76 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #472E76 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #472E76.
Dieser Text ist weiß auf dem Hintergrund in Farbe #472E76.
Kontrastfarbe für #hex ist #B8D189.