#498EB9

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

Shades of Steel Blue #498EB9

Tints of Steel Blue #498EB9

Color information

#498EB9 (or 0x498EB9) is unknown color: approx Steel Blue. HEX triplet: 49, 8E and B9. RGB value is (73,142,185). Sum of RGB (Red+Green+Blue) = 73+142+185=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 185 (72.66% from 255 or 46.25% from 400); Max value from RGB is 185 - color contains mainly: blue. Hex color #498EB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498EB9 is #B67146. Grayscale: #7E7E7E. Windows color (decimal): -11956551 or 12160585. OLE color: 12160585.

HSL color Cylindrical-coordinate representation of color #498EB9: hue angle of 203.04º degrees, saturation: 0.44, 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 #498EB9 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73142185-
CMYK0.610.2300.27
HSL203.04º44.44%50.59%-
HSV(B)203.04º60.54%72.55%-
XYZ21.1824.2749.47-
YUV126.27161.1490-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.25%
GREEN value IS 142 (55.86% from 255) = 35.5%
BLUE value IS 185 (72.66% from 255) = 46.25%
R=18.25%
G=35.5%
B=46.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731421850.610.2300.27203.0444.4450.59
Hex498EB93D1701Bcb2c33
Octal11121627175270333135463
Binary100100110001110101110011111011011101101111001011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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