HEX: #487EAE
RGB: (72,126,174)
#487EAE enthält hauptsächlich grüne und blaue Farbe. Für #487EAE ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #487EAE wird in RGB als (72,126,174) definiert.
RGB: (72,126,174) (28%,49%,68%)
R 72 von 255 = 28%
G 126 von 255 = 49%
B 174 von 255 = 68%
R + G + B ~ 48%. #487EAE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
72 + 126 + 174 = 372 (100%)
R 72 von 372 ~ 19.35%
G 126 von 372 ~ 33.87%
B 174 von 372 ~ 46.77%
Die Farbe #487EAE wird in CMYK als (59,28,0,32) definiert.
CMYK: (59,28,0,32) C59M28Y0K32 (59%,28%,0%,32%) (0.59/0.28/0.00/0.32)
48 | 7E | AE | |
---|---|---|---|
RGB | 72 | 126 | 174 |
HSL | 208° | 41.46% | 48.24% |
HSB/HSV | 208° | 58.62% | 68.24% |
CMYK | 58.62% | 27.59% | 0.00% |
31.76% |
Hexadezimal | 48 | 7E | AE |
Dezimal | 72 | 126 | 174 |
Binär | 1001000 | 1111110 | 10101110 |
Oktal | 110 | 176 | 256 |
Beispiele css- und html für Elemente in der Farbe #487EAE. Bitte benutzen Sie auch rgb(72,126,174) statt hex-Code.
.myTextColor { color: #487EAE; }
<p style="color:#487EAE">This sample text font color is #487EAE.</p>
Die Farbe dieses Textes ist #487EAE.
.myBgColor { background-color: #487EAE; }
<div style="background-color:#487EAE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #487EAE.
.myBorderColor { border: 1px solid #487EAE; }
<div style="border:3px solid #487EAE">Div</div>
Die Grenzen von diesem div sind in Farbe #487EAE.
.myOpacity80 { color: #487EAE; opacity: 0.8; }
<p style="color:#487EAE;opacity:0.8;">80%</p>
Text in Farbe #487EAE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #487EAE;}
<p style="text-shadow: 3px 3px 1px #487EAE">Text here.</p>
Dieser Text hat den Schatten in Farbe #487EAE.
.textShadow {text-shadow: 3px 3px 1px #487EAE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #487EAE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #487EAE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#487EAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#487EAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #487EAE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #487EAE; -webkit-box-shadow: 1px 1px 3px 2px #487EAE; box-shadow: 1px 1px 3px 2px #487EAE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #487EAE; -webkit-box-shadow: 1px 1px 3px 2px #487EAE; box-shadow:1px 1px 3px 2px #487EAE;">
Div content here</div>
Dieser Text ist in der Farbe #487EAE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #487EAE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #487EAE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #487EAE.