HEX: #4952AB
RGB: (73,82,171)
#4952AB enthält hauptsächlich blaue Farbe. Für #4952AB ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #4952AB wird in RGB als (73,82,171) definiert.
RGB: (73,82,171) (29%,32%,67%)
R 73 von 255 = 29%
G 82 von 255 = 32%
B 171 von 255 = 67%
R + G + B ~ 43%. #4952AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
73 + 82 + 171 = 326 (100%)
R 73 von 326 ~ 22.39%
G 82 von 326 ~ 25.15%
B 171 von 326 ~ 52.45%
Die Farbe #4952AB wird in CMYK als (57,52,0,33) definiert.
CMYK: (57,52,0,33) C57M52Y0K33 (57%,52%,0%,33%) (0.57/0.52/0.00/0.33)
49 | 52 | AB | |
---|---|---|---|
RGB | 73 | 82 | 171 |
HSL | 234° | 40.16% | 47.84% |
HSB/HSV | 234° | 57.31% | 67.06% |
CMYK | 57.31% | 52.05% | 0.00% |
32.94% |
Hexadezimal | 49 | 52 | AB |
Dezimal | 73 | 82 | 171 |
Binär | 1001001 | 1010010 | 10101011 |
Oktal | 111 | 122 | 253 |
Beispiele css- und html für Elemente in der Farbe #4952AB. Bitte benutzen Sie auch rgb(73,82,171) statt hex-Code.
.myTextColor { color: #4952AB; }
<p style="color:#4952AB">This sample text font color is #4952AB.</p>
Die Farbe dieses Textes ist #4952AB.
.myBgColor { background-color: #4952AB; }
<div style="background-color:#4952AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4952AB.
.myBorderColor { border: 1px solid #4952AB; }
<div style="border:3px solid #4952AB">Div</div>
Die Grenzen von diesem div sind in Farbe #4952AB.
.myOpacity80 { color: #4952AB; opacity: 0.8; }
<p style="color:#4952AB;opacity:0.8;">80%</p>
Text in Farbe #4952AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4952AB;}
<p style="text-shadow: 3px 3px 1px #4952AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #4952AB.
.textShadow {text-shadow: 3px 3px 1px #4952AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4952AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4952AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4952AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4952AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #4952AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4952AB; -webkit-box-shadow: 1px 1px 3px 2px #4952AB; box-shadow: 1px 1px 3px 2px #4952AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4952AB; -webkit-box-shadow: 1px 1px 3px 2px #4952AB; box-shadow:1px 1px 3px 2px #4952AB;">
Div content here</div>
Dieser Text ist in der Farbe #4952AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4952AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4952AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4952AB.