#494762

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

Shades of Gun Powder #494762

Tints of Gun Powder #494762

Color information

#494762 (or 0x494762) is unknown color: approx Gun Powder. HEX triplet: 49, 47 and 62. RGB value is (73,71,98). Sum of RGB (Red+Green+Blue) = 73+71+98=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #494762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494762 is #B6B89D. Grayscale: #4A4A4A. Windows color (decimal): -11974814 or 6440777. OLE color: 6440777.

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

Color convert

RGB737198-
CMYK0.260.2800.62
HSL244.44º15.98%33.14%-
HSV(B)244.44º27.55%38.43%-
XYZ7.216.812.49-
YUV74.68141.16126.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=30.17%
G=29.34%
B=40.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7371980.260.2800.62244.4415.9833.14
Hex4947621A1C03Ef41021
Octal11110714232340763642041
Binary100100110001111100010110101110001111101111010010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494762; }

 p { color: rgb(73,71,98); }

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

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

 a { background-color: rgb(73,71,98); }

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

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

 span { border-color: rgb(73,71,98); }

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