#49494C

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

Shades of Gun Powder #49494C

Tints of Gun Powder #49494C

Color information

#49494C (or 0x49494C) is unknown color: approx Gun Powder. HEX triplet: 49, 49 and 4C. RGB value is (73,73,76). Sum of RGB (Red+Green+Blue) = 73+73+76=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 76 - color contains mainly: blue. Hex color #49494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49494C is #B6B6B3. Grayscale: #494949. Windows color (decimal): -11974324 or 4999497. OLE color: 4999497.

HSL color Cylindrical-coordinate representation of color #49494C: hue angle of 240º degrees, saturation: 0.02, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #49494C is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB737376-
CMYK0.040.0400.70
HSL240º2.01%29.22%-
HSV(B)240º3.95%29.8%-
XYZ6.436.77.79-
YUV73.34129.5127.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.88%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 76 (30.08% from 255) = 34.23%
R=32.88%
G=32.88%
B=34.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7373760.040.0400.702402.0129.22
Hex49494C44046f021d
Octal111111114440106360235
Binary10010011001001100110010010001000110111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49494C; }

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

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

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

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

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

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

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

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