HEX: #4F496C
RGB: (79,73,108)
#4F496C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4F496C ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #4F496C wird in RGB als (79,73,108) definiert.
RGB: (79,73,108) (31%,29%,42%)
R 79 von 255 = 31%
G 73 von 255 = 29%
B 108 von 255 = 42%
R + G + B ~ 34%. #4F496C ziemlich dunkle Farbe.
R + G + B =
79 + 73 + 108 = 260 (100%)
R 79 von 260 ~ 30.38%
G 73 von 260 ~ 28.08%
B 108 von 260 ~ 41.54%
Die Farbe #4F496C wird in CMYK als (27,32,0,58) definiert.
CMYK: (27,32,0,58) C27M32Y0K58 (27%,32%,0%,58%) (0.27/0.32/0.00/0.58)
4F | 49 | 6C | |
---|---|---|---|
RGB | 79 | 73 | 108 |
HSL | 250° | 19.34% | 35.49% |
HSB/HSV | 250° | 32.41% | 42.35% |
CMYK | 26.85% | 32.41% | 0.00% |
57.65% |
Hexadezimal | 4F | 49 | 6C |
Dezimal | 79 | 73 | 108 |
Binär | 1001111 | 1001001 | 1101100 |
Oktal | 117 | 111 | 154 |
Beispiele css- und html für Elemente in der Farbe #4F496C. Bitte benutzen Sie auch rgb(79,73,108) statt hex-Code.
.myTextColor { color: #4F496C; }
<p style="color:#4F496C">This sample text font color is #4F496C.</p>
Die Farbe dieses Textes ist #4F496C.
.myBgColor { background-color: #4F496C; }
<div style="background-color:#4F496C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4F496C.
.myBorderColor { border: 1px solid #4F496C; }
<div style="border:3px solid #4F496C">Div</div>
Die Grenzen von diesem div sind in Farbe #4F496C.
.myOpacity80 { color: #4F496C; opacity: 0.8; }
<p style="color:#4F496C;opacity:0.8;">80%</p>
Text in Farbe #4F496C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4F496C;}
<p style="text-shadow: 3px 3px 1px #4F496C">Text here.</p>
Dieser Text hat den Schatten in Farbe #4F496C.
.textShadow {text-shadow: 3px 3px 1px #4F496C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4F496C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4F496C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4F496C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4F496C, Direction=45, Strength=4)">Text</p>
This text has shadow with #4F496C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4F496C; -webkit-box-shadow: 1px 1px 3px 2px #4F496C; box-shadow: 1px 1px 3px 2px #4F496C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4F496C; -webkit-box-shadow: 1px 1px 3px 2px #4F496C; box-shadow:1px 1px 3px 2px #4F496C;">
Div content here</div>
Dieser Text ist in der Farbe #4F496C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4F496C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4F496C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4F496C.