#497EAE

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

Shades of Steel Blue #497EAE

Tints of Steel Blue #497EAE

Color information

#497EAE (or 0x497EAE) is unknown color: approx Steel Blue. HEX triplet: 49, 7E and AE. RGB value is (73,126,174). Sum of RGB (Red+Green+Blue) = 73+126+174=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #497EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497EAE is #B68151. Grayscale: #737373. Windows color (decimal): -11960658 or 11435593. OLE color: 11435593.

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

Color convert

RGB73126174-
CMYK0.580.2800.32
HSL208.51º40.89%48.43%-
HSV(B)208.51º58.05%68.24%-
XYZ17.8519.3942.85-
YUV115.62160.9497.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.57%
GREEN value IS 126 (49.61% from 255) = 33.78%
BLUE value IS 174 (68.36% from 255) = 46.65%
R=19.57%
G=33.78%
B=46.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731261740.580.2800.32208.5140.8948.43
Hex497EAE3A1C020d12930
Octal11117625672340403215160
Binary100100111111101010111011101011100010000011010001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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