#494755

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

Shades of Gun Powder #494755

Tints of Gun Powder #494755

Color information

#494755 (or 0x494755) is unknown color: approx Gun Powder. HEX triplet: 49, 47 and 55. RGB value is (73,71,85). Sum of RGB (Red+Green+Blue) = 73+71+85=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 85 - color contains mainly: blue. Hex color #494755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494755 is #B6B8AA. Grayscale: #494949. Windows color (decimal): -11974827 or 5588809. OLE color: 5588809.

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

Color convert

RGB737185-
CMYK0.140.1600.67
HSL248.57º8.97%30.59%-
HSV(B)248.57º16.47%33.33%-
XYZ6.646.589.51-
YUV73.19134.66127.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 85 (33.59% from 255) = 37.12%
R=31.88%
G=31.00%
B=37.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7371850.140.1600.67248.578.9730.59
Hex494755E10043f991f
Octal111107125162001033711137
Binary1001001100011110101011110100000100001111111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494755; }

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

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

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

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

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

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

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

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