HEX: #4F5BAB
RGB: (79,91,171)
#4F5BAB enthält hauptsächlich blaue Farbe. Für #4F5BAB ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #4F5BAB wird in RGB als (79,91,171) definiert.
RGB: (79,91,171) (31%,36%,67%)
R 79 von 255 = 31%
G 91 von 255 = 36%
B 171 von 255 = 67%
R + G + B ~ 45%. #4F5BAB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
79 + 91 + 171 = 341 (100%)
R 79 von 341 ~ 23.17%
G 91 von 341 ~ 26.69%
B 171 von 341 ~ 50.15%
Die Farbe #4F5BAB wird in CMYK als (54,47,0,33) definiert.
CMYK: (54,47,0,33) C54M47Y0K33 (54%,47%,0%,33%) (0.54/0.47/0.00/0.33)
4F | 5B | AB | |
---|---|---|---|
RGB | 79 | 91 | 171 |
HSL | 232° | 36.80% | 49.02% |
HSB/HSV | 232° | 53.80% | 67.06% |
CMYK | 53.80% | 46.78% | 0.00% |
32.94% |
Hexadezimal | 4F | 5B | AB |
Dezimal | 79 | 91 | 171 |
Binär | 1001111 | 1011011 | 10101011 |
Oktal | 117 | 133 | 253 |
Beispiele css- und html für Elemente in der Farbe #4F5BAB. Bitte benutzen Sie auch rgb(79,91,171) statt hex-Code.
.myTextColor { color: #4F5BAB; }
<p style="color:#4F5BAB">This sample text font color is #4F5BAB.</p>
Die Farbe dieses Textes ist #4F5BAB.
.myBgColor { background-color: #4F5BAB; }
<div style="background-color:#4F5BAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4F5BAB.
.myBorderColor { border: 1px solid #4F5BAB; }
<div style="border:3px solid #4F5BAB">Div</div>
Die Grenzen von diesem div sind in Farbe #4F5BAB.
.myOpacity80 { color: #4F5BAB; opacity: 0.8; }
<p style="color:#4F5BAB;opacity:0.8;">80%</p>
Text in Farbe #4F5BAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4F5BAB;}
<p style="text-shadow: 3px 3px 1px #4F5BAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #4F5BAB.
.textShadow {text-shadow: 3px 3px 1px #4F5BAB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4F5BAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4F5BAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4F5BAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4F5BAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #4F5BAB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4F5BAB; -webkit-box-shadow: 1px 1px 3px 2px #4F5BAB; box-shadow: 1px 1px 3px 2px #4F5BAB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4F5BAB; -webkit-box-shadow: 1px 1px 3px 2px #4F5BAB; box-shadow:1px 1px 3px 2px #4F5BAB;">
Div content here</div>
Dieser Text ist in der Farbe #4F5BAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4F5BAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4F5BAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4F5BAB.