#494956

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

Shades of Gun Powder #494956

Tints of Gun Powder #494956

Color information

#494956 (or 0x494956) is unknown color: approx Gun Powder. HEX triplet: 49, 49 and 56. RGB value is (73,73,86). Sum of RGB (Red+Green+Blue) = 73+73+86=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 86 - color contains mainly: blue. Hex color #494956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494956 is #B6B6A9. Grayscale: #4A4A4A. Windows color (decimal): -11974314 or 5654857. OLE color: 5654857.

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

Color convert

RGB737386-
CMYK0.150.1500.66
HSL240º8.18%31.18%-
HSV(B)240º15.12%33.73%-
XYZ6.816.859.77-
YUV74.48134.5126.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 86 (33.98% from 255) = 37.07%
R=31.47%
G=31.47%
B=37.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7373860.150.1500.662408.1831.18
Hex494956FF042f081f
Octal111111126171701023601037
Binary100100110010011010110111111110100001011110000100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494956; }

 p { color: rgb(73,73,86); }

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

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

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

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

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

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

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