#497AB0

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

Shades of Steel Blue #497AB0

Tints of Steel Blue #497AB0

Color information

#497AB0 (or 0x497AB0) is unknown color: approx Steel Blue. HEX triplet: 49, 7A and B0. RGB value is (73,122,176). Sum of RGB (Red+Green+Blue) = 73+122+176=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #497AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497AB0 is #B6854F. Grayscale: #717171. Windows color (decimal): -11961680 or 11565641. OLE color: 11565641.

HSL color Cylindrical-coordinate representation of color #497AB0: hue angle of 211.46º degrees, saturation: 0.41, 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 #497AB0 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB73122176-
CMYK0.590.3100.31
HSL211.46º41.37%48.82%-
HSV(B)211.46º58.52%69.02%-
XYZ17.5418.4743.71-
YUV113.5163.2799.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.68%
GREEN value IS 122 (48.05% from 255) = 32.88%
BLUE value IS 176 (69.14% from 255) = 47.44%
R=19.68%
G=32.88%
B=47.44%

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
Decimal731221760.590.3100.31211.4641.3748.82
Hex497AB03B1F01Fd32931
Octal11117226073370373235161
Binary10010011111010101100001110111111101111111010011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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