HEX: #4C7AD3
RGB: (76,122,211)
#4C7AD3 enthält hauptsächlich blaue Farbe. Für #4C7AD3 ist eine «websichere» Webfarbe #3366CC (oder kurz #36C).
Die Farbe #4C7AD3 wird in RGB als (76,122,211) definiert.
RGB: (76,122,211)
(30%, 48%, 83%)
R 76 von 255 = 30%
G 122 von 255 = 48%
B 211 von 255 = 83%
R + G + B ~ 54%. #4C7AD3 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 76 + 122 + 211 = 409 (100%)
R 76 von 409 ~ 18.58%
G 122 von 409 ~ 29.83%
B 211 von 409 ~ 51.59'%
Die Farbe #4C7AD3 wird in CMYK als (64,42,0,17) definiert.
CMYK: (64,42,0,17)
C64M42Y0K17 (64%, 42%, 0%, 17%)
(0.64 / 0.42 / 0.00 / 0.17)
Farbe #4C7AD3 in den populären Farbmodellen.
4C | 7A | D3 | |
---|---|---|---|
RGB | 76 | 122 | 211 |
HSL | 220° | 60.54% | 56.27% |
HSB/HSV | 220° | 63.98% | 82.75% |
CMYK | 63.98% | 42.18% | 0.00% |
17.25% |
Die Farbe #4C7AD3 in den populären Zahlensystemen.
Hexadezimal | 4C | 7A | D3 |
Dezimal | 76 | 122 | 211 |
Binär | 1001100 | 1111010 | 11010011 |
Oktal | 114 | 172 | 323 |
Dunkle Töne der Farbe #4C7AD3
Helle Töne der Farbe #4C7AD3
Beispiele css- und html für Elemente in der Farbe #4C7AD3. Bitte benutzen Sie auch rgb(76,122,211) statt hex-Code.
.myTextColor { color: #4C7AD3; }
<p style="color:#4C7AD3">This sample text font color is #4C7AD3.</p>
Die Farbe dieses Textes ist #4C7AD3.
.myBgColor { background-color: #4C7AD3; }
<div style="background-color:#4C7AD3">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C7AD3.
.myBorderColor { border: 1px solid #4C7AD3; }
<div style="border:3px solid #4C7AD3">Div</div>
Die Grenzen von diesem div sind in Farbe #4C7AD3.
.myOpacity80 { color: #4C7AD3; opacity: 0.8; }
<p style="color:#4C7AD3;opacity:0.8;">80%</p>
Text in Farbe #4C7AD3 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C7AD3;}
<p style="text-shadow: 3px 3px 1px #4C7AD3">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C7AD3.
.textShadow {text-shadow: 3px 3px 1px #4C7AD3', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C7AD3, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C7AD3 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C7AD3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C7AD3, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C7AD3 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C7AD3;
-webkit-box-shadow: 1px 1px 3px 2px #4C7AD3;
box-shadow: 1px 1px 3px 2px #4C7AD3;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C7AD3; -webkit-box-shadow: 1px 1px 3px 2px #4C7AD3; box-shadow:1px 1px 3px 2px #4C7AD3;">
Div content here
</div>
Dieser Text ist in der Farbe #4C7AD3 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C7AD3 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C7AD3.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C7AD3.
Kontrastfarbe für #4C7AD3 ist #B3852C.