HEX: #4B467E
RGB: (75,70,126)
#4B467E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4B467E ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #4B467E wird in RGB als (75,70,126) definiert.
RGB: (75,70,126) (29%,27%,49%)
R 75 von 255 = 29%
G 70 von 255 = 27%
B 126 von 255 = 49%
R + G + B ~ 35%. #4B467E ziemlich dunkle Farbe.
R + G + B =
75 + 70 + 126 = 271 (100%)
R 75 von 271 ~ 27.68%
G 70 von 271 ~ 25.83%
B 126 von 271 ~ 46.49%
Die Farbe #4B467E wird in CMYK als (40,44,0,51) definiert.
CMYK: (40,44,0,51) C40M44Y0K51 (40%,44%,0%,51%) (0.40/0.44/0.00/0.51)
4B | 46 | 7E | |
---|---|---|---|
RGB | 75 | 70 | 126 |
HSL | 245° | 28.57% | 38.43% |
HSB/HSV | 245° | 44.44% | 49.41% |
CMYK | 40.48% | 44.44% | 0.00% |
50.59% |
Hexadezimal | 4B | 46 | 7E |
Dezimal | 75 | 70 | 126 |
Binär | 1001011 | 1000110 | 1111110 |
Oktal | 113 | 106 | 176 |
Beispiele css- und html für Elemente in der Farbe #4B467E. Bitte benutzen Sie auch rgb(75,70,126) statt hex-Code.
.myTextColor { color: #4B467E; }
<p style="color:#4B467E">This sample text font color is #4B467E.</p>
Die Farbe dieses Textes ist #4B467E.
.myBgColor { background-color: #4B467E; }
<div style="background-color:#4B467E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4B467E.
.myBorderColor { border: 1px solid #4B467E; }
<div style="border:3px solid #4B467E">Div</div>
Die Grenzen von diesem div sind in Farbe #4B467E.
.myOpacity80 { color: #4B467E; opacity: 0.8; }
<p style="color:#4B467E;opacity:0.8;">80%</p>
Text in Farbe #4B467E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B467E;}
<p style="text-shadow: 3px 3px 1px #4B467E">Text here.</p>
Dieser Text hat den Schatten in Farbe #4B467E.
.textShadow {text-shadow: 3px 3px 1px #4B467E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B467E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4B467E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B467E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B467E, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B467E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4B467E; -webkit-box-shadow: 1px 1px 3px 2px #4B467E; box-shadow: 1px 1px 3px 2px #4B467E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4B467E; -webkit-box-shadow: 1px 1px 3px 2px #4B467E; box-shadow:1px 1px 3px 2px #4B467E;">
Div content here</div>
Dieser Text ist in der Farbe #4B467E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4B467E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4B467E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4B467E.