#494953

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

Shades of Gun Powder #494953

Tints of Gun Powder #494953

Color information

#494953 (or 0x494953) is unknown color: approx Gun Powder. HEX triplet: 49, 49 and 53. RGB value is (73,73,83). Sum of RGB (Red+Green+Blue) = 73+73+83=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 83 - color contains mainly: blue. Hex color #494953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494953 is #B6B6AC. Grayscale: #4A4A4A. Windows color (decimal): -11974317 or 5458249. OLE color: 5458249.

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

Color convert

RGB737383-
CMYK0.120.1200.67
HSL240º6.41%30.59%-
HSV(B)240º12.05%32.55%-
XYZ6.696.819.14-
YUV74.14133127.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 83 (32.81% from 255) = 36.24%
R=31.88%
G=31.88%
B=36.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7373830.120.1200.672406.4130.59
Hex494953CC043f061f
Octal11111112314140103360637
Binary10010011001001101001111001100010000111111000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494953; }

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

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

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

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

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

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

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

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