HEX: #498BDE
RGB: (73,139,222)
#498BDE enthält hauptsächlich blaue Farbe. Für #498BDE ist eine «websichere» Webfarbe #3399CC (oder kurz #39C).
Die Farbe #498BDE wird in RGB als (73,139,222) definiert.
RGB: (73,139,222)
(29%, 55%, 87%)
R 73 von 255 = 29%
G 139 von 255 = 55%
B 222 von 255 = 87%
R + G + B ~ 57%. #498BDE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 73 + 139 + 222 = 434 (100%)
R 73 von 434 ~ 16.82%
G 139 von 434 ~ 32.03%
B 222 von 434 ~ 51.15'%
Die Farbe #498BDE wird in CMYK als (67,37,0,13) definiert.
CMYK: (67,37,0,13)
C67M37Y0K13 (67%, 37%, 0%, 13%)
(0.67 / 0.37 / 0.00 / 0.13)
Farbe #498BDE in den populären Farbmodellen.
49 | 8B | DE | |
---|---|---|---|
RGB | 73 | 139 | 222 |
HSL | 213° | 69.30% | 57.84% |
HSB/HSV | 213° | 67.12% | 87.06% |
CMYK | 67.12% | 37.39% | 0.00% |
12.94% |
Die Farbe #498BDE in den populären Zahlensystemen.
Hexadezimal | 49 | 8B | DE |
Dezimal | 73 | 139 | 222 |
Binär | 1001001 | 10001011 | 11011110 |
Oktal | 111 | 213 | 336 |
Dunkle Töne der Farbe #498BDE
Helle Töne der Farbe #498BDE
Beispiele css- und html für Elemente in der Farbe #498BDE. Bitte benutzen Sie auch rgb(73,139,222) statt hex-Code.
.myTextColor { color: #498BDE; }
<p style="color:#498BDE">This sample text font color is #498BDE.</p>
Die Farbe dieses Textes ist #498BDE.
.myBgColor { background-color: #498BDE; }
<div style="background-color:#498BDE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #498BDE.
.myBorderColor { border: 1px solid #498BDE; }
<div style="border:3px solid #498BDE">Div</div>
Die Grenzen von diesem div sind in Farbe #498BDE.
.myOpacity80 { color: #498BDE; opacity: 0.8; }
<p style="color:#498BDE;opacity:0.8;">80%</p>
Text in Farbe #498BDE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #498BDE;}
<p style="text-shadow: 3px 3px 1px #498BDE">Text here.</p>
Dieser Text hat den Schatten in Farbe #498BDE.
.textShadow {text-shadow: 3px 3px 1px #498BDE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #498BDE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #498BDE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#498BDE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#498BDE, Direction=45, Strength=4)">Text</p>
This text has shadow with #498BDE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #498BDE;
-webkit-box-shadow: 1px 1px 3px 2px #498BDE;
box-shadow: 1px 1px 3px 2px #498BDE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #498BDE; -webkit-box-shadow: 1px 1px 3px 2px #498BDE; box-shadow:1px 1px 3px 2px #498BDE;">
Div content here
</div>
Dieser Text ist in der Farbe #498BDE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #498BDE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #498BDE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #498BDE.
Kontrastfarbe für #hex ist #B67421.