#497FB1

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

Shades of Steel Blue #497FB1

Tints of Steel Blue #497FB1

Color information

#497FB1 (or 0x497FB1) is unknown color: approx Steel Blue. HEX triplet: 49, 7F and B1. RGB value is (73,127,177). Sum of RGB (Red+Green+Blue) = 73+127+177=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #497FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497FB1 is #B6804E. Grayscale: #747474. Windows color (decimal): -11960399 or 11632457. OLE color: 11632457.

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

Color convert

RGB73127177-
CMYK0.590.2800.31
HSL208.85º41.6%49.02%-
HSV(B)208.85º58.76%69.41%-
XYZ18.2719.7744.45-
YUV116.55162.1196.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.36%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 177 (69.53% from 255) = 46.95%
R=19.36%
G=33.69%
B=46.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731271770.590.2800.31208.8541.649.02
Hex497FB13B1C01Fd12a31
Octal11117726173340373215261
Binary10010011111111101100011110111110001111111010001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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