#494756

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

Shades of Gun Powder #494756

Tints of Gun Powder #494756

Color information

#494756 (or 0x494756) is unknown color: approx Gun Powder. HEX triplet: 49, 47 and 56. RGB value is (73,71,86). Sum of RGB (Red+Green+Blue) = 73+71+86=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 86 - color contains mainly: blue. Hex color #494756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494756 is #B6B8A9. Grayscale: #494949. Windows color (decimal): -11974826 or 5654345. OLE color: 5654345.

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

Color convert

RGB737186-
CMYK0.150.1700.66
HSL248º9.55%30.78%-
HSV(B)248º17.44%33.73%-
XYZ6.686.599.72-
YUV73.31135.16127.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 86 (33.98% from 255) = 37.39%
R=31.74%
G=30.87%
B=37.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7371860.150.1700.662489.5530.78
Hex494756F11042f8a1f
Octal111107126172101023701237
Binary1001001100011110101101111100010100001011111000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494756; }

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

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

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

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

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

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

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

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