HEX: #50498B
RGB: (80,73,139)
#50498B enthält hauptsächlich rote und blaue Farbe. Für #50498B ist eine «websichere» Webfarbe #663399 (oder kurz #639).
Die Farbe #50498B wird in RGB als (80,73,139) definiert.
RGB: (80,73,139)
(31%, 29%, 55%)
R 80 von 255 = 31%
G 73 von 255 = 29%
B 139 von 255 = 55%
R + G + B ~ 38%. #50498B ziemlich dunkle Farbe.
R + G + B = 80 + 73 + 139 = 292 (100%)
R 80 von 292 ~ 27.4%
G 73 von 292 ~ 25%
B 139 von 292 ~ 47.6'%
Die Farbe #50498B wird in CMYK als (42,47,0,45) definiert.
CMYK: (42,47,0,45)
C42M47Y0K45 (42%, 47%, 0%, 45%)
(0.42 / 0.47 / 0.00 / 0.45)
Farbe #50498B in den populären Farbmodellen.
50 | 49 | 8B | |
---|---|---|---|
RGB | 80 | 73 | 139 |
HSL | 246° | 31.13% | 41.57% |
HSB/HSV | 246° | 47.48% | 54.51% |
CMYK | 42.45% | 47.48% | 0.00% |
45.49% |
Die Farbe #50498B in den populären Zahlensystemen.
Hexadezimal | 50 | 49 | 8B |
Dezimal | 80 | 73 | 139 |
Binär | 1010000 | 1001001 | 10001011 |
Oktal | 120 | 111 | 213 |
Dunkle Töne der Farbe #50498B
Helle Töne der Farbe #50498B
Beispiele css- und html für Elemente in der Farbe #50498B. Bitte benutzen Sie auch rgb(80,73,139) statt hex-Code.
.myTextColor { color: #50498B; }
<p style="color:#50498B">This sample text font color is #50498B.</p>
Die Farbe dieses Textes ist #50498B.
.myBgColor { background-color: #50498B; }
<div style="background-color:#50498B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50498B.
.myBorderColor { border: 1px solid #50498B; }
<div style="border:3px solid #50498B">Div</div>
Die Grenzen von diesem div sind in Farbe #50498B.
.myOpacity80 { color: #50498B; opacity: 0.8; }
<p style="color:#50498B;opacity:0.8;">80%</p>
Text in Farbe #50498B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50498B;}
<p style="text-shadow: 3px 3px 1px #50498B">Text here.</p>
Dieser Text hat den Schatten in Farbe #50498B.
.textShadow {text-shadow: 3px 3px 1px #50498B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50498B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50498B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50498B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50498B, Direction=45, Strength=4)">Text</p>
This text has shadow with #50498B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50498B;
-webkit-box-shadow: 1px 1px 3px 2px #50498B;
box-shadow: 1px 1px 3px 2px #50498B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50498B; -webkit-box-shadow: 1px 1px 3px 2px #50498B; box-shadow:1px 1px 3px 2px #50498B;">
Div content here
</div>
Dieser Text ist in der Farbe #50498B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50498B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50498B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50498B.
Kontrastfarbe für #hex ist #AFB674.