HEX: #4B7495
RGB: (75,116,149)
#4B7495 enthält hauptsächlich grüne und blaue Farbe. Für #4B7495 ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #4B7495 wird in RGB als (75,116,149) definiert.
RGB: (75,116,149)
(29%, 45%, 58%)
R 75 von 255 = 29%
G 116 von 255 = 45%
B 149 von 255 = 58%
R + G + B ~ 44%. #4B7495 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 75 + 116 + 149 = 340 (100%)
R 75 von 340 ~ 22.06%
G 116 von 340 ~ 34.12%
B 149 von 340 ~ 43.82'%
Die Farbe #4B7495 wird in CMYK als (50,22,0,42) definiert.
CMYK: (50,22,0,42) C50M22Y0K42 (50%,22%,0%,42%) (0.50/0.22/0.00/0.42)
Farbe #4B7495 in den populären Farbmodellen.
4B | 74 | 95 | |
---|---|---|---|
RGB | 75 | 116 | 149 |
HSL | 207° | 33.04% | 43.92% |
HSB/HSV | 207° | 49.66% | 58.43% |
CMYK | 49.66% | 22.15% | 0.00% |
41.57% |
Die Farbe #4B7495 in den populären Zahlensystemen.
Hexadezimal | 4B | 74 | 95 |
Dezimal | 75 | 116 | 149 |
Binär | 1001011 | 1110100 | 10010101 |
Oktal | 113 | 164 | 225 |
Dunkle Töne der Farbe #4B7495
Helle Töne der Farbe #4B7495
Beispiele css- und html für Elemente in der Farbe #4B7495. Bitte benutzen Sie auch rgb(75,116,149) statt hex-Code.
.myTextColor { color: #4B7495; }
<p style="color:#4B7495">This sample text font color is #4B7495.</p>
Die Farbe dieses Textes ist #4B7495.
.myBgColor { background-color: #4B7495; }
<div style="background-color:#4B7495">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4B7495.
.myBorderColor { border: 1px solid #4B7495; }
<div style="border:3px solid #4B7495">Div</div>
Die Grenzen von diesem div sind in Farbe #4B7495.
.myOpacity80 { color: #4B7495; opacity: 0.8; }
<p style="color:#4B7495;opacity:0.8;">80%</p>
Text in Farbe #4B7495 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B7495;}
<p style="text-shadow: 3px 3px 1px #4B7495">Text here.</p>
Dieser Text hat den Schatten in Farbe #4B7495.
.textShadow {text-shadow: 3px 3px 1px #4B7495', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B7495, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4B7495 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B7495, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B7495, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B7495 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4B7495;
-webkit-box-shadow: 1px 1px 3px 2px #4B7495;
box-shadow: 1px 1px 3px 2px #4B7495;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B7495; -webkit-box-shadow: 1px 1px 3px 2px #4B7495; box-shadow:1px 1px 3px 2px #4B7495;">
Div content here
</div>
Dieser Text ist in der Farbe #4B7495 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4B7495 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4B7495.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4B7495.
Kontrastfarbe für #hex ist #B48B6A.