HEX: #499DAB
RGB: (73,157,171)
#499DAB enthält hauptsächlich grüne und blaue Farbe. Für #499DAB ist eine «websichere» Webfarbe #339999 (oder kurz #399).
Die Farbe #499DAB wird in RGB als (73,157,171) definiert.
RGB: (73,157,171) (29%,62%,67%)
R 73 von 255 = 29%
G 157 von 255 = 62%
B 171 von 255 = 67%
R + G + B ~ 53%. #499DAB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
73 + 157 + 171 = 401 (100%)
R 73 von 401 ~ 18.2%
G 157 von 401 ~ 39.15%
B 171 von 401 ~ 42.64%
Die Farbe #499DAB wird in CMYK als (57,8,0,33) definiert.
CMYK: (57,8,0,33) C57M8Y0K33 (57%,8%,0%,33%) (0.57/0.08/0.00/0.33)
49 | 9D | AB | |
---|---|---|---|
RGB | 73 | 157 | 171 |
HSL | 189° | 40.16% | 47.84% |
HSB/HSV | 189° | 57.31% | 67.06% |
CMYK | 57.31% | 8.19% | 0.00% |
32.94% |
Hexadezimal | 49 | 9D | AB |
Dezimal | 73 | 157 | 171 |
Binär | 1001001 | 10011101 | 10101011 |
Oktal | 111 | 235 | 253 |
Beispiele css- und html für Elemente in der Farbe #499DAB. Bitte benutzen Sie auch rgb(73,157,171) statt hex-Code.
.myTextColor { color: #499DAB; }
<p style="color:#499DAB">This sample text font color is #499DAB.</p>
Die Farbe dieses Textes ist #499DAB.
.myBgColor { background-color: #499DAB; }
<div style="background-color:#499DAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #499DAB.
.myBorderColor { border: 1px solid #499DAB; }
<div style="border:3px solid #499DAB">Div</div>
Die Grenzen von diesem div sind in Farbe #499DAB.
.myOpacity80 { color: #499DAB; opacity: 0.8; }
<p style="color:#499DAB;opacity:0.8;">80%</p>
Text in Farbe #499DAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #499DAB;}
<p style="text-shadow: 3px 3px 1px #499DAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #499DAB.
.textShadow {text-shadow: 3px 3px 1px #499DAB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #499DAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #499DAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#499DAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#499DAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #499DAB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #499DAB; -webkit-box-shadow: 1px 1px 3px 2px #499DAB; box-shadow: 1px 1px 3px 2px #499DAB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #499DAB; -webkit-box-shadow: 1px 1px 3px 2px #499DAB; box-shadow:1px 1px 3px 2px #499DAB;">
Div content here</div>
Dieser Text ist in der Farbe #499DAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #499DAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #499DAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #499DAB.