HEX: #4963AE
RGB: (73,99,174)
#4963AE enthält hauptsächlich blaue Farbe. Für #4963AE ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #4963AE wird in RGB als (73,99,174) definiert.
RGB: (73,99,174) (29%,39%,68%)
R 73 von 255 = 29%
G 99 von 255 = 39%
B 174 von 255 = 68%
R + G + B ~ 45%. #4963AE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
73 + 99 + 174 = 346 (100%)
R 73 von 346 ~ 21.1%
G 99 von 346 ~ 28.61%
B 174 von 346 ~ 50.29%
Die Farbe #4963AE wird in CMYK als (58,43,0,32) definiert.
CMYK: (58,43,0,32) C58M43Y0K32 (58%,43%,0%,32%) (0.58/0.43/0.00/0.32)
49 | 63 | AE | |
---|---|---|---|
RGB | 73 | 99 | 174 |
HSL | 225° | 40.89% | 48.43% |
HSB/HSV | 225° | 58.05% | 68.24% |
CMYK | 58.05% | 43.10% | 0.00% |
31.76% |
Hexadezimal | 49 | 63 | AE |
Dezimal | 73 | 99 | 174 |
Binär | 1001001 | 1100011 | 10101110 |
Oktal | 111 | 143 | 256 |
Beispiele css- und html für Elemente in der Farbe #4963AE. Bitte benutzen Sie auch rgb(73,99,174) statt hex-Code.
.myTextColor { color: #4963AE; }
<p style="color:#4963AE">This sample text font color is #4963AE.</p>
Die Farbe dieses Textes ist #4963AE.
.myBgColor { background-color: #4963AE; }
<div style="background-color:#4963AE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4963AE.
.myBorderColor { border: 1px solid #4963AE; }
<div style="border:3px solid #4963AE">Div</div>
Die Grenzen von diesem div sind in Farbe #4963AE.
.myOpacity80 { color: #4963AE; opacity: 0.8; }
<p style="color:#4963AE;opacity:0.8;">80%</p>
Text in Farbe #4963AE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4963AE;}
<p style="text-shadow: 3px 3px 1px #4963AE">Text here.</p>
Dieser Text hat den Schatten in Farbe #4963AE.
.textShadow {text-shadow: 3px 3px 1px #4963AE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4963AE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4963AE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4963AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4963AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #4963AE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4963AE; -webkit-box-shadow: 1px 1px 3px 2px #4963AE; box-shadow: 1px 1px 3px 2px #4963AE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4963AE; -webkit-box-shadow: 1px 1px 3px 2px #4963AE; box-shadow:1px 1px 3px 2px #4963AE;">
Div content here</div>
Dieser Text ist in der Farbe #4963AE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4963AE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4963AE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4963AE.