HEX: #4C84CE
RGB: (76,132,206)
#4C84CE enthält hauptsächlich blaue Farbe. Für #4C84CE ist eine «websichere» Webfarbe #3399CC (oder kurz #39C).
Die Farbe #4C84CE wird in RGB als (76,132,206) definiert.
RGB: (76,132,206) (30%,52%,81%)
R 76 von 255 = 30%
G 132 von 255 = 52%
B 206 von 255 = 81%
R + G + B ~ 54%. #4C84CE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
76 + 132 + 206 = 414 (100%)
R 76 von 414 ~ 18.36%
G 132 von 414 ~ 31.88%
B 206 von 414 ~ 49.76%
Die Farbe #4C84CE wird in CMYK als (63,36,0,19) definiert.
CMYK: (63,36,0,19) C63M36Y0K19 (63%,36%,0%,19%) (0.63/0.36/0.00/0.19)
4C | 84 | CE | |
---|---|---|---|
RGB | 76 | 132 | 206 |
HSL | 214° | 57.02% | 55.29% |
HSB/HSV | 214° | 63.11% | 80.78% |
CMYK | 63.11% | 35.92% | 0.00% |
19.22% |
Hexadezimal | 4C | 84 | CE |
Dezimal | 76 | 132 | 206 |
Binär | 1001100 | 10000100 | 11001110 |
Oktal | 114 | 204 | 316 |
Beispiele css- und html für Elemente in der Farbe #4C84CE. Bitte benutzen Sie auch rgb(76,132,206) statt hex-Code.
.myTextColor { color: #4C84CE; }
<p style="color:#4C84CE">This sample text font color is #4C84CE.</p>
Die Farbe dieses Textes ist #4C84CE.
.myBgColor { background-color: #4C84CE; }
<div style="background-color:#4C84CE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C84CE.
.myBorderColor { border: 1px solid #4C84CE; }
<div style="border:3px solid #4C84CE">Div</div>
Die Grenzen von diesem div sind in Farbe #4C84CE.
.myOpacity80 { color: #4C84CE; opacity: 0.8; }
<p style="color:#4C84CE;opacity:0.8;">80%</p>
Text in Farbe #4C84CE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C84CE;}
<p style="text-shadow: 3px 3px 1px #4C84CE">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C84CE.
.textShadow {text-shadow: 3px 3px 1px #4C84CE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C84CE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C84CE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C84CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C84CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C84CE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C84CE; -webkit-box-shadow: 1px 1px 3px 2px #4C84CE; box-shadow: 1px 1px 3px 2px #4C84CE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C84CE; -webkit-box-shadow: 1px 1px 3px 2px #4C84CE; box-shadow:1px 1px 3px 2px #4C84CE;">
Div content here</div>
Dieser Text ist in der Farbe #4C84CE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C84CE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C84CE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C84CE.