#497DA2

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

Shades of Steel Blue #497DA2

Tints of Steel Blue #497DA2

Color information

#497DA2 (or 0x497DA2) is unknown color: approx Steel Blue. HEX triplet: 49, 7D and A2. RGB value is (73,125,162). Sum of RGB (Red+Green+Blue) = 73+125+162=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 162 - color contains mainly: blue. Hex color #497DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497DA2 is #B6825D. Grayscale: #717171. Windows color (decimal): -11960926 or 10648905. OLE color: 10648905.

HSL color Cylindrical-coordinate representation of color #497DA2: hue angle of 204.94º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #497DA2 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB73125162-
CMYK0.550.2300.36
HSL204.94º37.87%46.08%-
HSV(B)204.94º54.94%63.53%-
XYZ16.618.6936.92-
YUV113.67155.2798.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.28%
GREEN value IS 125 (49.22% from 255) = 34.72%
BLUE value IS 162 (63.67% from 255) = 45%
R=20.28%
G=34.72%
B=45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731251620.550.2300.36204.9437.8746.08
Hex497DA23717024cd262e
Octal11117524267270443154656
Binary100100111111011010001011011110111010010011001101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,125,162); }

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

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

 a { background-color: rgb(73,125,162); }

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

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

 span { border-color: rgb(73,125,162); }

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