HEX: #47679B
RGB: (71,103,155)
#47679B enthält hauptsächlich grüne und blaue Farbe. Für #47679B ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #47679B wird in RGB als (71,103,155) definiert.
RGB: (71,103,155)
(28%, 40%, 61%)
R 71 von 255 = 28%
G 103 von 255 = 40%
B 155 von 255 = 61%
R + G + B ~ 43%. #47679B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 71 + 103 + 155 = 329 (100%)
R 71 von 329 ~ 21.58%
G 103 von 329 ~ 31.31%
B 155 von 329 ~ 47.11'%
Die Farbe #47679B wird in CMYK als (54,34,0,39) definiert.
CMYK: (54,34,0,39)
C54M34Y0K39 (54%, 34%, 0%, 39%)
(0.54 / 0.34 / 0.00 / 0.39)
Farbe #47679B in den populären Farbmodellen.
47 | 67 | 9B | |
---|---|---|---|
RGB | 71 | 103 | 155 |
HSL | 217° | 37.17% | 44.31% |
HSB/HSV | 217° | 54.19% | 60.78% |
CMYK | 54.19% | 33.55% | 0.00% |
39.22% |
Die Farbe #47679B in den populären Zahlensystemen.
Hexadezimal | 47 | 67 | 9B |
Dezimal | 71 | 103 | 155 |
Binär | 1000111 | 1100111 | 10011011 |
Oktal | 107 | 147 | 233 |
Dunkle Töne der Farbe #47679B
Helle Töne der Farbe #47679B
Beispiele css- und html für Elemente in der Farbe #47679B. Bitte benutzen Sie auch rgb(71,103,155) statt hex-Code.
.myTextColor { color: #47679B; }
<p style="color:#47679B">This sample text font color is #47679B.</p>
Die Farbe dieses Textes ist #47679B.
.myBgColor { background-color: #47679B; }
<div style="background-color:#47679B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47679B.
.myBorderColor { border: 1px solid #47679B; }
<div style="border:3px solid #47679B">Div</div>
Die Grenzen von diesem div sind in Farbe #47679B.
.myOpacity80 { color: #47679B; opacity: 0.8; }
<p style="color:#47679B;opacity:0.8;">80%</p>
Text in Farbe #47679B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47679B;}
<p style="text-shadow: 3px 3px 1px #47679B">Text here.</p>
Dieser Text hat den Schatten in Farbe #47679B.
.textShadow {text-shadow: 3px 3px 1px #47679B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47679B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47679B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47679B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47679B, Direction=45, Strength=4)">Text</p>
This text has shadow with #47679B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47679B;
-webkit-box-shadow: 1px 1px 3px 2px #47679B;
box-shadow: 1px 1px 3px 2px #47679B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47679B; -webkit-box-shadow: 1px 1px 3px 2px #47679B; box-shadow:1px 1px 3px 2px #47679B;">
Div content here
</div>
Dieser Text ist in der Farbe #47679B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47679B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47679B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47679B.
Kontrastfarbe für #hex ist #B89864.