#497CAE

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

Shades of Steel Blue #497CAE

Tints of Steel Blue #497CAE

Color information

#497CAE (or 0x497CAE) is unknown color: approx Steel Blue. HEX triplet: 49, 7C and AE. RGB value is (73,124,174). Sum of RGB (Red+Green+Blue) = 73+124+174=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #497CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497CAE is #B68351. Grayscale: #727272. Windows color (decimal): -11961170 or 11435081. OLE color: 11435081.

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

Color convert

RGB73124174-
CMYK0.580.2900.32
HSL209.7º40.89%48.43%-
HSV(B)209.7º58.05%68.24%-
XYZ17.618.8942.76-
YUV114.45161.698.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.68%
GREEN value IS 124 (48.83% from 255) = 33.42%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=19.68%
G=33.42%
B=46.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731241740.580.2900.32209.740.8948.43
Hex497CAE3A1D020d22930
Octal11117425672350403225160
Binary100100111111001010111011101011101010000011010010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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