#497CAF

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

Shades of Steel Blue #497CAF

Tints of Steel Blue #497CAF

Color information

#497CAF (or 0x497CAF) is unknown color: approx Steel Blue. HEX triplet: 49, 7C and AF. RGB value is (73,124,175). Sum of RGB (Red+Green+Blue) = 73+124+175=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #497CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497CAF is #B68350. Grayscale: #727272. Windows color (decimal): -11961169 or 11500617. OLE color: 11500617.

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

Color convert

RGB73124175-
CMYK0.580.2900.31
HSL210º41.13%48.63%-
HSV(B)210º58.29%68.63%-
XYZ17.6918.9343.28-
YUV114.56162.198.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.62%
GREEN value IS 124 (48.83% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 47.04%
R=19.62%
G=33.33%
B=47.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731241750.580.2900.3121041.1348.63
Hex497CAF3A1D01Fd22931
Octal11117425772350373225161
Binary10010011111100101011111110101110101111111010010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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