HEX: #466390
RGB: (70,99,144)
#466390 enthält hauptsächlich grüne und blaue Farbe. Für #466390 ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #466390 wird in RGB als (70,99,144) definiert.
RGB: (70,99,144)
(27%, 39%, 56%)
R 70 von 255 = 27%
G 99 von 255 = 39%
B 144 von 255 = 56%
R + G + B ~ 41%. #466390 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 70 + 99 + 144 = 313 (100%)
R 70 von 313 ~ 22.36%
G 99 von 313 ~ 31.63%
B 144 von 313 ~ 46.01'%
Die Farbe #466390 wird in CMYK als (51,31,0,44) definiert.
CMYK: (51,31,0,44) C51M31Y0K44 (51%,31%,0%,44%) (0.51/0.31/0.00/0.44)
Farbe #466390 in den populären Farbmodellen.
46 | 63 | 90 | |
---|---|---|---|
RGB | 70 | 99 | 144 |
HSL | 216° | 34.58% | 41.96% |
HSB/HSV | 216° | 51.39% | 56.47% |
CMYK | 51.39% | 31.25% | 0.00% |
43.53% |
Die Farbe #466390 in den populären Zahlensystemen.
Hexadezimal | 46 | 63 | 90 |
Dezimal | 70 | 99 | 144 |
Binär | 1000110 | 1100011 | 10010000 |
Oktal | 106 | 143 | 220 |
Dunkle Töne der Farbe #466390
Helle Töne der Farbe #466390
Beispiele css- und html für Elemente in der Farbe #466390. Bitte benutzen Sie auch rgb(70,99,144) statt hex-Code.
.myTextColor { color: #466390; }
<p style="color:#466390">This sample text font color is #466390.</p>
Die Farbe dieses Textes ist #466390.
.myBgColor { background-color: #466390; }
<div style="background-color:#466390">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #466390.
.myBorderColor { border: 1px solid #466390; }
<div style="border:3px solid #466390">Div</div>
Die Grenzen von diesem div sind in Farbe #466390.
.myOpacity80 { color: #466390; opacity: 0.8; }
<p style="color:#466390;opacity:0.8;">80%</p>
Text in Farbe #466390 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #466390;}
<p style="text-shadow: 3px 3px 1px #466390">Text here.</p>
Dieser Text hat den Schatten in Farbe #466390.
.textShadow {text-shadow: 3px 3px 1px #466390', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #466390, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #466390 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#466390, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#466390, Direction=45, Strength=4)">Text</p>
This text has shadow with #466390 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #466390;
-webkit-box-shadow: 1px 1px 3px 2px #466390;
box-shadow: 1px 1px 3px 2px #466390;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #466390; -webkit-box-shadow: 1px 1px 3px 2px #466390; box-shadow:1px 1px 3px 2px #466390;">
Div content here
</div>
Dieser Text ist in der Farbe #466390 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #466390 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #466390.
Dieser Text ist weiß auf dem Hintergrund in Farbe #466390.
Kontrastfarbe für #hex ist #B99C6F.