HEX: #499CCA
RGB: (73,156,202)
#499CCA enthält hauptsächlich grüne und blaue Farbe. Für #499CCA ist eine «websichere» Webfarbe #3399CC (oder kurz #39C).
Die Farbe #499CCA wird in RGB als (73,156,202) definiert.
RGB: (73,156,202) (29%,61%,79%)
R 73 von 255 = 29%
G 156 von 255 = 61%
B 202 von 255 = 79%
R + G + B ~ 56%. #499CCA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
73 + 156 + 202 = 431 (100%)
R 73 von 431 ~ 16.94%
G 156 von 431 ~ 36.19%
B 202 von 431 ~ 46.87%
Die Farbe #499CCA wird in CMYK als (64,23,0,21) definiert.
CMYK: (64,23,0,21) C64M23Y0K21 (64%,23%,0%,21%) (0.64/0.23/0.00/0.21)
49 | 9C | CA | |
---|---|---|---|
RGB | 73 | 156 | 202 |
HSL | 201° | 54.89% | 53.92% |
HSB/HSV | 201° | 63.86% | 79.22% |
CMYK | 63.86% | 22.77% | 0.00% |
20.78% |
Hexadezimal | 49 | 9C | CA |
Dezimal | 73 | 156 | 202 |
Binär | 1001001 | 10011100 | 11001010 |
Oktal | 111 | 234 | 312 |
Beispiele css- und html für Elemente in der Farbe #499CCA. Bitte benutzen Sie auch rgb(73,156,202) statt hex-Code.
.myTextColor { color: #499CCA; }
<p style="color:#499CCA">This sample text font color is #499CCA.</p>
Die Farbe dieses Textes ist #499CCA.
.myBgColor { background-color: #499CCA; }
<div style="background-color:#499CCA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #499CCA.
.myBorderColor { border: 1px solid #499CCA; }
<div style="border:3px solid #499CCA">Div</div>
Die Grenzen von diesem div sind in Farbe #499CCA.
.myOpacity80 { color: #499CCA; opacity: 0.8; }
<p style="color:#499CCA;opacity:0.8;">80%</p>
Text in Farbe #499CCA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #499CCA;}
<p style="text-shadow: 3px 3px 1px #499CCA">Text here.</p>
Dieser Text hat den Schatten in Farbe #499CCA.
.textShadow {text-shadow: 3px 3px 1px #499CCA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #499CCA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #499CCA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#499CCA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#499CCA, Direction=45, Strength=4)">Text</p>
This text has shadow with #499CCA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #499CCA; -webkit-box-shadow: 1px 1px 3px 2px #499CCA; box-shadow: 1px 1px 3px 2px #499CCA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #499CCA; -webkit-box-shadow: 1px 1px 3px 2px #499CCA; box-shadow:1px 1px 3px 2px #499CCA;">
Div content here</div>
Dieser Text ist in der Farbe #499CCA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #499CCA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #499CCA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #499CCA.