#494659

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

Shades of Gun Powder #494659

Tints of Gun Powder #494659

Color information

#494659 (or 0x494659) is unknown color: approx Gun Powder. HEX triplet: 49, 46 and 59. RGB value is (73,70,89). Sum of RGB (Red+Green+Blue) = 73+70+89=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #494659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494659 is #B6B9A6. Grayscale: #484848. Windows color (decimal): -11975079 or 5850697. OLE color: 5850697.

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

Color convert

RGB737089-
CMYK0.180.2100.65
HSL249.47º11.95%31.18%-
HSV(B)249.47º21.35%34.9%-
XYZ6.746.5210.35-
YUV73.06136.99127.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.47%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 89 (35.16% from 255) = 38.36%
R=31.47%
G=30.17%
B=38.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7370890.180.2100.65249.4711.9531.18
Hex4946591215041f9c1f
Octal111106131222501013711437
Binary10010011000110101100110010101010100000111111001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494659; }

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

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

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

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

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

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

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

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