#494459

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

Shades of Gun Powder #494459

Tints of Gun Powder #494459

Color information

#494459 (or 0x494459) is unknown color: approx Gun Powder. HEX triplet: 49, 44 and 59. RGB value is (73,68,89). Sum of RGB (Red+Green+Blue) = 73+68+89=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #494459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494459 is #B6BBA6. Grayscale: #474747. Windows color (decimal): -11975591 or 5850185. OLE color: 5850185.

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

Color convert

RGB736889-
CMYK0.180.2400.65
HSL254.29º13.38%30.78%-
HSV(B)254.29º23.6%34.9%-
XYZ6.626.2710.31-
YUV71.89137.66128.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 68 (26.95% from 255) = 29.57%
BLUE value IS 89 (35.16% from 255) = 38.70%
R=31.74%
G=29.57%
B=38.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7368890.180.2400.65254.2913.3830.78
Hex4944591218041fed1f
Octal111104131223001013761537
Binary10010011000100101100110010110000100000111111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494459; }

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

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

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

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

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

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

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

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