HEX: #496AB7
RGB: (73,106,183)
#496AB7 enthält hauptsächlich blaue Farbe. Für #496AB7 ist eine «websichere» Webfarbe #3366CC (oder kurz #36C).
Die Farbe #496AB7 wird in RGB als (73,106,183) definiert.
RGB: (73,106,183)
(29%, 42%, 72%)
R 73 von 255 = 29%
G 106 von 255 = 42%
B 183 von 255 = 72%
R + G + B ~ 48%. #496AB7 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 73 + 106 + 183 = 362 (100%)
R 73 von 362 ~ 20.17%
G 106 von 362 ~ 29.28%
B 183 von 362 ~ 50.55'%
Die Farbe #496AB7 wird in CMYK als (60,42,0,28) definiert.
CMYK: (60,42,0,28)
C60M42Y0K28 (60%, 42%, 0%, 28%)
(0.60 / 0.42 / 0.00 / 0.28)
Farbe #496AB7 in den populären Farbmodellen.
49 | 6A | B7 | |
---|---|---|---|
RGB | 73 | 106 | 183 |
HSL | 222° | 43.31% | 50.20% |
HSB/HSV | 222° | 60.11% | 71.76% |
CMYK | 60.11% | 42.08% | 0.00% |
28.24% |
Die Farbe #496AB7 in den populären Zahlensystemen.
Hexadezimal | 49 | 6A | B7 |
Dezimal | 73 | 106 | 183 |
Binär | 1001001 | 1101010 | 10110111 |
Oktal | 111 | 152 | 267 |
Dunkle Töne der Farbe #496AB7
Helle Töne der Farbe #496AB7
Beispiele css- und html für Elemente in der Farbe #496AB7. Bitte benutzen Sie auch rgb(73,106,183) statt hex-Code.
.myTextColor { color: #496AB7; }
<p style="color:#496AB7">This sample text font color is #496AB7.</p>
Die Farbe dieses Textes ist #496AB7.
.myBgColor { background-color: #496AB7; }
<div style="background-color:#496AB7">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #496AB7.
.myBorderColor { border: 1px solid #496AB7; }
<div style="border:3px solid #496AB7">Div</div>
Die Grenzen von diesem div sind in Farbe #496AB7.
.myOpacity80 { color: #496AB7; opacity: 0.8; }
<p style="color:#496AB7;opacity:0.8;">80%</p>
Text in Farbe #496AB7 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #496AB7;}
<p style="text-shadow: 3px 3px 1px #496AB7">Text here.</p>
Dieser Text hat den Schatten in Farbe #496AB7.
.textShadow {text-shadow: 3px 3px 1px #496AB7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #496AB7, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #496AB7 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496AB7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#496AB7, Direction=45, Strength=4)">Text</p>
This text has shadow with #496AB7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #496AB7;
-webkit-box-shadow: 1px 1px 3px 2px #496AB7;
box-shadow: 1px 1px 3px 2px #496AB7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #496AB7; -webkit-box-shadow: 1px 1px 3px 2px #496AB7; box-shadow:1px 1px 3px 2px #496AB7;">
Div content here
</div>
Dieser Text ist in der Farbe #496AB7 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #496AB7 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #496AB7.
Dieser Text ist weiß auf dem Hintergrund in Farbe #496AB7.
Kontrastfarbe für #hex ist #B69548.