HEX: #4F477E
RGB: (79,71,126)
#4F477E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4F477E ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #4F477E wird in RGB als (79,71,126) definiert.
RGB: (79,71,126) (31%,28%,49%)
R 79 von 255 = 31%
G 71 von 255 = 28%
B 126 von 255 = 49%
R + G + B ~ 36%. #4F477E ziemlich dunkle Farbe.
R + G + B =
79 + 71 + 126 = 276 (100%)
R 79 von 276 ~ 28.62%
G 71 von 276 ~ 25.72%
B 126 von 276 ~ 45.65%
Die Farbe #4F477E wird in CMYK als (37,44,0,51) definiert.
CMYK: (37,44,0,51) C37M44Y0K51 (37%,44%,0%,51%) (0.37/0.44/0.00/0.51)
4F | 47 | 7E | |
---|---|---|---|
RGB | 79 | 71 | 126 |
HSL | 249° | 27.92% | 38.63% |
HSB/HSV | 249° | 43.65% | 49.41% |
CMYK | 37.30% | 43.65% | 0.00% |
50.59% |
Hexadezimal | 4F | 47 | 7E |
Dezimal | 79 | 71 | 126 |
Binär | 1001111 | 1000111 | 1111110 |
Oktal | 117 | 107 | 176 |
Beispiele css- und html für Elemente in der Farbe #4F477E. Bitte benutzen Sie auch rgb(79,71,126) statt hex-Code.
.myTextColor { color: #4F477E; }
<p style="color:#4F477E">This sample text font color is #4F477E.</p>
Die Farbe dieses Textes ist #4F477E.
.myBgColor { background-color: #4F477E; }
<div style="background-color:#4F477E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4F477E.
.myBorderColor { border: 1px solid #4F477E; }
<div style="border:3px solid #4F477E">Div</div>
Die Grenzen von diesem div sind in Farbe #4F477E.
.myOpacity80 { color: #4F477E; opacity: 0.8; }
<p style="color:#4F477E;opacity:0.8;">80%</p>
Text in Farbe #4F477E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4F477E;}
<p style="text-shadow: 3px 3px 1px #4F477E">Text here.</p>
Dieser Text hat den Schatten in Farbe #4F477E.
.textShadow {text-shadow: 3px 3px 1px #4F477E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4F477E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4F477E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4F477E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4F477E, Direction=45, Strength=4)">Text</p>
This text has shadow with #4F477E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4F477E; -webkit-box-shadow: 1px 1px 3px 2px #4F477E; box-shadow: 1px 1px 3px 2px #4F477E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4F477E; -webkit-box-shadow: 1px 1px 3px 2px #4F477E; box-shadow:1px 1px 3px 2px #4F477E;">
Div content here</div>
Dieser Text ist in der Farbe #4F477E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4F477E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4F477E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4F477E.