HEX: #492D6E
RGB: (73,45,110)
#492D6E enthält hauptsächlich rote und blaue Farbe. Für #492D6E ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #492D6E wird in RGB als (73,45,110) definiert.
RGB: (73,45,110)
(29%, 18%, 43%)
R 73 von 255 = 29%
G 45 von 255 = 18%
B 110 von 255 = 43%
R + G + B ~ 30%. #492D6E ziemlich dunkle Farbe.
R + G + B = 73 + 45 + 110 = 228 (100%)
R 73 von 228 ~ 32.02%
G 45 von 228 ~ 19.74%
B 110 von 228 ~ 48.25'%
Die Farbe #492D6E wird in CMYK als (34,59,0,57) definiert.
CMYK: (34,59,0,57)
C34M59Y0K57 (34%, 59%, 0%, 57%)
(0.34 / 0.59 / 0.00 / 0.57)
Farbe #492D6E in den populären Farbmodellen.
49 | 2D | 6E | |
---|---|---|---|
RGB | 73 | 45 | 110 |
HSL | 266° | 41.94% | 30.39% |
HSB/HSV | 266° | 59.09% | 43.14% |
CMYK | 33.64% | 59.09% | 0.00% |
56.86% |
Die Farbe #492D6E in den populären Zahlensystemen.
Hexadezimal | 49 | 2D | 6E |
Dezimal | 73 | 45 | 110 |
Binär | 1001001 | 101101 | 1101110 |
Oktal | 111 | 55 | 156 |
Dunkle Töne der Farbe #492D6E
Helle Töne der Farbe #492D6E
Beispiele css- und html für Elemente in der Farbe #492D6E. Bitte benutzen Sie auch rgb(73,45,110) statt hex-Code.
.myTextColor { color: #492D6E; }
<p style="color:#492D6E">This sample text font color is #492D6E.</p>
Die Farbe dieses Textes ist #492D6E.
.myBgColor { background-color: #492D6E; }
<div style="background-color:#492D6E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #492D6E.
.myBorderColor { border: 1px solid #492D6E; }
<div style="border:3px solid #492D6E">Div</div>
Die Grenzen von diesem div sind in Farbe #492D6E.
.myOpacity80 { color: #492D6E; opacity: 0.8; }
<p style="color:#492D6E;opacity:0.8;">80%</p>
Text in Farbe #492D6E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #492D6E;}
<p style="text-shadow: 3px 3px 1px #492D6E">Text here.</p>
Dieser Text hat den Schatten in Farbe #492D6E.
.textShadow {text-shadow: 3px 3px 1px #492D6E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #492D6E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #492D6E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#492D6E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#492D6E, Direction=45, Strength=4)">Text</p>
This text has shadow with #492D6E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #492D6E;
-webkit-box-shadow: 1px 1px 3px 2px #492D6E;
box-shadow: 1px 1px 3px 2px #492D6E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #492D6E; -webkit-box-shadow: 1px 1px 3px 2px #492D6E; box-shadow:1px 1px 3px 2px #492D6E;">
Div content here
</div>
Dieser Text ist in der Farbe #492D6E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #492D6E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #492D6E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #492D6E.
Kontrastfarbe für #hex ist #B6D291.