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