HEX: #4C82AB
RGB: (76,130,171)
#4C82AB enthält hauptsächlich grüne und blaue Farbe. Für #4C82AB ist eine «websichere» Webfarbe #339999 (oder kurz #399).
Die Farbe #4C82AB wird in RGB als (76,130,171) definiert.
RGB: (76,130,171) (30%,51%,67%)
R 76 von 255 = 30%
G 130 von 255 = 51%
B 171 von 255 = 67%
R + G + B ~ 49%. #4C82AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
76 + 130 + 171 = 377 (100%)
R 76 von 377 ~ 20.16%
G 130 von 377 ~ 34.48%
B 171 von 377 ~ 45.36%
Die Farbe #4C82AB wird in CMYK als (56,24,0,33) definiert.
CMYK: (56,24,0,33) C56M24Y0K33 (56%,24%,0%,33%) (0.56/0.24/0.00/0.33)
4C | 82 | AB | |
---|---|---|---|
RGB | 76 | 130 | 171 |
HSL | 206° | 38.46% | 48.43% |
HSB/HSV | 206° | 55.56% | 67.06% |
CMYK | 55.56% | 23.98% | 0.00% |
32.94% |
Hexadezimal | 4C | 82 | AB |
Dezimal | 76 | 130 | 171 |
Binär | 1001100 | 10000010 | 10101011 |
Oktal | 114 | 202 | 253 |
Beispiele css- und html für Elemente in der Farbe #4C82AB. Bitte benutzen Sie auch rgb(76,130,171) statt hex-Code.
.myTextColor { color: #4C82AB; }
<p style="color:#4C82AB">This sample text font color is #4C82AB.</p>
Die Farbe dieses Textes ist #4C82AB.
.myBgColor { background-color: #4C82AB; }
<div style="background-color:#4C82AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C82AB.
.myBorderColor { border: 1px solid #4C82AB; }
<div style="border:3px solid #4C82AB">Div</div>
Die Grenzen von diesem div sind in Farbe #4C82AB.
.myOpacity80 { color: #4C82AB; opacity: 0.8; }
<p style="color:#4C82AB;opacity:0.8;">80%</p>
Text in Farbe #4C82AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C82AB;}
<p style="text-shadow: 3px 3px 1px #4C82AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C82AB.
.textShadow {text-shadow: 3px 3px 1px #4C82AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C82AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C82AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C82AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C82AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C82AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C82AB; -webkit-box-shadow: 1px 1px 3px 2px #4C82AB; box-shadow: 1px 1px 3px 2px #4C82AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C82AB; -webkit-box-shadow: 1px 1px 3px 2px #4C82AB; box-shadow:1px 1px 3px 2px #4C82AB;">
Div content here</div>
Dieser Text ist in der Farbe #4C82AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C82AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C82AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C82AB.