HEX: #4C558B
RGB: (76,85,139)
#4C558B enthält hauptsächlich grüne und blaue Farbe. Für #4C558B ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #4C558B wird in RGB als (76,85,139) definiert.
RGB: (76,85,139) (30%,33%,55%)
R 76 von 255 = 30%
G 85 von 255 = 33%
B 139 von 255 = 55%
R + G + B ~ 39%. #4C558B ziemlich dunkle Farbe.
R + G + B =
76 + 85 + 139 = 300 (100%)
R 76 von 300 ~ 25.33%
G 85 von 300 ~ 28.33%
B 139 von 300 ~ 46.33%
Die Farbe #4C558B wird in CMYK als (45,39,0,45) definiert.
CMYK: (45,39,0,45) C45M39Y0K45 (45%,39%,0%,45%) (0.45/0.39/0.00/0.45)
4C | 55 | 8B | |
---|---|---|---|
RGB | 76 | 85 | 139 |
HSL | 231° | 29.30% | 42.16% |
HSB/HSV | 231° | 45.32% | 54.51% |
CMYK | 45.32% | 38.85% | 0.00% |
45.49% |
Hexadezimal | 4C | 55 | 8B |
Dezimal | 76 | 85 | 139 |
Binär | 1001100 | 1010101 | 10001011 |
Oktal | 114 | 125 | 213 |
Beispiele css- und html für Elemente in der Farbe #4C558B. Bitte benutzen Sie auch rgb(76,85,139) statt hex-Code.
.myTextColor { color: #4C558B; }
<p style="color:#4C558B">This sample text font color is #4C558B.</p>
Die Farbe dieses Textes ist #4C558B.
.myBgColor { background-color: #4C558B; }
<div style="background-color:#4C558B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C558B.
.myBorderColor { border: 1px solid #4C558B; }
<div style="border:3px solid #4C558B">Div</div>
Die Grenzen von diesem div sind in Farbe #4C558B.
.myOpacity80 { color: #4C558B; opacity: 0.8; }
<p style="color:#4C558B;opacity:0.8;">80%</p>
Text in Farbe #4C558B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C558B;}
<p style="text-shadow: 3px 3px 1px #4C558B">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C558B.
.textShadow {text-shadow: 3px 3px 1px #4C558B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C558B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C558B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C558B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C558B, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C558B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C558B; -webkit-box-shadow: 1px 1px 3px 2px #4C558B; box-shadow: 1px 1px 3px 2px #4C558B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C558B; -webkit-box-shadow: 1px 1px 3px 2px #4C558B; box-shadow:1px 1px 3px 2px #4C558B;">
Div content here</div>
Dieser Text ist in der Farbe #4C558B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C558B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C558B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C558B.