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