HEX: #4B558E
RGB: (75,85,142)
#4B558E enthält hauptsächlich grüne und blaue Farbe. Für #4B558E ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #4B558E wird in RGB als (75,85,142) definiert.
RGB: (75,85,142) (29%,33%,56%)
R 75 von 255 = 29%
G 85 von 255 = 33%
B 142 von 255 = 56%
R + G + B ~ 39%. #4B558E ziemlich dunkle Farbe.
R + G + B =
75 + 85 + 142 = 302 (100%)
R 75 von 302 ~ 24.83%
G 85 von 302 ~ 28.15%
B 142 von 302 ~ 47.02%
Die Farbe #4B558E wird in CMYK als (47,40,0,44) definiert.
CMYK: (47,40,0,44) C47M40Y0K44 (47%,40%,0%,44%) (0.47/0.40/0.00/0.44)
4B | 55 | 8E | |
---|---|---|---|
RGB | 75 | 85 | 142 |
HSL | 231° | 30.88% | 42.55% |
HSB/HSV | 231° | 47.18% | 55.69% |
CMYK | 47.18% | 40.14% | 0.00% |
44.31% |
Hexadezimal | 4B | 55 | 8E |
Dezimal | 75 | 85 | 142 |
Binär | 1001011 | 1010101 | 10001110 |
Oktal | 113 | 125 | 216 |
Beispiele css- und html für Elemente in der Farbe #4B558E. Bitte benutzen Sie auch rgb(75,85,142) statt hex-Code.
.myTextColor { color: #4B558E; }
<p style="color:#4B558E">This sample text font color is #4B558E.</p>
Die Farbe dieses Textes ist #4B558E.
.myBgColor { background-color: #4B558E; }
<div style="background-color:#4B558E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4B558E.
.myBorderColor { border: 1px solid #4B558E; }
<div style="border:3px solid #4B558E">Div</div>
Die Grenzen von diesem div sind in Farbe #4B558E.
.myOpacity80 { color: #4B558E; opacity: 0.8; }
<p style="color:#4B558E;opacity:0.8;">80%</p>
Text in Farbe #4B558E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B558E;}
<p style="text-shadow: 3px 3px 1px #4B558E">Text here.</p>
Dieser Text hat den Schatten in Farbe #4B558E.
.textShadow {text-shadow: 3px 3px 1px #4B558E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B558E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4B558E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B558E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B558E, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B558E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4B558E; -webkit-box-shadow: 1px 1px 3px 2px #4B558E; box-shadow: 1px 1px 3px 2px #4B558E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4B558E; -webkit-box-shadow: 1px 1px 3px 2px #4B558E; box-shadow:1px 1px 3px 2px #4B558E;">
Div content here</div>
Dieser Text ist in der Farbe #4B558E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4B558E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4B558E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4B558E.