#494752

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

Shades of Gun Powder #494752

Tints of Gun Powder #494752

Color information

#494752 (or 0x494752) is unknown color: approx Gun Powder. HEX triplet: 49, 47 and 52. RGB value is (73,71,82). Sum of RGB (Red+Green+Blue) = 73+71+82=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 82 - color contains mainly: blue. Hex color #494752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494752 is #B6B8AD. Grayscale: #484848. Windows color (decimal): -11974830 or 5392201. OLE color: 5392201.

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

Color convert

RGB737182-
CMYK0.110.1300.68
HSL250.91º7.19%30%-
HSV(B)250.91º13.41%32.16%-
XYZ6.526.538.9-
YUV72.85133.16128.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 82 (32.42% from 255) = 36.28%
R=32.30%
G=31.42%
B=36.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7371820.110.1300.68250.917.1930
Hex494752BD044fb71e
Octal11110712213150104373736
Binary10010011000111101001010111101010001001111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494752; }

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

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

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

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

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

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

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

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