HEX: #4B707D
RGB: (75,112,125)
#4B707D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4B707D ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #4B707D wird in RGB als (75,112,125) definiert.
RGB: (75,112,125)
(29%, 44%, 49%)
R 75 von 255 = 29%
G 112 von 255 = 44%
B 125 von 255 = 49%
R + G + B ~ 41%. #4B707D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 75 + 112 + 125 = 312 (100%)
R 75 von 312 ~ 24.04%
G 112 von 312 ~ 35.9%
B 125 von 312 ~ 40.06'%
Die Farbe #4B707D wird in CMYK als (40,10,0,51) definiert.
CMYK: (40,10,0,51)
C40M10Y0K51 (40%, 10%, 0%, 51%)
(0.40 / 0.10 / 0.00 / 0.51)
Farbe #4B707D in den populären Farbmodellen.
4B | 70 | 7D | |
---|---|---|---|
RGB | 75 | 112 | 125 |
HSL | 196° | 25.00% | 39.22% |
HSB/HSV | 196° | 40.00% | 49.02% |
CMYK | 40.00% | 10.40% | 0.00% |
50.98% |
Die Farbe #4B707D in den populären Zahlensystemen.
Hexadezimal | 4B | 70 | 7D |
Dezimal | 75 | 112 | 125 |
Binär | 1001011 | 1110000 | 1111101 |
Oktal | 113 | 160 | 175 |
Dunkle Töne der Farbe #4B707D
Helle Töne der Farbe #4B707D
Beispiele css- und html für Elemente in der Farbe #4B707D. Bitte benutzen Sie auch rgb(75,112,125) statt hex-Code.
.myTextColor { color: #4B707D; }
<p style="color:#4B707D">This sample text font color is #4B707D.</p>
Die Farbe dieses Textes ist #4B707D.
.myBgColor { background-color: #4B707D; }
<div style="background-color:#4B707D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4B707D.
.myBorderColor { border: 1px solid #4B707D; }
<div style="border:3px solid #4B707D">Div</div>
Die Grenzen von diesem div sind in Farbe #4B707D.
.myOpacity80 { color: #4B707D; opacity: 0.8; }
<p style="color:#4B707D;opacity:0.8;">80%</p>
Text in Farbe #4B707D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B707D;}
<p style="text-shadow: 3px 3px 1px #4B707D">Text here.</p>
Dieser Text hat den Schatten in Farbe #4B707D.
.textShadow {text-shadow: 3px 3px 1px #4B707D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B707D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4B707D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B707D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B707D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B707D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4B707D;
-webkit-box-shadow: 1px 1px 3px 2px #4B707D;
box-shadow: 1px 1px 3px 2px #4B707D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B707D; -webkit-box-shadow: 1px 1px 3px 2px #4B707D; box-shadow:1px 1px 3px 2px #4B707D;">
Div content here
</div>
Dieser Text ist in der Farbe #4B707D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4B707D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4B707D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4B707D.
Kontrastfarbe für #hex ist #B48F82.