HEX: #4C7AAA
RGB: (76,122,170)
#4C7AAA enthält hauptsächlich grüne und blaue Farbe. Für #4C7AAA ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #4C7AAA wird in RGB als (76,122,170) definiert.
RGB: (76,122,170) (30%,48%,67%)
R 76 von 255 = 30%
G 122 von 255 = 48%
B 170 von 255 = 67%
R + G + B ~ 48%. #4C7AAA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
76 + 122 + 170 = 368 (100%)
R 76 von 368 ~ 20.65%
G 122 von 368 ~ 33.15%
B 170 von 368 ~ 46.2%
Die Farbe #4C7AAA wird in CMYK als (55,28,0,33) definiert.
CMYK: (55,28,0,33) C55M28Y0K33 (55%,28%,0%,33%) (0.55/0.28/0.00/0.33)
4C | 7A | AA | |
---|---|---|---|
RGB | 76 | 122 | 170 |
HSL | 211° | 38.21% | 48.24% |
HSB/HSV | 211° | 55.29% | 66.67% |
CMYK | 55.29% | 28.24% | 0.00% |
33.33% |
Hexadezimal | 4C | 7A | AA |
Dezimal | 76 | 122 | 170 |
Binär | 1001100 | 1111010 | 10101010 |
Oktal | 114 | 172 | 252 |
Beispiele css- und html für Elemente in der Farbe #4C7AAA. Bitte benutzen Sie auch rgb(76,122,170) statt hex-Code.
.myTextColor { color: #4C7AAA; }
<p style="color:#4C7AAA">This sample text font color is #4C7AAA.</p>
Die Farbe dieses Textes ist #4C7AAA.
.myBgColor { background-color: #4C7AAA; }
<div style="background-color:#4C7AAA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C7AAA.
.myBorderColor { border: 1px solid #4C7AAA; }
<div style="border:3px solid #4C7AAA">Div</div>
Die Grenzen von diesem div sind in Farbe #4C7AAA.
.myOpacity80 { color: #4C7AAA; opacity: 0.8; }
<p style="color:#4C7AAA;opacity:0.8;">80%</p>
Text in Farbe #4C7AAA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C7AAA;}
<p style="text-shadow: 3px 3px 1px #4C7AAA">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C7AAA.
.textShadow {text-shadow: 3px 3px 1px #4C7AAA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C7AAA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C7AAA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C7AAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C7AAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C7AAA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C7AAA; -webkit-box-shadow: 1px 1px 3px 2px #4C7AAA; box-shadow: 1px 1px 3px 2px #4C7AAA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C7AAA; -webkit-box-shadow: 1px 1px 3px 2px #4C7AAA; box-shadow:1px 1px 3px 2px #4C7AAA;">
Div content here</div>
Dieser Text ist in der Farbe #4C7AAA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C7AAA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C7AAA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C7AAA.