HEX: #48497B
RGB: (72,73,123)
#48497B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #48497B ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #48497B wird in RGB als (72,73,123) definiert.
RGB: (72,73,123) (28%,29%,48%)
R 72 von 255 = 28%
G 73 von 255 = 29%
B 123 von 255 = 48%
R + G + B ~ 35%. #48497B ziemlich dunkle Farbe.
R + G + B =
72 + 73 + 123 = 268 (100%)
R 72 von 268 ~ 26.87%
G 73 von 268 ~ 27.24%
B 123 von 268 ~ 45.9%
Die Farbe #48497B wird in CMYK als (41,41,0,52) definiert.
CMYK: (41,41,0,52) C41M41Y0K52 (41%,41%,0%,52%) (0.41/0.41/0.00/0.52)
48 | 49 | 7B | |
---|---|---|---|
RGB | 72 | 73 | 123 |
HSL | 239° | 26.15% | 38.24% |
HSB/HSV | 239° | 41.46% | 48.24% |
CMYK | 41.46% | 40.65% | 0.00% |
51.76% |
Hexadezimal | 48 | 49 | 7B |
Dezimal | 72 | 73 | 123 |
Binär | 1001000 | 1001001 | 1111011 |
Oktal | 110 | 111 | 173 |
Beispiele css- und html für Elemente in der Farbe #48497B. Bitte benutzen Sie auch rgb(72,73,123) statt hex-Code.
.myTextColor { color: #48497B; }
<p style="color:#48497B">This sample text font color is #48497B.</p>
Die Farbe dieses Textes ist #48497B.
.myBgColor { background-color: #48497B; }
<div style="background-color:#48497B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #48497B.
.myBorderColor { border: 1px solid #48497B; }
<div style="border:3px solid #48497B">Div</div>
Die Grenzen von diesem div sind in Farbe #48497B.
.myOpacity80 { color: #48497B; opacity: 0.8; }
<p style="color:#48497B;opacity:0.8;">80%</p>
Text in Farbe #48497B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48497B;}
<p style="text-shadow: 3px 3px 1px #48497B">Text here.</p>
Dieser Text hat den Schatten in Farbe #48497B.
.textShadow {text-shadow: 3px 3px 1px #48497B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48497B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #48497B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48497B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48497B, Direction=45, Strength=4)">Text</p>
This text has shadow with #48497B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #48497B; -webkit-box-shadow: 1px 1px 3px 2px #48497B; box-shadow: 1px 1px 3px 2px #48497B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #48497B; -webkit-box-shadow: 1px 1px 3px 2px #48497B; box-shadow:1px 1px 3px 2px #48497B;">
Div content here</div>
Dieser Text ist in der Farbe #48497B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #48497B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #48497B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #48497B.