#494A57

Color #494A57 Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #494A57

Tints of Gun Powder #494A57

Color information

#494A57 (or 0x494A57) is unknown color: approx Gun Powder. HEX triplet: 49, 4A and 57. RGB value is (73,74,87). Sum of RGB (Red+Green+Blue) = 73+74+87=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 87 - color contains mainly: blue. Hex color #494A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494A57 is #B6B5A8. Grayscale: #4B4B4B. Windows color (decimal): -11974057 or 5720649. OLE color: 5720649.

HSL color Cylindrical-coordinate representation of color #494A57: hue angle of 235.71º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #494A57 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB737487-
CMYK0.160.1500.66
HSL235.71º8.75%31.37%-
HSV(B)235.71º16.09%34.12%-
XYZ6.92710-
YUV75.18134.67126.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.20%
GREEN value IS 74 (29.30% from 255) = 31.62%
BLUE value IS 87 (34.38% from 255) = 37.18%
R=31.20%
G=31.62%
B=37.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7374870.160.1500.66235.718.7531.37
Hex494A5710F042ec91f
Octal111112127201701023541137
Binary1001001100101010101111000011110100001011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494A57; }

 p { color: rgb(73,74,87); }

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

<style>
 a { background-color: #494A57; }

 a { background-color: rgb(73,74,87); }

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

<style>
 span { border-color: #494A57; }

 span { border-color: rgb(73,74,87); }

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