#497FAE

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

Shades of Steel Blue #497FAE

Tints of Steel Blue #497FAE

Color information

#497FAE (or 0x497FAE) is unknown color: approx Steel Blue. HEX triplet: 49, 7F and AE. RGB value is (73,127,174). Sum of RGB (Red+Green+Blue) = 73+127+174=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #497FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497FAE is #B68051. Grayscale: #737373. Windows color (decimal): -11960402 or 11435849. OLE color: 11435849.

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

Color convert

RGB73127174-
CMYK0.580.2700.32
HSL207.92º40.89%48.43%-
HSV(B)207.92º58.05%68.24%-
XYZ17.9819.6542.89-
YUV116.21160.6197.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.52%
GREEN value IS 127 (50% from 255) = 33.96%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=19.52%
G=33.96%
B=46.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731271740.580.2700.32207.9240.8948.43
Hex497FAE3A1B020d02930
Octal11117725672330403205160
Binary100100111111111010111011101011011010000011010000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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