HEX: #4C85AC
RGB: (76,133,172)
#4C85AC enthält hauptsächlich grüne und blaue Farbe. Für #4C85AC ist eine «websichere» Webfarbe #339999 (oder kurz #399).
Die Farbe #4C85AC wird in RGB als (76,133,172) definiert.
RGB: (76,133,172) (30%,52%,67%)
R 76 von 255 = 30%
G 133 von 255 = 52%
B 172 von 255 = 67%
R + G + B ~ 50%. #4C85AC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
76 + 133 + 172 = 381 (100%)
R 76 von 381 ~ 19.95%
G 133 von 381 ~ 34.91%
B 172 von 381 ~ 45.14%
Die Farbe #4C85AC wird in CMYK als (56,23,0,33) definiert.
CMYK: (56,23,0,33) C56M23Y0K33 (56%,23%,0%,33%) (0.56/0.23/0.00/0.33)
4C | 85 | AC | |
---|---|---|---|
RGB | 76 | 133 | 172 |
HSL | 204° | 38.71% | 48.63% |
HSB/HSV | 204° | 55.81% | 67.45% |
CMYK | 55.81% | 22.67% | 0.00% |
32.55% |
Hexadezimal | 4C | 85 | AC |
Dezimal | 76 | 133 | 172 |
Binär | 1001100 | 10000101 | 10101100 |
Oktal | 114 | 205 | 254 |
Beispiele css- und html für Elemente in der Farbe #4C85AC. Bitte benutzen Sie auch rgb(76,133,172) statt hex-Code.
.myTextColor { color: #4C85AC; }
<p style="color:#4C85AC">This sample text font color is #4C85AC.</p>
Die Farbe dieses Textes ist #4C85AC.
.myBgColor { background-color: #4C85AC; }
<div style="background-color:#4C85AC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C85AC.
.myBorderColor { border: 1px solid #4C85AC; }
<div style="border:3px solid #4C85AC">Div</div>
Die Grenzen von diesem div sind in Farbe #4C85AC.
.myOpacity80 { color: #4C85AC; opacity: 0.8; }
<p style="color:#4C85AC;opacity:0.8;">80%</p>
Text in Farbe #4C85AC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C85AC;}
<p style="text-shadow: 3px 3px 1px #4C85AC">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C85AC.
.textShadow {text-shadow: 3px 3px 1px #4C85AC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C85AC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C85AC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C85AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C85AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C85AC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C85AC; -webkit-box-shadow: 1px 1px 3px 2px #4C85AC; box-shadow: 1px 1px 3px 2px #4C85AC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C85AC; -webkit-box-shadow: 1px 1px 3px 2px #4C85AC; box-shadow:1px 1px 3px 2px #4C85AC;">
Div content here</div>
Dieser Text ist in der Farbe #4C85AC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C85AC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C85AC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C85AC.