HEX: #473980
RGB: (71,57,128)
#473980 enthält hauptsächlich rote und blaue Farbe. Für #473980 ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #473980 wird in RGB als (71,57,128) definiert.
RGB: (71,57,128) (28%,22%,50%)
R 71 von 255 = 28%
G 57 von 255 = 22%
B 128 von 255 = 50%
R + G + B ~ 33%. #473980 ziemlich dunkle Farbe.
R + G + B =
71 + 57 + 128 = 256 (100%)
R 71 von 256 ~ 27.73%
G 57 von 256 ~ 22.27%
B 128 von 256 ~ 50%
Die Farbe #473980 wird in CMYK als (45,55,0,50) definiert.
CMYK: (45,55,0,50) C45M55Y0K50 (45%,55%,0%,50%) (0.45/0.55/0.00/0.50)
47 | 39 | 80 | |
---|---|---|---|
RGB | 71 | 57 | 128 |
HSL | 252° | 38.38% | 36.27% |
HSB/HSV | 252° | 55.47% | 50.20% |
CMYK | 44.53% | 55.47% | 0.00% |
49.80% |
Hexadezimal | 47 | 39 | 80 |
Dezimal | 71 | 57 | 128 |
Binär | 1000111 | 111001 | 10000000 |
Oktal | 107 | 71 | 200 |
Beispiele css- und html für Elemente in der Farbe #473980. Bitte benutzen Sie auch rgb(71,57,128) statt hex-Code.
.myTextColor { color: #473980; }
<p style="color:#473980">This sample text font color is #473980.</p>
Die Farbe dieses Textes ist #473980.
.myBgColor { background-color: #473980; }
<div style="background-color:#473980">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #473980.
.myBorderColor { border: 1px solid #473980; }
<div style="border:3px solid #473980">Div</div>
Die Grenzen von diesem div sind in Farbe #473980.
.myOpacity80 { color: #473980; opacity: 0.8; }
<p style="color:#473980;opacity:0.8;">80%</p>
Text in Farbe #473980 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473980;}
<p style="text-shadow: 3px 3px 1px #473980">Text here.</p>
Dieser Text hat den Schatten in Farbe #473980.
.textShadow {text-shadow: 3px 3px 1px #473980, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473980, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #473980 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473980, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473980, Direction=45, Strength=4)">Text</p>
This text has shadow with #473980 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #473980; -webkit-box-shadow: 1px 1px 3px 2px #473980; box-shadow: 1px 1px 3px 2px #473980; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #473980; -webkit-box-shadow: 1px 1px 3px 2px #473980; box-shadow:1px 1px 3px 2px #473980;">
Div content here</div>
Dieser Text ist in der Farbe #473980 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #473980 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #473980.
Dieser Text ist weiß auf dem Hintergrund in Farbe #473980.