HEX: #4B386D
RGB: (75,56,109)
#4B386D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #4B386D ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #4B386D wird in RGB als (75,56,109) definiert.
RGB: (75,56,109)
(29%, 22%, 43%)
R 75 von 255 = 29%
G 56 von 255 = 22%
B 109 von 255 = 43%
R + G + B ~ 31%. #4B386D ziemlich dunkle Farbe.
R + G + B = 75 + 56 + 109 = 240 (100%)
R 75 von 240 ~ 31.25%
G 56 von 240 ~ 23.33%
B 109 von 240 ~ 45.42'%
Die Farbe #4B386D wird in CMYK als (31,49,0,57) definiert.
CMYK: (31,49,0,57)
C31M49Y0K57 (31%, 49%, 0%, 57%)
(0.31 / 0.49 / 0.00 / 0.57)
Farbe #4B386D in den populären Farbmodellen.
4B | 38 | 6D | |
---|---|---|---|
RGB | 75 | 56 | 109 |
HSL | 262° | 32.12% | 32.35% |
HSB/HSV | 262° | 48.62% | 42.75% |
CMYK | 31.19% | 48.62% | 0.00% |
57.25% |
Die Farbe #4B386D in den populären Zahlensystemen.
Hexadezimal | 4B | 38 | 6D |
Dezimal | 75 | 56 | 109 |
Binär | 1001011 | 111000 | 1101101 |
Oktal | 113 | 70 | 155 |
Dunkle Töne der Farbe #4B386D
Helle Töne der Farbe #4B386D
Beispiele css- und html für Elemente in der Farbe #4B386D. Bitte benutzen Sie auch rgb(75,56,109) statt hex-Code.
.myTextColor { color: #4B386D; }
<p style="color:#4B386D">This sample text font color is #4B386D.</p>
Die Farbe dieses Textes ist #4B386D.
.myBgColor { background-color: #4B386D; }
<div style="background-color:#4B386D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4B386D.
.myBorderColor { border: 1px solid #4B386D; }
<div style="border:3px solid #4B386D">Div</div>
Die Grenzen von diesem div sind in Farbe #4B386D.
.myOpacity80 { color: #4B386D; opacity: 0.8; }
<p style="color:#4B386D;opacity:0.8;">80%</p>
Text in Farbe #4B386D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B386D;}
<p style="text-shadow: 3px 3px 1px #4B386D">Text here.</p>
Dieser Text hat den Schatten in Farbe #4B386D.
.textShadow {text-shadow: 3px 3px 1px #4B386D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B386D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4B386D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B386D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B386D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B386D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4B386D;
-webkit-box-shadow: 1px 1px 3px 2px #4B386D;
box-shadow: 1px 1px 3px 2px #4B386D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B386D; -webkit-box-shadow: 1px 1px 3px 2px #4B386D; box-shadow:1px 1px 3px 2px #4B386D;">
Div content here
</div>
Dieser Text ist in der Farbe #4B386D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4B386D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4B386D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4B386D.
Kontrastfarbe für #hex ist #B4C792.