HEX: #4A488B
RGB: (74,72,139)
#4A488B enthält hauptsächlich blaue Farbe. Für #4A488B ist eine «websichere» Webfarbe #333399 (oder kurz #339).
Die Farbe #4A488B wird in RGB als (74,72,139) definiert.
RGB: (74,72,139) (29%,28%,55%)
R 74 von 255 = 29%
G 72 von 255 = 28%
B 139 von 255 = 55%
R + G + B ~ 37%. #4A488B ziemlich dunkle Farbe.
R + G + B =
74 + 72 + 139 = 285 (100%)
R 74 von 285 ~ 25.96%
G 72 von 285 ~ 25.26%
B 139 von 285 ~ 48.77%
Die Farbe #4A488B wird in CMYK als (47,48,0,45) definiert.
CMYK: (47,48,0,45) C47M48Y0K45 (47%,48%,0%,45%) (0.47/0.48/0.00/0.45)
4A | 48 | 8B | |
---|---|---|---|
RGB | 74 | 72 | 139 |
HSL | 242° | 31.75% | 41.37% |
HSB/HSV | 242° | 48.20% | 54.51% |
CMYK | 46.76% | 48.20% | 0.00% |
45.49% |
Hexadezimal | 4A | 48 | 8B |
Dezimal | 74 | 72 | 139 |
Binär | 1001010 | 1001000 | 10001011 |
Oktal | 112 | 110 | 213 |
Beispiele css- und html für Elemente in der Farbe #4A488B. Bitte benutzen Sie auch rgb(74,72,139) statt hex-Code.
.myTextColor { color: #4A488B; }
<p style="color:#4A488B">This sample text font color is #4A488B.</p>
Die Farbe dieses Textes ist #4A488B.
.myBgColor { background-color: #4A488B; }
<div style="background-color:#4A488B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4A488B.
.myBorderColor { border: 1px solid #4A488B; }
<div style="border:3px solid #4A488B">Div</div>
Die Grenzen von diesem div sind in Farbe #4A488B.
.myOpacity80 { color: #4A488B; opacity: 0.8; }
<p style="color:#4A488B;opacity:0.8;">80%</p>
Text in Farbe #4A488B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4A488B;}
<p style="text-shadow: 3px 3px 1px #4A488B">Text here.</p>
Dieser Text hat den Schatten in Farbe #4A488B.
.textShadow {text-shadow: 3px 3px 1px #4A488B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4A488B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4A488B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4A488B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4A488B, Direction=45, Strength=4)">Text</p>
This text has shadow with #4A488B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4A488B; -webkit-box-shadow: 1px 1px 3px 2px #4A488B; box-shadow: 1px 1px 3px 2px #4A488B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4A488B; -webkit-box-shadow: 1px 1px 3px 2px #4A488B; box-shadow:1px 1px 3px 2px #4A488B;">
Div content here</div>
Dieser Text ist in der Farbe #4A488B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4A488B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4A488B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4A488B.