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