HEX: #47748C
RGB: (71,116,140)
#47748C enthält hauptsächlich grüne und blaue Farbe. Für #47748C ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #47748C wird in RGB als (71,116,140) definiert.
RGB: (71,116,140) (28%,45%,55%)
R 71 von 255 = 28%
G 116 von 255 = 45%
B 140 von 255 = 55%
R + G + B ~ 43%. #47748C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
71 + 116 + 140 = 327 (100%)
R 71 von 327 ~ 21.71%
G 116 von 327 ~ 35.47%
B 140 von 327 ~ 42.81%
Die Farbe #47748C wird in CMYK als (49,17,0,45) definiert.
CMYK: (49,17,0,45) C49M17Y0K45 (49%,17%,0%,45%) (0.49/0.17/0.00/0.45)
47 | 74 | 8C | |
---|---|---|---|
RGB | 71 | 116 | 140 |
HSL | 201° | 32.70% | 41.37% |
HSB/HSV | 201° | 49.29% | 54.90% |
CMYK | 49.29% | 17.14% | 0.00% |
45.10% |
Hexadezimal | 47 | 74 | 8C |
Dezimal | 71 | 116 | 140 |
Binär | 1000111 | 1110100 | 10001100 |
Oktal | 107 | 164 | 214 |
Beispiele css- und html für Elemente in der Farbe #47748C. Bitte benutzen Sie auch rgb(71,116,140) statt hex-Code.
.myTextColor { color: #47748C; }
<p style="color:#47748C">This sample text font color is #47748C.</p>
Die Farbe dieses Textes ist #47748C.
.myBgColor { background-color: #47748C; }
<div style="background-color:#47748C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47748C.
.myBorderColor { border: 1px solid #47748C; }
<div style="border:3px solid #47748C">Div</div>
Die Grenzen von diesem div sind in Farbe #47748C.
.myOpacity80 { color: #47748C; opacity: 0.8; }
<p style="color:#47748C;opacity:0.8;">80%</p>
Text in Farbe #47748C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47748C;}
<p style="text-shadow: 3px 3px 1px #47748C">Text here.</p>
Dieser Text hat den Schatten in Farbe #47748C.
.textShadow {text-shadow: 3px 3px 1px #47748C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47748C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47748C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47748C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47748C, Direction=45, Strength=4)">Text</p>
This text has shadow with #47748C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47748C; -webkit-box-shadow: 1px 1px 3px 2px #47748C; box-shadow: 1px 1px 3px 2px #47748C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47748C; -webkit-box-shadow: 1px 1px 3px 2px #47748C; box-shadow:1px 1px 3px 2px #47748C;">
Div content here</div>
Dieser Text ist in der Farbe #47748C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47748C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47748C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47748C.