HEX: #4B6BAA
RGB: (75,107,170)
#4B6BAA enthält hauptsächlich blaue Farbe. Für #4B6BAA ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #4B6BAA wird in RGB als (75,107,170) definiert.
RGB: (75,107,170) (29%,42%,67%)
R 75 von 255 = 29%
G 107 von 255 = 42%
B 170 von 255 = 67%
R + G + B ~ 46%. #4B6BAA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
75 + 107 + 170 = 352 (100%)
R 75 von 352 ~ 21.31%
G 107 von 352 ~ 30.4%
B 170 von 352 ~ 48.3%
Die Farbe #4B6BAA wird in CMYK als (56,37,0,33) definiert.
CMYK: (56,37,0,33) C56M37Y0K33 (56%,37%,0%,33%) (0.56/0.37/0.00/0.33)
4B | 6B | AA | |
---|---|---|---|
RGB | 75 | 107 | 170 |
HSL | 220° | 38.78% | 48.04% |
HSB/HSV | 220° | 55.88% | 66.67% |
CMYK | 55.88% | 37.06% | 0.00% |
33.33% |
Hexadezimal | 4B | 6B | AA |
Dezimal | 75 | 107 | 170 |
Binär | 1001011 | 1101011 | 10101010 |
Oktal | 113 | 153 | 252 |
Beispiele css- und html für Elemente in der Farbe #4B6BAA. Bitte benutzen Sie auch rgb(75,107,170) statt hex-Code.
.myTextColor { color: #4B6BAA; }
<p style="color:#4B6BAA">This sample text font color is #4B6BAA.</p>
Die Farbe dieses Textes ist #4B6BAA.
.myBgColor { background-color: #4B6BAA; }
<div style="background-color:#4B6BAA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4B6BAA.
.myBorderColor { border: 1px solid #4B6BAA; }
<div style="border:3px solid #4B6BAA">Div</div>
Die Grenzen von diesem div sind in Farbe #4B6BAA.
.myOpacity80 { color: #4B6BAA; opacity: 0.8; }
<p style="color:#4B6BAA;opacity:0.8;">80%</p>
Text in Farbe #4B6BAA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B6BAA;}
<p style="text-shadow: 3px 3px 1px #4B6BAA">Text here.</p>
Dieser Text hat den Schatten in Farbe #4B6BAA.
.textShadow {text-shadow: 3px 3px 1px #4B6BAA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B6BAA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4B6BAA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B6BAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B6BAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B6BAA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4B6BAA; -webkit-box-shadow: 1px 1px 3px 2px #4B6BAA; box-shadow: 1px 1px 3px 2px #4B6BAA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4B6BAA; -webkit-box-shadow: 1px 1px 3px 2px #4B6BAA; box-shadow:1px 1px 3px 2px #4B6BAA;">
Div content here</div>
Dieser Text ist in der Farbe #4B6BAA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4B6BAA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4B6BAA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4B6BAA.