#494750

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

Shades of Gun Powder #494750

Tints of Gun Powder #494750

Color information

#494750 (or 0x494750) is unknown color: approx Gun Powder. HEX triplet: 49, 47 and 50. RGB value is (73,71,80). Sum of RGB (Red+Green+Blue) = 73+71+80=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 80 - color contains mainly: blue. Hex color #494750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494750 is #B6B8AF. Grayscale: #484848. Windows color (decimal): -11974832 or 5261129. OLE color: 5261129.

HSL color Cylindrical-coordinate representation of color #494750: hue angle of 253.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #494750 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB737180-
CMYK0.090.1100.69
HSL253.33º5.96%29.61%-
HSV(B)253.33º11.25%31.37%-
XYZ6.456.58.5-
YUV72.62132.16128.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=32.59%
G=31.70%
B=35.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7371800.090.1100.69253.335.9629.61
Hex4947509B045fd61e
Octal11110712011130105375636
Binary10010011000111101000010011011010001011111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494750; }

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

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

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

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

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

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

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

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