#498BC0

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

Shades of Steel Blue #498BC0

Tints of Steel Blue #498BC0

Color information

#498BC0 (or 0x498BC0) is unknown color: approx Steel Blue. HEX triplet: 49, 8B and C0. RGB value is (73,139,192). Sum of RGB (Red+Green+Blue) = 73+139+192=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #498BC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498BC0 is #B6743F. Grayscale: #7D7D7D. Windows color (decimal): -11957312 or 12618569. OLE color: 12618569.

HSL color Cylindrical-coordinate representation of color #498BC0: hue angle of 206.72º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #498BC0 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB73139192-
CMYK0.620.2800.25
HSL206.72º48.57%51.96%-
HSV(B)206.72º61.98%75.29%-
XYZ21.4923.6953.31-
YUV125.31165.6390.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.07%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 192 (75.39% from 255) = 47.52%
R=18.07%
G=34.41%
B=47.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731391920.620.2800.25206.7248.5751.96
Hex498BC03E1C019cf3134
Octal11121330076340313176164
Binary100100110001011110000001111101110001100111001111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,139,192); }

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

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

 a { background-color: rgb(73,139,192); }

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

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

 span { border-color: rgb(73,139,192); }

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