#497AB1

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

Shades of Steel Blue #497AB1

Tints of Steel Blue #497AB1

Color information

#497AB1 (or 0x497AB1) is unknown color: approx Steel Blue. HEX triplet: 49, 7A and B1. RGB value is (73,122,177). Sum of RGB (Red+Green+Blue) = 73+122+177=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 177 (69.53% from 255 or 47.58% from 372); Max value from RGB is 177 - color contains mainly: blue. Hex color #497AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497AB1 is #B6854E. Grayscale: #717171. Windows color (decimal): -11961679 or 11631177. OLE color: 11631177.

HSL color Cylindrical-coordinate representation of color #497AB1: hue angle of 211.73º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #497AB1 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB73122177-
CMYK0.590.3100.31
HSL211.73º41.6%49.02%-
HSV(B)211.73º58.76%69.41%-
XYZ17.6418.5144.24-
YUV113.62163.7799.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.62%
GREEN value IS 122 (48.05% from 255) = 32.80%
BLUE value IS 177 (69.53% from 255) = 47.58%
R=19.62%
G=32.80%
B=47.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731221770.590.3100.31211.7341.649.02
Hex497AB13B1F01Fd42a31
Octal11117226173370373245261
Binary10010011111010101100011110111111101111111010100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497AB1; }

 p { color: rgb(73,122,177); }

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

<style>
 a { background-color: #497AB1; }

 a { background-color: rgb(73,122,177); }

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

<style>
 span { border-color: #497AB1; }

 span { border-color: rgb(73,122,177); }

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