#497FAF

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

Shades of Steel Blue #497FAF

Tints of Steel Blue #497FAF

Color information

#497FAF (or 0x497FAF) is unknown color: approx Steel Blue. HEX triplet: 49, 7F and AF. RGB value is (73,127,175). Sum of RGB (Red+Green+Blue) = 73+127+175=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #497FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497FAF is #B68050. Grayscale: #747474. Windows color (decimal): -11960401 or 11501385. OLE color: 11501385.

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

Color convert

RGB73127175-
CMYK0.580.2700.31
HSL208.24º41.13%48.63%-
HSV(B)208.24º58.29%68.63%-
XYZ18.0719.6943.41-
YUV116.33161.1197.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.47%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 175 (68.75% from 255) = 46.67%
R=19.47%
G=33.87%
B=46.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731271750.580.2700.31208.2441.1348.63
Hex497FAF3A1B01Fd02931
Octal11117725772330373205161
Binary10010011111111101011111110101101101111111010000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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