#497CAD

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

Shades of Steel Blue #497CAD

Tints of Steel Blue #497CAD

Color information

#497CAD (or 0x497CAD) is unknown color: approx Steel Blue. HEX triplet: 49, 7C and AD. RGB value is (73,124,173). Sum of RGB (Red+Green+Blue) = 73+124+173=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #497CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497CAD is #B68352. Grayscale: #727272. Windows color (decimal): -11961171 or 11369545. OLE color: 11369545.

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

Color convert

RGB73124173-
CMYK0.580.2800.32
HSL209.4º40.65%48.24%-
HSV(B)209.4º57.8%67.84%-
XYZ17.518.8542.25-
YUV114.34161.198.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.73%
GREEN value IS 124 (48.83% from 255) = 33.51%
BLUE value IS 173 (67.97% from 255) = 46.76%
R=19.73%
G=33.51%
B=46.76%

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
Decimal731241730.580.2800.32209.440.6548.24
Hex497CAD3A1C020d12930
Octal11117425572340403215160
Binary100100111111001010110111101011100010000011010001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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