#494559

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

Shades of Gun Powder #494559

Tints of Gun Powder #494559

Color information

#494559 (or 0x494559) is unknown color: approx Gun Powder. HEX triplet: 49, 45 and 59. RGB value is (73,69,89). Sum of RGB (Red+Green+Blue) = 73+69+89=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #494559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494559 is #B6BAA6. Grayscale: #484848. Windows color (decimal): -11975335 or 5850441. OLE color: 5850441.

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

Color convert

RGB736989-
CMYK0.180.2200.65
HSL252º12.66%30.98%-
HSV(B)252º22.47%34.9%-
XYZ6.686.3910.33-
YUV72.48137.33128.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 89 (35.16% from 255) = 38.53%
R=31.60%
G=29.87%
B=38.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7369890.180.2200.6525212.6630.98
Hex4945591216041fcd1f
Octal111105131222601013741537
Binary10010011000101101100110010101100100000111111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494559; }

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

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

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

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

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

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

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

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