HEX: #476EBA
RGB: (71,110,186)
#476EBA enthält hauptsächlich blaue Farbe. Für #476EBA ist eine «websichere» Webfarbe #3366CC (oder kurz #36C).
Die Farbe #476EBA wird in RGB als (71,110,186) definiert.
RGB: (71,110,186) (28%,43%,73%)
R 71 von 255 = 28%
G 110 von 255 = 43%
B 186 von 255 = 73%
R + G + B ~ 48%. #476EBA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
71 + 110 + 186 = 367 (100%)
R 71 von 367 ~ 19.35%
G 110 von 367 ~ 29.97%
B 186 von 367 ~ 50.68%
Die Farbe #476EBA wird in CMYK als (62,41,0,27) definiert.
CMYK: (62,41,0,27) C62M41Y0K27 (62%,41%,0%,27%) (0.62/0.41/0.00/0.27)
47 | 6E | BA | |
---|---|---|---|
RGB | 71 | 110 | 186 |
HSL | 220° | 45.45% | 50.39% |
HSB/HSV | 220° | 61.83% | 72.94% |
CMYK | 61.83% | 40.86% | 0.00% |
27.06% |
Hexadezimal | 47 | 6E | BA |
Dezimal | 71 | 110 | 186 |
Binär | 1000111 | 1101110 | 10111010 |
Oktal | 107 | 156 | 272 |
Beispiele css- und html für Elemente in der Farbe #476EBA. Bitte benutzen Sie auch rgb(71,110,186) statt hex-Code.
.myTextColor { color: #476EBA; }
<p style="color:#476EBA">This sample text font color is #476EBA.</p>
Die Farbe dieses Textes ist #476EBA.
.myBgColor { background-color: #476EBA; }
<div style="background-color:#476EBA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #476EBA.
.myBorderColor { border: 1px solid #476EBA; }
<div style="border:3px solid #476EBA">Div</div>
Die Grenzen von diesem div sind in Farbe #476EBA.
.myOpacity80 { color: #476EBA; opacity: 0.8; }
<p style="color:#476EBA;opacity:0.8;">80%</p>
Text in Farbe #476EBA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476EBA;}
<p style="text-shadow: 3px 3px 1px #476EBA">Text here.</p>
Dieser Text hat den Schatten in Farbe #476EBA.
.textShadow {text-shadow: 3px 3px 1px #476EBA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476EBA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #476EBA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476EBA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476EBA, Direction=45, Strength=4)">Text</p>
This text has shadow with #476EBA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476EBA; -webkit-box-shadow: 1px 1px 3px 2px #476EBA; box-shadow: 1px 1px 3px 2px #476EBA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #476EBA; -webkit-box-shadow: 1px 1px 3px 2px #476EBA; box-shadow:1px 1px 3px 2px #476EBA;">
Div content here</div>
Dieser Text ist in der Farbe #476EBA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #476EBA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #476EBA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #476EBA.