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