#494652

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

Shades of Gun Powder #494652

Tints of Gun Powder #494652

Color information

#494652 (or 0x494652) is unknown color: approx Gun Powder. HEX triplet: 49, 46 and 52. RGB value is (73,70,82). Sum of RGB (Red+Green+Blue) = 73+70+82=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 82 - color contains mainly: blue. Hex color #494652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494652 is #B6B9AD. Grayscale: #484848. Windows color (decimal): -11975086 or 5391945. OLE color: 5391945.

HSL color Cylindrical-coordinate representation of color #494652: hue angle of 255º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #494652 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB737082-
CMYK0.110.1500.68
HSL255º7.89%29.8%-
HSV(B)255º14.63%32.16%-
XYZ6.466.418.88-
YUV72.26133.49128.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=32.44%
G=31.11%
B=36.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7370820.110.1500.682557.8929.8
Hex494652BF044ff81e
Octal111106122131701043771036
Binary100100110001101010010101111110100010011111111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494652; }

 p { color: rgb(73,70,82); }

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

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

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

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

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

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

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