HEX: #497C8C
RGB: (73,124,140)
#497C8C enthält hauptsächlich grüne und blaue Farbe. Für #497C8C ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #497C8C wird in RGB als (73,124,140) definiert.
RGB: (73,124,140) (29%,49%,55%)
R 73 von 255 = 29%
G 124 von 255 = 49%
B 140 von 255 = 55%
R + G + B ~ 44%. #497C8C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
73 + 124 + 140 = 337 (100%)
R 73 von 337 ~ 21.66%
G 124 von 337 ~ 36.8%
B 140 von 337 ~ 41.54%
Die Farbe #497C8C wird in CMYK als (48,11,0,45) definiert.
CMYK: (48,11,0,45) C48M11Y0K45 (48%,11%,0%,45%) (0.48/0.11/0.00/0.45)
49 | 7C | 8C | |
---|---|---|---|
RGB | 73 | 124 | 140 |
HSL | 194° | 31.46% | 41.76% |
HSB/HSV | 194° | 47.86% | 54.90% |
CMYK | 47.86% | 11.43% | 0.00% |
45.10% |
Hexadezimal | 49 | 7C | 8C |
Dezimal | 73 | 124 | 140 |
Binär | 1001001 | 1111100 | 10001100 |
Oktal | 111 | 174 | 214 |
Beispiele css- und html für Elemente in der Farbe #497C8C. Bitte benutzen Sie auch rgb(73,124,140) statt hex-Code.
.myTextColor { color: #497C8C; }
<p style="color:#497C8C">This sample text font color is #497C8C.</p>
Die Farbe dieses Textes ist #497C8C.
.myBgColor { background-color: #497C8C; }
<div style="background-color:#497C8C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #497C8C.
.myBorderColor { border: 1px solid #497C8C; }
<div style="border:3px solid #497C8C">Div</div>
Die Grenzen von diesem div sind in Farbe #497C8C.
.myOpacity80 { color: #497C8C; opacity: 0.8; }
<p style="color:#497C8C;opacity:0.8;">80%</p>
Text in Farbe #497C8C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #497C8C;}
<p style="text-shadow: 3px 3px 1px #497C8C">Text here.</p>
Dieser Text hat den Schatten in Farbe #497C8C.
.textShadow {text-shadow: 3px 3px 1px #497C8C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #497C8C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #497C8C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#497C8C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#497C8C, Direction=45, Strength=4)">Text</p>
This text has shadow with #497C8C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #497C8C; -webkit-box-shadow: 1px 1px 3px 2px #497C8C; box-shadow: 1px 1px 3px 2px #497C8C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #497C8C; -webkit-box-shadow: 1px 1px 3px 2px #497C8C; box-shadow:1px 1px 3px 2px #497C8C;">
Div content here</div>
Dieser Text ist in der Farbe #497C8C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #497C8C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #497C8C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #497C8C.