#494951

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

Shades of Gun Powder #494951

Tints of Gun Powder #494951

Color information

#494951 (or 0x494951) is unknown color: approx Gun Powder. HEX triplet: 49, 49 and 51. RGB value is (73,73,81). Sum of RGB (Red+Green+Blue) = 73+73+81=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 81 - color contains mainly: blue. Hex color #494951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494951 is #B6B6AE. Grayscale: #494949. Windows color (decimal): -11974319 or 5327177. OLE color: 5327177.

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

Color convert

RGB737381-
CMYK0.100.1000.68
HSL240º5.19%30.2%-
HSV(B)240º9.88%31.76%-
XYZ6.626.788.74-
YUV73.91132127.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=32.16%
G=32.16%
B=35.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7373810.100.1000.682405.1930.2
Hex494951AA044f051e
Octal11111112112120104360536
Binary10010011001001101000110101010010001001111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494951; }

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

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

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

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

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

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

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

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