#498EBA

Color #498EBA Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #498EBA

Tints of Steel Blue #498EBA

Color information

#498EBA (or 0x498EBA) is unknown color: approx Steel Blue. HEX triplet: 49, 8E and BA. RGB value is (73,142,186). Sum of RGB (Red+Green+Blue) = 73+142+186=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #498EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498EBA is #B67145. Grayscale: #7E7E7E. Windows color (decimal): -11956550 or 12226121. OLE color: 12226121.

HSL color Cylindrical-coordinate representation of color #498EBA: hue angle of 203.36º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #498EBA is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73142186-
CMYK0.610.2400.27
HSL203.36º45.02%50.78%-
HSV(B)203.36º60.75%72.94%-
XYZ21.2824.3150.02-
YUV126.38161.6489.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 18.20%
GREEN value IS 142 (55.86% from 255) = 35.41%
BLUE value IS 186 (73.05% from 255) = 46.38%
R=18.20%
G=35.41%
B=46.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731421860.610.2400.27203.3645.0250.78
Hex498EBA3D1801Bcb2d33
Octal11121627275300333135563
Binary100100110001110101110101111011100001101111001011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498EBA; }

 p { color: rgb(73,142,186); }

 H1.HeaderClassName
 {
   color: #498EBA;
 }
 .AnyTagClassName
 {
   color: #498EBA;
 }
</style>
background-color css

<style>
 a { background-color: #498EBA; }

 a { background-color: rgb(73,142,186); }

 div.DivClassName
 {
   background-color: #498EBA;
 }
 .BgClassName
 {
   background-color: #498EBA;
 }
</style>
border-color css

<style>
 span { border-color: #498EBA; }

 span { border-color: rgb(73,142,186); }

 td.TdClassName
 {
   border-color: #498EBA;
 }
 .TagClassName
 {
   border-color: #498EBA;
 }
</style>