HEX: #494979
RGB: (73,73,121)
#494979 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #494979 ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #494979 wird in RGB als (73,73,121) definiert.
RGB: (73,73,121)
(29%, 29%, 47%)
R 73 von 255 = 29%
G 73 von 255 = 29%
B 121 von 255 = 47%
R + G + B ~ 35%. #494979 ziemlich dunkle Farbe.
R + G + B = 73 + 73 + 121 = 267 (100%)
R 73 von 267 ~ 27.34%
G 73 von 267 ~ 27.34%
B 121 von 267 ~ 45.32'%
Die Farbe #494979 wird in CMYK als (40,40,0,53) definiert.
CMYK: (40,40,0,53)
C40M40Y0K53 (40%, 40%, 0%, 53%)
(0.40 / 0.40 / 0.00 / 0.53)
Farbe #494979 in den populären Farbmodellen.
49 | 49 | 79 | |
---|---|---|---|
RGB | 73 | 73 | 121 |
HSL | 240° | 24.74% | 38.04% |
HSB/HSV | 240° | 39.67% | 47.45% |
CMYK | 39.67% | 39.67% | 0.00% |
52.55% |
Die Farbe #494979 in den populären Zahlensystemen.
Hexadezimal | 49 | 49 | 79 |
Dezimal | 73 | 73 | 121 |
Binär | 1001001 | 1001001 | 1111001 |
Oktal | 111 | 111 | 171 |
Dunkle Töne der Farbe #494979
Helle Töne der Farbe #494979
Beispiele css- und html für Elemente in der Farbe #494979. Bitte benutzen Sie auch rgb(73,73,121) statt hex-Code.
.myTextColor { color: #494979; }
<p style="color:#494979">This sample text font color is #494979.</p>
Die Farbe dieses Textes ist #494979.
.myBgColor { background-color: #494979; }
<div style="background-color:#494979">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #494979.
.myBorderColor { border: 1px solid #494979; }
<div style="border:3px solid #494979">Div</div>
Die Grenzen von diesem div sind in Farbe #494979.
.myOpacity80 { color: #494979; opacity: 0.8; }
<p style="color:#494979;opacity:0.8;">80%</p>
Text in Farbe #494979 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #494979;}
<p style="text-shadow: 3px 3px 1px #494979">Text here.</p>
Dieser Text hat den Schatten in Farbe #494979.
.textShadow {text-shadow: 3px 3px 1px #494979', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #494979, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #494979 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#494979, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#494979, Direction=45, Strength=4)">Text</p>
This text has shadow with #494979 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #494979;
-webkit-box-shadow: 1px 1px 3px 2px #494979;
box-shadow: 1px 1px 3px 2px #494979;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #494979; -webkit-box-shadow: 1px 1px 3px 2px #494979; box-shadow:1px 1px 3px 2px #494979;">
Div content here
</div>
Dieser Text ist in der Farbe #494979 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #494979 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #494979.
Dieser Text ist weiß auf dem Hintergrund in Farbe #494979.