#498CC0

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

Shades of Steel Blue #498CC0

Tints of Steel Blue #498CC0

Color information

#498CC0 (or 0x498CC0) is unknown color: approx Steel Blue. HEX triplet: 49, 8C and C0. RGB value is (73,140,192). Sum of RGB (Red+Green+Blue) = 73+140+192=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #498CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498CC0 is #B6733F. Grayscale: #7D7D7D. Windows color (decimal): -11957056 or 12618825. OLE color: 12618825.

HSL color Cylindrical-coordinate representation of color #498CC0: hue angle of 206.22º 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 #498CC0 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB73140192-
CMYK0.620.2700.25
HSL206.22º48.57%51.96%-
HSV(B)206.22º61.98%75.29%-
XYZ21.6423.9853.36-
YUV125.9165.390.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.02%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 192 (75.39% from 255) = 47.41%
R=18.02%
G=34.57%
B=47.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731401920.620.2700.25206.2248.5751.96
Hex498CC03E1B019ce3134
Octal11121430076330313166164
Binary100100110001100110000001111101101101100111001110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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