HEX: #476380
RGB: (71,99,128)
#476380 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #476380 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #476380 wird in RGB als (71,99,128) definiert.
RGB: (71,99,128)
(28%, 39%, 50%)
R 71 von 255 = 28%
G 99 von 255 = 39%
B 128 von 255 = 50%
R + G + B ~ 39%. #476380 ziemlich dunkle Farbe.
R + G + B = 71 + 99 + 128 = 298 (100%)
R 71 von 298 ~ 23.83%
G 99 von 298 ~ 33.22%
B 128 von 298 ~ 42.95'%
Die Farbe #476380 wird in CMYK als (45,23,0,50) definiert.
CMYK: (45,23,0,50)
C45M23Y0K50 (45%, 23%, 0%, 50%)
(0.45 / 0.23 / 0.00 / 0.50)
Farbe #476380 in den populären Farbmodellen.
47 | 63 | 80 | |
---|---|---|---|
RGB | 71 | 99 | 128 |
HSL | 211° | 28.64% | 39.02% |
HSB/HSV | 211° | 44.53% | 50.20% |
CMYK | 44.53% | 22.66% | 0.00% |
49.80% |
Die Farbe #476380 in den populären Zahlensystemen.
Hexadezimal | 47 | 63 | 80 |
Dezimal | 71 | 99 | 128 |
Binär | 1000111 | 1100011 | 10000000 |
Oktal | 107 | 143 | 200 |
Dunkle Töne der Farbe #476380
Helle Töne der Farbe #476380
Beispiele css- und html für Elemente in der Farbe #476380. Bitte benutzen Sie auch rgb(71,99,128) statt hex-Code.
.myTextColor { color: #476380; }
<p style="color:#476380">This sample text font color is #476380.</p>
Die Farbe dieses Textes ist #476380.
.myBgColor { background-color: #476380; }
<div style="background-color:#476380">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #476380.
.myBorderColor { border: 1px solid #476380; }
<div style="border:3px solid #476380">Div</div>
Die Grenzen von diesem div sind in Farbe #476380.
.myOpacity80 { color: #476380; opacity: 0.8; }
<p style="color:#476380;opacity:0.8;">80%</p>
Text in Farbe #476380 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476380;}
<p style="text-shadow: 3px 3px 1px #476380">Text here.</p>
Dieser Text hat den Schatten in Farbe #476380.
.textShadow {text-shadow: 3px 3px 1px #476380', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476380, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #476380 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476380, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476380, Direction=45, Strength=4)">Text</p>
This text has shadow with #476380 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #476380;
-webkit-box-shadow: 1px 1px 3px 2px #476380;
box-shadow: 1px 1px 3px 2px #476380;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #476380; -webkit-box-shadow: 1px 1px 3px 2px #476380; box-shadow:1px 1px 3px 2px #476380;">
Div content here
</div>
Dieser Text ist in der Farbe #476380 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #476380 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #476380.
Dieser Text ist weiß auf dem Hintergrund in Farbe #476380.
Kontrastfarbe für #hex ist #B89C7F.