HEX: #497196
RGB: (73,113,150)
#497196 enthält hauptsächlich grüne und blaue Farbe. Für #497196 ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #497196 wird in RGB als (73,113,150) definiert.
RGB: (73,113,150) (29%,44%,59%)
R 73 von 255 = 29%
G 113 von 255 = 44%
B 150 von 255 = 59%
R + G + B ~ 44%. #497196 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
73 + 113 + 150 = 336 (100%)
R 73 von 336 ~ 21.73%
G 113 von 336 ~ 33.63%
B 150 von 336 ~ 44.64%
Die Farbe #497196 wird in CMYK als (51,25,0,41) definiert.
CMYK: (51,25,0,41) C51M25Y0K41 (51%,25%,0%,41%) (0.51/0.25/0.00/0.41)
49 | 71 | 96 | |
---|---|---|---|
RGB | 73 | 113 | 150 |
HSL | 209° | 34.53% | 43.73% |
HSB/HSV | 209° | 51.33% | 58.82% |
CMYK | 51.33% | 24.67% | 0.00% |
41.18% |
Hexadezimal | 49 | 71 | 96 |
Dezimal | 73 | 113 | 150 |
Binär | 1001001 | 1110001 | 10010110 |
Oktal | 111 | 161 | 226 |
Beispiele css- und html für Elemente in der Farbe #497196. Bitte benutzen Sie auch rgb(73,113,150) statt hex-Code.
.myTextColor { color: #497196; }
<p style="color:#497196">This sample text font color is #497196.</p>
Die Farbe dieses Textes ist #497196.
.myBgColor { background-color: #497196; }
<div style="background-color:#497196">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #497196.
.myBorderColor { border: 1px solid #497196; }
<div style="border:3px solid #497196">Div</div>
Die Grenzen von diesem div sind in Farbe #497196.
.myOpacity80 { color: #497196; opacity: 0.8; }
<p style="color:#497196;opacity:0.8;">80%</p>
Text in Farbe #497196 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #497196;}
<p style="text-shadow: 3px 3px 1px #497196">Text here.</p>
Dieser Text hat den Schatten in Farbe #497196.
.textShadow {text-shadow: 3px 3px 1px #497196, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #497196, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #497196 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#497196, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#497196, Direction=45, Strength=4)">Text</p>
This text has shadow with #497196 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #497196; -webkit-box-shadow: 1px 1px 3px 2px #497196; box-shadow: 1px 1px 3px 2px #497196; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #497196; -webkit-box-shadow: 1px 1px 3px 2px #497196; box-shadow:1px 1px 3px 2px #497196;">
Div content here</div>
Dieser Text ist in der Farbe #497196 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #497196 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #497196.
Dieser Text ist weiß auf dem Hintergrund in Farbe #497196.