#494563

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

Shades of Gun Powder #494563

Tints of Gun Powder #494563

Color information

#494563 (or 0x494563) is unknown color: approx Gun Powder. HEX triplet: 49, 45 and 63. RGB value is (73,69,99). Sum of RGB (Red+Green+Blue) = 73+69+99=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #494563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494563 is #B6BA9C. Grayscale: #494949. Windows color (decimal): -11975325 or 6505801. OLE color: 6505801.

HSL color Cylindrical-coordinate representation of color #494563: hue angle of 248º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #494563 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB736999-
CMYK0.260.3000.61
HSL248º17.86%32.94%-
HSV(B)248º30.3%38.82%-
XYZ7.136.5712.7-
YUV73.62142.33127.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.29%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 99 (39.06% from 255) = 41.08%
R=30.29%
G=28.63%
B=41.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7369990.260.3000.6124817.8632.94
Hex4945631A1E03Df81221
Octal11110514332360753702241
Binary100100110001011100011110101111001111011111100010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494563; }

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

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

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

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

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

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

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

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