#494759

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

Shades of Gun Powder #494759

Tints of Gun Powder #494759

Color information

#494759 (or 0x494759) is unknown color: approx Gun Powder. HEX triplet: 49, 47 and 59. RGB value is (73,71,89). Sum of RGB (Red+Green+Blue) = 73+71+89=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #494759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494759 is #B6B8A6. Grayscale: #494949. Windows color (decimal): -11974823 or 5850953. OLE color: 5850953.

HSL color Cylindrical-coordinate representation of color #494759: hue angle of 246.67º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #494759 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB737189-
CMYK0.180.2000.65
HSL246.67º11.25%31.37%-
HSV(B)246.67º20.22%34.9%-
XYZ6.86.6410.38-
YUV73.65136.66127.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.33%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=31.33%
G=30.47%
B=38.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7371890.180.2000.65246.6711.2531.37
Hex4947591214041f7b1f
Octal111107131222401013671337
Binary10010011000111101100110010101000100000111110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494759; }

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

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

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

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

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

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

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

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