HEX: #046AE5
RGB: (4,106,229)
#046AE5 enthält hauptsächlich blaue Farbe. Für #046AE5 ist eine «websichere» Webfarbe #0066CC (oder kurz #06C).
Die Farbe #046AE5 wird in RGB als (4,106,229) definiert.
RGB: (4,106,229)
(2%, 42%, 90%)
R 4 von 255 = 2%
G 106 von 255 = 42%
B 229 von 255 = 90%
R + G + B ~ 45%. #046AE5 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 4 + 106 + 229 = 339 (100%)
R 4 von 339 ~ 1.18%
G 106 von 339 ~ 31.27%
B 229 von 339 ~ 67.55'%
Die Farbe #046AE5 wird in CMYK als (98,54,0,10) definiert.
CMYK: (98,54,0,10)
C98M54Y0K10 (98%, 54%, 0%, 10%)
(0.98 / 0.54 / 0.00 / 0.10)
Farbe #046AE5 in den populären Farbmodellen.
04 | 6A | E5 | |
---|---|---|---|
RGB | 4 | 106 | 229 |
HSL | 213° | 96.57% | 45.69% |
HSB/HSV | 213° | 98.25% | 89.80% |
CMYK | 98.25% | 53.71% | 0.00% |
10.20% |
Die Farbe #046AE5 in den populären Zahlensystemen.
Hexadezimal | 04 | 6A | E5 |
Dezimal | 4 | 106 | 229 |
Binär | 100 | 1101010 | 11100101 |
Oktal | 4 | 152 | 345 |
Dunkle Töne der Farbe #046AE5
Helle Töne der Farbe #046AE5
Beispiele css- und html für Elemente in der Farbe #046AE5. Bitte benutzen Sie auch rgb(4,106,229) statt hex-Code.
.myTextColor { color: #046AE5; }
<p style="color:#046AE5">This sample text font color is #046AE5.</p>
Die Farbe dieses Textes ist #046AE5.
.myBgColor { background-color: #046AE5; }
<div style="background-color:#046AE5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #046AE5.
.myBorderColor { border: 1px solid #046AE5; }
<div style="border:3px solid #046AE5">Div</div>
Die Grenzen von diesem div sind in Farbe #046AE5.
.myOpacity80 { color: #046AE5; opacity: 0.8; }
<p style="color:#046AE5;opacity:0.8;">80%</p>
Text in Farbe #046AE5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #046AE5;}
<p style="text-shadow: 3px 3px 1px #046AE5">Text here.</p>
Dieser Text hat den Schatten in Farbe #046AE5.
.textShadow {text-shadow: 3px 3px 1px #046AE5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #046AE5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #046AE5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#046AE5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#046AE5, Direction=45, Strength=4)">Text</p>
This text has shadow with #046AE5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #046AE5;
-webkit-box-shadow: 1px 1px 3px 2px #046AE5;
box-shadow: 1px 1px 3px 2px #046AE5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #046AE5; -webkit-box-shadow: 1px 1px 3px 2px #046AE5; box-shadow:1px 1px 3px 2px #046AE5;">
Div content here
</div>
Dieser Text ist in der Farbe #046AE5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #046AE5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #046AE5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #046AE5.
Kontrastfarbe für #046AE5 ist #FB951A.