HEX: #479B9C
RGB: (71,155,156)
#479B9C enthält hauptsächlich grüne und blaue Farbe. Für #479B9C ist eine «websichere» Webfarbe #339999 (oder kurz #399).
Die Farbe #479B9C wird in RGB als (71,155,156) definiert.
RGB: (71,155,156) (28%,61%,61%)
R 71 von 255 = 28%
G 155 von 255 = 61%
B 156 von 255 = 61%
R + G + B ~ 50%. #479B9C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
71 + 155 + 156 = 382 (100%)
R 71 von 382 ~ 18.59%
G 155 von 382 ~ 40.58%
B 156 von 382 ~ 40.84%
Die Farbe #479B9C wird in CMYK als (54,1,0,39) definiert.
CMYK: (54,1,0,39) C54M1Y0K39 (54%,1%,0%,39%) (0.54/0.01/0.00/0.39)
47 | 9B | 9C | |
---|---|---|---|
RGB | 71 | 155 | 156 |
HSL | 181° | 37.44% | 44.51% |
HSB/HSV | 181° | 54.49% | 61.18% |
CMYK | 54.49% | 0.64% | 0.00% |
38.82% |
Hexadezimal | 47 | 9B | 9C |
Dezimal | 71 | 155 | 156 |
Binär | 1000111 | 10011011 | 10011100 |
Oktal | 107 | 233 | 234 |
Beispiele css- und html für Elemente in der Farbe #479B9C. Bitte benutzen Sie auch rgb(71,155,156) statt hex-Code.
.myTextColor { color: #479B9C; }
<p style="color:#479B9C">This sample text font color is #479B9C.</p>
Die Farbe dieses Textes ist #479B9C.
.myBgColor { background-color: #479B9C; }
<div style="background-color:#479B9C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #479B9C.
.myBorderColor { border: 1px solid #479B9C; }
<div style="border:3px solid #479B9C">Div</div>
Die Grenzen von diesem div sind in Farbe #479B9C.
.myOpacity80 { color: #479B9C; opacity: 0.8; }
<p style="color:#479B9C;opacity:0.8;">80%</p>
Text in Farbe #479B9C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #479B9C;}
<p style="text-shadow: 3px 3px 1px #479B9C">Text here.</p>
Dieser Text hat den Schatten in Farbe #479B9C.
.textShadow {text-shadow: 3px 3px 1px #479B9C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #479B9C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #479B9C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#479B9C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#479B9C, Direction=45, Strength=4)">Text</p>
This text has shadow with #479B9C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #479B9C; -webkit-box-shadow: 1px 1px 3px 2px #479B9C; box-shadow: 1px 1px 3px 2px #479B9C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #479B9C; -webkit-box-shadow: 1px 1px 3px 2px #479B9C; box-shadow:1px 1px 3px 2px #479B9C;">
Div content here</div>
Dieser Text ist in der Farbe #479B9C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #479B9C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #479B9C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #479B9C.