HEX: #49698B
RGB: (73,105,139)
#49698B enthält hauptsächlich grüne und blaue Farbe. Für #49698B ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #49698B wird in RGB als (73,105,139) definiert.
RGB: (73,105,139)
(29%, 41%, 55%)
R 73 von 255 = 29%
G 105 von 255 = 41%
B 139 von 255 = 55%
R + G + B ~ 42%. #49698B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 73 + 105 + 139 = 317 (100%)
R 73 von 317 ~ 23.03%
G 105 von 317 ~ 33.12%
B 139 von 317 ~ 43.85'%
Die Farbe #49698B wird in CMYK als (47,24,0,45) definiert.
CMYK: (47,24,0,45)
C47M24Y0K45 (47%, 24%, 0%, 45%)
(0.47 / 0.24 / 0.00 / 0.45)
Farbe #49698B in den populären Farbmodellen.
49 | 69 | 8B | |
---|---|---|---|
RGB | 73 | 105 | 139 |
HSL | 211° | 31.13% | 41.57% |
HSB/HSV | 211° | 47.48% | 54.51% |
CMYK | 47.48% | 24.46% | 0.00% |
45.49% |
Die Farbe #49698B in den populären Zahlensystemen.
Hexadezimal | 49 | 69 | 8B |
Dezimal | 73 | 105 | 139 |
Binär | 1001001 | 1101001 | 10001011 |
Oktal | 111 | 151 | 213 |
Dunkle Töne der Farbe #49698B
Helle Töne der Farbe #49698B
Beispiele css- und html für Elemente in der Farbe #49698B. Bitte benutzen Sie auch rgb(73,105,139) statt hex-Code.
.myTextColor { color: #49698B; }
<p style="color:#49698B">This sample text font color is #49698B.</p>
Die Farbe dieses Textes ist #49698B.
.myBgColor { background-color: #49698B; }
<div style="background-color:#49698B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #49698B.
.myBorderColor { border: 1px solid #49698B; }
<div style="border:3px solid #49698B">Div</div>
Die Grenzen von diesem div sind in Farbe #49698B.
.myOpacity80 { color: #49698B; opacity: 0.8; }
<p style="color:#49698B;opacity:0.8;">80%</p>
Text in Farbe #49698B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49698B;}
<p style="text-shadow: 3px 3px 1px #49698B">Text here.</p>
Dieser Text hat den Schatten in Farbe #49698B.
.textShadow {text-shadow: 3px 3px 1px #49698B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49698B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #49698B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49698B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49698B, Direction=45, Strength=4)">Text</p>
This text has shadow with #49698B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49698B;
-webkit-box-shadow: 1px 1px 3px 2px #49698B;
box-shadow: 1px 1px 3px 2px #49698B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49698B; -webkit-box-shadow: 1px 1px 3px 2px #49698B; box-shadow:1px 1px 3px 2px #49698B;">
Div content here
</div>
Dieser Text ist in der Farbe #49698B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #49698B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #49698B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #49698B.
Kontrastfarbe für #hex ist #B69674.