#494660

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

Shades of Gun Powder #494660

Tints of Gun Powder #494660

Color information

#494660 (or 0x494660) is unknown color: approx Gun Powder. HEX triplet: 49, 46 and 60. RGB value is (73,70,96). Sum of RGB (Red+Green+Blue) = 73+70+96=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #494660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494660 is #B6B99F. Grayscale: #494949. Windows color (decimal): -11975072 or 6309449. OLE color: 6309449.

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

Color convert

RGB737096-
CMYK0.240.2700.62
HSL246.92º15.66%32.55%-
HSV(B)246.92º27.08%37.65%-
XYZ7.056.6411.98-
YUV73.86140.49127.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 96 (37.89% from 255) = 40.17%
R=30.54%
G=29.29%
B=40.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7370960.240.2700.62246.9215.6632.55
Hex494660181B03Ef71021
Octal11110614030330763672041
Binary100100110001101100000110001101101111101111011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494660; }

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

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

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

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

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

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

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

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