HEX: #476579
RGB: (71,101,121)
#476579 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #476579 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #476579 wird in RGB als (71,101,121) definiert.
RGB: (71,101,121) (28%,40%,47%)
R 71 von 255 = 28%
G 101 von 255 = 40%
B 121 von 255 = 47%
R + G + B ~ 38%. #476579 ziemlich dunkle Farbe.
R + G + B =
71 + 101 + 121 = 293 (100%)
R 71 von 293 ~ 24.23%
G 101 von 293 ~ 34.47%
B 121 von 293 ~ 41.3%
Die Farbe #476579 wird in CMYK als (41,17,0,53) definiert.
CMYK: (41,17,0,53) C41M17Y0K53 (41%,17%,0%,53%) (0.41/0.17/0.00/0.53)
47 | 65 | 79 | |
---|---|---|---|
RGB | 71 | 101 | 121 |
HSL | 204° | 26.04% | 37.65% |
HSB/HSV | 204° | 41.32% | 47.45% |
CMYK | 41.32% | 16.53% | 0.00% |
52.55% |
Hexadezimal | 47 | 65 | 79 |
Dezimal | 71 | 101 | 121 |
Binär | 1000111 | 1100101 | 1111001 |
Oktal | 107 | 145 | 171 |
Beispiele css- und html für Elemente in der Farbe #476579. Bitte benutzen Sie auch rgb(71,101,121) statt hex-Code.
.myTextColor { color: #476579; }
<p style="color:#476579">This sample text font color is #476579.</p>
Die Farbe dieses Textes ist #476579.
.myBgColor { background-color: #476579; }
<div style="background-color:#476579">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #476579.
.myBorderColor { border: 1px solid #476579; }
<div style="border:3px solid #476579">Div</div>
Die Grenzen von diesem div sind in Farbe #476579.
.myOpacity80 { color: #476579; opacity: 0.8; }
<p style="color:#476579;opacity:0.8;">80%</p>
Text in Farbe #476579 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476579;}
<p style="text-shadow: 3px 3px 1px #476579">Text here.</p>
Dieser Text hat den Schatten in Farbe #476579.
.textShadow {text-shadow: 3px 3px 1px #476579, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476579, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #476579 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476579, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476579, Direction=45, Strength=4)">Text</p>
This text has shadow with #476579 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476579; -webkit-box-shadow: 1px 1px 3px 2px #476579; box-shadow: 1px 1px 3px 2px #476579; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #476579; -webkit-box-shadow: 1px 1px 3px 2px #476579; box-shadow:1px 1px 3px 2px #476579;">
Div content here</div>
Dieser Text ist in der Farbe #476579 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #476579 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #476579.
Dieser Text ist weiß auf dem Hintergrund in Farbe #476579.