HEX: #4C3496
RGB: (76,52,150)
#4C3496 enthält hauptsächlich blaue Farbe. Für #4C3496 ist eine «websichere» Webfarbe #333399 (oder kurz #339).
Die Farbe #4C3496 wird in RGB als (76,52,150) definiert.
RGB: (76,52,150)
(30%, 20%, 59%)
R 76 von 255 = 30%
G 52 von 255 = 20%
B 150 von 255 = 59%
R + G + B ~ 36%. #4C3496 ziemlich dunkle Farbe.
R + G + B = 76 + 52 + 150 = 278 (100%)
R 76 von 278 ~ 27.34%
G 52 von 278 ~ 18.71%
B 150 von 278 ~ 53.96'%
Die Farbe #4C3496 wird in CMYK als (49,65,0,41) definiert.
CMYK: (49,65,0,41)
C49M65Y0K41 (49%, 65%, 0%, 41%)
(0.49 / 0.65 / 0.00 / 0.41)
Farbe #4C3496 in den populären Farbmodellen.
4C | 34 | 96 | |
---|---|---|---|
RGB | 76 | 52 | 150 |
HSL | 255° | 48.51% | 39.61% |
HSB/HSV | 255° | 65.33% | 58.82% |
CMYK | 49.33% | 65.33% | 0.00% |
41.18% |
Die Farbe #4C3496 in den populären Zahlensystemen.
Hexadezimal | 4C | 34 | 96 |
Dezimal | 76 | 52 | 150 |
Binär | 1001100 | 110100 | 10010110 |
Oktal | 114 | 64 | 226 |
Dunkle Töne der Farbe #4C3496
Helle Töne der Farbe #4C3496
Beispiele css- und html für Elemente in der Farbe #4C3496. Bitte benutzen Sie auch rgb(76,52,150) statt hex-Code.
.myTextColor { color: #4C3496; }
<p style="color:#4C3496">This sample text font color is #4C3496.</p>
Die Farbe dieses Textes ist #4C3496.
.myBgColor { background-color: #4C3496; }
<div style="background-color:#4C3496">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C3496.
.myBorderColor { border: 1px solid #4C3496; }
<div style="border:3px solid #4C3496">Div</div>
Die Grenzen von diesem div sind in Farbe #4C3496.
.myOpacity80 { color: #4C3496; opacity: 0.8; }
<p style="color:#4C3496;opacity:0.8;">80%</p>
Text in Farbe #4C3496 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C3496;}
<p style="text-shadow: 3px 3px 1px #4C3496">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C3496.
.textShadow {text-shadow: 3px 3px 1px #4C3496', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C3496, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C3496 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C3496, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C3496, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C3496 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4C3496;
-webkit-box-shadow: 1px 1px 3px 2px #4C3496;
box-shadow: 1px 1px 3px 2px #4C3496;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4C3496; -webkit-box-shadow: 1px 1px 3px 2px #4C3496; box-shadow:1px 1px 3px 2px #4C3496;">
Div content here
</div>
Dieser Text ist in der Farbe #4C3496 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C3496 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C3496.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C3496.
Kontrastfarbe für #hex ist #B3CB69.