HEX: #4E71BD
RGB: (78,113,189)
#4E71BD enthält hauptsächlich blaue Farbe. Für #4E71BD ist eine «websichere» Webfarbe #6666CC (oder kurz #66C).
Die Farbe #4E71BD wird in RGB als (78,113,189) definiert.
RGB: (78,113,189) (31%,44%,74%)
R 78 von 255 = 31%
G 113 von 255 = 44%
B 189 von 255 = 74%
R + G + B ~ 50%. #4E71BD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
78 + 113 + 189 = 380 (100%)
R 78 von 380 ~ 20.53%
G 113 von 380 ~ 29.74%
B 189 von 380 ~ 49.74%
Die Farbe #4E71BD wird in CMYK als (59,40,0,26) definiert.
CMYK: (59,40,0,26) C59M40Y0K26 (59%,40%,0%,26%) (0.59/0.40/0.00/0.26)
4E | 71 | BD | |
---|---|---|---|
RGB | 78 | 113 | 189 |
HSL | 221° | 45.68% | 52.35% |
HSB/HSV | 221° | 58.73% | 74.12% |
CMYK | 58.73% | 40.21% | 0.00% |
25.88% |
Hexadezimal | 4E | 71 | BD |
Dezimal | 78 | 113 | 189 |
Binär | 1001110 | 1110001 | 10111101 |
Oktal | 116 | 161 | 275 |
Beispiele css- und html für Elemente in der Farbe #4E71BD. Bitte benutzen Sie auch rgb(78,113,189) statt hex-Code.
.myTextColor { color: #4E71BD; }
<p style="color:#4E71BD">This sample text font color is #4E71BD.</p>
Die Farbe dieses Textes ist #4E71BD.
.myBgColor { background-color: #4E71BD; }
<div style="background-color:#4E71BD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4E71BD.
.myBorderColor { border: 1px solid #4E71BD; }
<div style="border:3px solid #4E71BD">Div</div>
Die Grenzen von diesem div sind in Farbe #4E71BD.
.myOpacity80 { color: #4E71BD; opacity: 0.8; }
<p style="color:#4E71BD;opacity:0.8;">80%</p>
Text in Farbe #4E71BD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4E71BD;}
<p style="text-shadow: 3px 3px 1px #4E71BD">Text here.</p>
Dieser Text hat den Schatten in Farbe #4E71BD.
.textShadow {text-shadow: 3px 3px 1px #4E71BD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4E71BD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4E71BD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4E71BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4E71BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #4E71BD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4E71BD; -webkit-box-shadow: 1px 1px 3px 2px #4E71BD; box-shadow: 1px 1px 3px 2px #4E71BD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4E71BD; -webkit-box-shadow: 1px 1px 3px 2px #4E71BD; box-shadow:1px 1px 3px 2px #4E71BD;">
Div content here</div>
Dieser Text ist in der Farbe #4E71BD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4E71BD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4E71BD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4E71BD.