HEX: #4C495D
RGB: (76,73,93)
#4C495D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4C495D ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #4C495D wird in RGB als (76,73,93) definiert.
RGB: (76,73,93) (30%,29%,36%)
R 76 von 255 = 30%
G 73 von 255 = 29%
B 93 von 255 = 36%
R + G + B ~ 32%. #4C495D ziemlich dunkle Farbe.
R + G + B =
76 + 73 + 93 = 242 (100%)
R 76 von 242 ~ 31.4%
G 73 von 242 ~ 30.17%
B 93 von 242 ~ 38.43%
Die Farbe #4C495D wird in CMYK als (18,22,0,64) definiert.
CMYK: (18,22,0,64) C18M22Y0K64 (18%,22%,0%,64%) (0.18/0.22/0.00/0.64)
4C | 49 | 5D | |
---|---|---|---|
RGB | 76 | 73 | 93 |
HSL | 249° | 12.05% | 32.55% |
HSB/HSV | 249° | 21.51% | 36.47% |
CMYK | 18.28% | 21.51% | 0.00% |
63.53% |
Hexadezimal | 4C | 49 | 5D |
Dezimal | 76 | 73 | 93 |
Binär | 1001100 | 1001001 | 1011101 |
Oktal | 114 | 111 | 135 |
Beispiele css- und html für Elemente in der Farbe #4C495D. Bitte benutzen Sie auch rgb(76,73,93) statt hex-Code.
.myTextColor { color: #4C495D; }
<p style="color:#4C495D">This sample text font color is #4C495D.</p>
Die Farbe dieses Textes ist #4C495D.
.myBgColor { background-color: #4C495D; }
<div style="background-color:#4C495D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C495D.
.myBorderColor { border: 1px solid #4C495D; }
<div style="border:3px solid #4C495D">Div</div>
Die Grenzen von diesem div sind in Farbe #4C495D.
.myOpacity80 { color: #4C495D; opacity: 0.8; }
<p style="color:#4C495D;opacity:0.8;">80%</p>
Text in Farbe #4C495D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C495D;}
<p style="text-shadow: 3px 3px 1px #4C495D">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C495D.
.textShadow {text-shadow: 3px 3px 1px #4C495D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C495D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C495D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C495D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C495D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C495D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C495D; -webkit-box-shadow: 1px 1px 3px 2px #4C495D; box-shadow: 1px 1px 3px 2px #4C495D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C495D; -webkit-box-shadow: 1px 1px 3px 2px #4C495D; box-shadow:1px 1px 3px 2px #4C495D;">
Div content here</div>
Dieser Text ist in der Farbe #4C495D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C495D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C495D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C495D.