HEX: #427EB5
RGB: (66,126,181)
#427EB5 enthält hauptsächlich grüne und blaue Farbe. Für #427EB5 ist eine «websichere» Webfarbe #3366CC (oder kurz #36C).
Die Farbe #427EB5 wird in RGB als (66,126,181) definiert.
RGB: (66,126,181) (26%,49%,71%)
R 66 von 255 = 26%
G 126 von 255 = 49%
B 181 von 255 = 71%
R + G + B ~ 49%. #427EB5 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
66 + 126 + 181 = 373 (100%)
R 66 von 373 ~ 17.69%
G 126 von 373 ~ 33.78%
B 181 von 373 ~ 48.53%
Die Farbe #427EB5 wird in CMYK als (64,30,0,29) definiert.
CMYK: (64,30,0,29) C64M30Y0K29 (64%,30%,0%,29%) (0.64/0.30/0.00/0.29)
42 | 7E | B5 | |
---|---|---|---|
RGB | 66 | 126 | 181 |
HSL | 209° | 46.56% | 48.43% |
HSB/HSV | 209° | 63.54% | 70.98% |
CMYK | 63.54% | 30.39% | 0.00% |
29.02% |
Hexadezimal | 42 | 7E | B5 |
Dezimal | 66 | 126 | 181 |
Binär | 1000010 | 1111110 | 10110101 |
Oktal | 102 | 176 | 265 |
Beispiele css- und html für Elemente in der Farbe #427EB5. Bitte benutzen Sie auch rgb(66,126,181) statt hex-Code.
.myTextColor { color: #427EB5; }
<p style="color:#427EB5">This sample text font color is #427EB5.</p>
Die Farbe dieses Textes ist #427EB5.
.myBgColor { background-color: #427EB5; }
<div style="background-color:#427EB5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #427EB5.
.myBorderColor { border: 1px solid #427EB5; }
<div style="border:3px solid #427EB5">Div</div>
Die Grenzen von diesem div sind in Farbe #427EB5.
.myOpacity80 { color: #427EB5; opacity: 0.8; }
<p style="color:#427EB5;opacity:0.8;">80%</p>
Text in Farbe #427EB5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #427EB5;}
<p style="text-shadow: 3px 3px 1px #427EB5">Text here.</p>
Dieser Text hat den Schatten in Farbe #427EB5.
.textShadow {text-shadow: 3px 3px 1px #427EB5, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #427EB5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #427EB5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#427EB5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#427EB5, Direction=45, Strength=4)">Text</p>
This text has shadow with #427EB5 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #427EB5; -webkit-box-shadow: 1px 1px 3px 2px #427EB5; box-shadow: 1px 1px 3px 2px #427EB5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #427EB5; -webkit-box-shadow: 1px 1px 3px 2px #427EB5; box-shadow:1px 1px 3px 2px #427EB5;">
Div content here</div>
Dieser Text ist in der Farbe #427EB5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #427EB5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #427EB5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #427EB5.