HEX: #446ABD
RGB: (68,106,189)
#446ABD enthält hauptsächlich blaue Farbe. Für #446ABD ist eine «websichere» Webfarbe #3366CC (oder kurz #36C).
Die Farbe #446ABD wird in RGB als (68,106,189) definiert.
RGB: (68,106,189)
(27%, 42%, 74%)
R 68 von 255 = 27%
G 106 von 255 = 42%
B 189 von 255 = 74%
R + G + B ~ 48%. #446ABD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 68 + 106 + 189 = 363 (100%)
R 68 von 363 ~ 18.73%
G 106 von 363 ~ 29.2%
B 189 von 363 ~ 52.07'%
Die Farbe #446ABD wird in CMYK als (64,44,0,26) definiert.
CMYK: (64,44,0,26)
C64M44Y0K26 (64%, 44%, 0%, 26%)
(0.64 / 0.44 / 0.00 / 0.26)
Farbe #446ABD in den populären Farbmodellen.
44 | 6A | BD | |
---|---|---|---|
RGB | 68 | 106 | 189 |
HSL | 221° | 47.83% | 50.39% |
HSB/HSV | 221° | 64.02% | 74.12% |
CMYK | 64.02% | 43.92% | 0.00% |
25.88% |
Die Farbe #446ABD in den populären Zahlensystemen.
Hexadezimal | 44 | 6A | BD |
Dezimal | 68 | 106 | 189 |
Binär | 1000100 | 1101010 | 10111101 |
Oktal | 104 | 152 | 275 |
Dunkle Töne der Farbe #446ABD
Helle Töne der Farbe #446ABD
Beispiele css- und html für Elemente in der Farbe #446ABD. Bitte benutzen Sie auch rgb(68,106,189) statt hex-Code.
.myTextColor { color: #446ABD; }
<p style="color:#446ABD">This sample text font color is #446ABD.</p>
Die Farbe dieses Textes ist #446ABD.
.myBgColor { background-color: #446ABD; }
<div style="background-color:#446ABD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #446ABD.
.myBorderColor { border: 1px solid #446ABD; }
<div style="border:3px solid #446ABD">Div</div>
Die Grenzen von diesem div sind in Farbe #446ABD.
.myOpacity80 { color: #446ABD; opacity: 0.8; }
<p style="color:#446ABD;opacity:0.8;">80%</p>
Text in Farbe #446ABD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #446ABD;}
<p style="text-shadow: 3px 3px 1px #446ABD">Text here.</p>
Dieser Text hat den Schatten in Farbe #446ABD.
.textShadow {text-shadow: 3px 3px 1px #446ABD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #446ABD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #446ABD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#446ABD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#446ABD, Direction=45, Strength=4)">Text</p>
This text has shadow with #446ABD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #446ABD;
-webkit-box-shadow: 1px 1px 3px 2px #446ABD;
box-shadow: 1px 1px 3px 2px #446ABD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #446ABD; -webkit-box-shadow: 1px 1px 3px 2px #446ABD; box-shadow:1px 1px 3px 2px #446ABD;">
Div content here
</div>
Dieser Text ist in der Farbe #446ABD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #446ABD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #446ABD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #446ABD.
Kontrastfarbe für #hex ist #BB9542.