HEX: #499899
RGB: (73,152,153)
#499899 enthält hauptsächlich grüne und blaue Farbe. Für #499899 ist eine «websichere» Webfarbe #339999 (oder kurz #399).
Die Farbe #499899 wird in RGB als (73,152,153) definiert.
RGB: (73,152,153) (29%,60%,60%)
R 73 von 255 = 29%
G 152 von 255 = 60%
B 153 von 255 = 60%
R + G + B ~ 50%. #499899 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
73 + 152 + 153 = 378 (100%)
R 73 von 378 ~ 19.31%
G 152 von 378 ~ 40.21%
B 153 von 378 ~ 40.48%
Die Farbe #499899 wird in CMYK als (52,1,0,40) definiert.
CMYK: (52,1,0,40) C52M1Y0K40 (52%,1%,0%,40%) (0.52/0.01/0.00/0.40)
49 | 98 | 99 | |
---|---|---|---|
RGB | 73 | 152 | 153 |
HSL | 181° | 35.40% | 44.31% |
HSB/HSV | 181° | 52.29% | 60.00% |
CMYK | 52.29% | 0.65% | 0.00% |
40.00% |
Hexadezimal | 49 | 98 | 99 |
Dezimal | 73 | 152 | 153 |
Binär | 1001001 | 10011000 | 10011001 |
Oktal | 111 | 230 | 231 |
Beispiele css- und html für Elemente in der Farbe #499899. Bitte benutzen Sie auch rgb(73,152,153) statt hex-Code.
.myTextColor { color: #499899; }
<p style="color:#499899">This sample text font color is #499899.</p>
Die Farbe dieses Textes ist #499899.
.myBgColor { background-color: #499899; }
<div style="background-color:#499899">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #499899.
.myBorderColor { border: 1px solid #499899; }
<div style="border:3px solid #499899">Div</div>
Die Grenzen von diesem div sind in Farbe #499899.
.myOpacity80 { color: #499899; opacity: 0.8; }
<p style="color:#499899;opacity:0.8;">80%</p>
Text in Farbe #499899 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #499899;}
<p style="text-shadow: 3px 3px 1px #499899">Text here.</p>
Dieser Text hat den Schatten in Farbe #499899.
.textShadow {text-shadow: 3px 3px 1px #499899, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #499899, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #499899 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#499899, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#499899, Direction=45, Strength=4)">Text</p>
This text has shadow with #499899 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #499899; -webkit-box-shadow: 1px 1px 3px 2px #499899; box-shadow: 1px 1px 3px 2px #499899; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #499899; -webkit-box-shadow: 1px 1px 3px 2px #499899; box-shadow:1px 1px 3px 2px #499899;">
Div content here</div>
Dieser Text ist in der Farbe #499899 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #499899 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #499899.
Dieser Text ist weiß auf dem Hintergrund in Farbe #499899.