#497FA5

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

Shades of Steel Blue #497FA5

Tints of Steel Blue #497FA5

Color information

#497FA5 (or 0x497FA5) is unknown color: approx Steel Blue. HEX triplet: 49, 7F and A5. RGB value is (73,127,165). Sum of RGB (Red+Green+Blue) = 73+127+165=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 165 - color contains mainly: blue. Hex color #497FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497FA5 is #B6805A. Grayscale: #727272. Windows color (decimal): -11960411 or 10846025. OLE color: 10846025.

HSL color Cylindrical-coordinate representation of color #497FA5: hue angle of 204.78º 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 #497FA5 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB73127165-
CMYK0.560.2300.35
HSL204.78º38.66%46.67%-
HSV(B)204.78º55.76%64.71%-
XYZ17.1319.3138.42-
YUV115.19156.1197.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20%
GREEN value IS 127 (50% from 255) = 34.79%
BLUE value IS 165 (64.84% from 255) = 45.21%
R=20%
G=34.79%
B=45.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731271650.560.2300.35204.7838.6646.67
Hex497FA53817023cd272f
Octal11117724570270433154757
Binary100100111111111010010111100010111010001111001101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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