#497DA5

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

Shades of Steel Blue #497DA5

Tints of Steel Blue #497DA5

Color information

#497DA5 (or 0x497DA5) is unknown color: approx Steel Blue. HEX triplet: 49, 7D and A5. RGB value is (73,125,165). Sum of RGB (Red+Green+Blue) = 73+125+165=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 165 - color contains mainly: blue. Hex color #497DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497DA5 is #B6825A. Grayscale: #717171. Windows color (decimal): -11960923 or 10845513. OLE color: 10845513.

HSL color Cylindrical-coordinate representation of color #497DA5: hue angle of 206.09º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #497DA5 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB73125165-
CMYK0.560.2400.35
HSL206.09º38.66%46.67%-
HSV(B)206.09º55.76%64.71%-
XYZ16.8718.838.34-
YUV114.01156.7798.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.11%
GREEN value IS 125 (49.22% from 255) = 34.44%
BLUE value IS 165 (64.84% from 255) = 45.45%
R=20.11%
G=34.44%
B=45.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731251650.560.2400.35206.0938.6646.67
Hex497DA53818023ce272f
Octal11117524570300433164757
Binary100100111111011010010111100011000010001111001110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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