#494560

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

Shades of Gun Powder #494560

Tints of Gun Powder #494560

Color information

#494560 (or 0x494560) is unknown color: approx Gun Powder. HEX triplet: 49, 45 and 60. RGB value is (73,69,96). Sum of RGB (Red+Green+Blue) = 73+69+96=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #494560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494560 is #B6BA9F. Grayscale: #494949. Windows color (decimal): -11975328 or 6309193. OLE color: 6309193.

HSL color Cylindrical-coordinate representation of color #494560: hue angle of 248.89º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #494560 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB736996-
CMYK0.240.2800.62
HSL248.89º16.36%32.35%-
HSV(B)248.89º28.12%37.65%-
XYZ6.996.5211.96-
YUV73.27140.83127.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=30.67%
G=28.99%
B=40.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7369960.240.2800.62248.8916.3632.35
Hex494560181C03Ef91020
Octal11110514030340763712040
Binary100100110001011100000110001110001111101111100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494560; }

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

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

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

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

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

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

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

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