HEX: #494460
RGB: (73,68,96)
#494460 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #494460 ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #494460 wird in RGB als (73,68,96) definiert.
RGB: (73,68,96)
(29%, 27%, 38%)
R 73 von 255 = 29%
G 68 von 255 = 27%
B 96 von 255 = 38%
R + G + B ~ 31%. #494460 ziemlich dunkle Farbe.
R + G + B = 73 + 68 + 96 = 237 (100%)
R 73 von 237 ~ 30.8%
G 68 von 237 ~ 28.69%
B 96 von 237 ~ 40.51'%
Die Farbe #494460 wird in CMYK als (24,29,0,62) definiert.
CMYK: (24,29,0,62)
C24M29Y0K62 (24%, 29%, 0%, 62%)
(0.24 / 0.29 / 0.00 / 0.62)
Farbe #494460 in den populären Farbmodellen.
49 | 44 | 60 | |
---|---|---|---|
RGB | 73 | 68 | 96 |
HSL | 251° | 17.07% | 32.16% |
HSB/HSV | 251° | 29.17% | 37.65% |
CMYK | 23.96% | 29.17% | 0.00% |
62.35% |
Die Farbe #494460 in den populären Zahlensystemen.
Hexadezimal | 49 | 44 | 60 |
Dezimal | 73 | 68 | 96 |
Binär | 1001001 | 1000100 | 1100000 |
Oktal | 111 | 104 | 140 |
Dunkle Töne der Farbe #494460
Helle Töne der Farbe #494460
Beispiele css- und html für Elemente in der Farbe #494460. Bitte benutzen Sie auch rgb(73,68,96) statt hex-Code.
.myTextColor { color: #494460; }
<p style="color:#494460">This sample text font color is #494460.</p>
Die Farbe dieses Textes ist #494460.
.myBgColor { background-color: #494460; }
<div style="background-color:#494460">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #494460.
.myBorderColor { border: 1px solid #494460; }
<div style="border:3px solid #494460">Div</div>
Die Grenzen von diesem div sind in Farbe #494460.
.myOpacity80 { color: #494460; opacity: 0.8; }
<p style="color:#494460;opacity:0.8;">80%</p>
Text in Farbe #494460 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #494460;}
<p style="text-shadow: 3px 3px 1px #494460">Text here.</p>
Dieser Text hat den Schatten in Farbe #494460.
.textShadow {text-shadow: 3px 3px 1px #494460', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #494460, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #494460 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#494460, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#494460, Direction=45, Strength=4)">Text</p>
This text has shadow with #494460 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #494460;
-webkit-box-shadow: 1px 1px 3px 2px #494460;
box-shadow: 1px 1px 3px 2px #494460;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #494460; -webkit-box-shadow: 1px 1px 3px 2px #494460; box-shadow:1px 1px 3px 2px #494460;">
Div content here
</div>
Dieser Text ist in der Farbe #494460 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #494460 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #494460.
Dieser Text ist weiß auf dem Hintergrund in Farbe #494460.
Kontrastfarbe für #hex ist #B6BB9F.