HEX: #4C426E
RGB: (76,66,110)
#4C426E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4C426E ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #4C426E wird in RGB als (76,66,110) definiert.
RGB: (76,66,110) (30%,26%,43%)
R 76 von 255 = 30%
G 66 von 255 = 26%
B 110 von 255 = 43%
R + G + B ~ 33%. #4C426E ziemlich dunkle Farbe.
R + G + B =
76 + 66 + 110 = 252 (100%)
R 76 von 252 ~ 30.16%
G 66 von 252 ~ 26.19%
B 110 von 252 ~ 43.65%
Die Farbe #4C426E wird in CMYK als (31,40,0,57) definiert.
CMYK: (31,40,0,57) C31M40Y0K57 (31%,40%,0%,57%) (0.31/0.40/0.00/0.57)
4C | 42 | 6E | |
---|---|---|---|
RGB | 76 | 66 | 110 |
HSL | 254° | 25.00% | 34.51% |
HSB/HSV | 254° | 40.00% | 43.14% |
CMYK | 30.91% | 40.00% | 0.00% |
56.86% |
Hexadezimal | 4C | 42 | 6E |
Dezimal | 76 | 66 | 110 |
Binär | 1001100 | 1000010 | 1101110 |
Oktal | 114 | 102 | 156 |
Beispiele css- und html für Elemente in der Farbe #4C426E. Bitte benutzen Sie auch rgb(76,66,110) statt hex-Code.
.myTextColor { color: #4C426E; }
<p style="color:#4C426E">This sample text font color is #4C426E.</p>
Die Farbe dieses Textes ist #4C426E.
.myBgColor { background-color: #4C426E; }
<div style="background-color:#4C426E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4C426E.
.myBorderColor { border: 1px solid #4C426E; }
<div style="border:3px solid #4C426E">Div</div>
Die Grenzen von diesem div sind in Farbe #4C426E.
.myOpacity80 { color: #4C426E; opacity: 0.8; }
<p style="color:#4C426E;opacity:0.8;">80%</p>
Text in Farbe #4C426E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4C426E;}
<p style="text-shadow: 3px 3px 1px #4C426E">Text here.</p>
Dieser Text hat den Schatten in Farbe #4C426E.
.textShadow {text-shadow: 3px 3px 1px #4C426E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4C426E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4C426E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4C426E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4C426E, Direction=45, Strength=4)">Text</p>
This text has shadow with #4C426E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4C426E; -webkit-box-shadow: 1px 1px 3px 2px #4C426E; box-shadow: 1px 1px 3px 2px #4C426E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4C426E; -webkit-box-shadow: 1px 1px 3px 2px #4C426E; box-shadow:1px 1px 3px 2px #4C426E;">
Div content here</div>
Dieser Text ist in der Farbe #4C426E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4C426E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4C426E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4C426E.