#494463

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

Shades of Gun Powder #494463

Tints of Gun Powder #494463

Color information

#494463 (or 0x494463) is unknown color: approx Gun Powder. HEX triplet: 49, 44 and 63. RGB value is (73,68,99). Sum of RGB (Red+Green+Blue) = 73+68+99=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 99 - color contains mainly: blue. Hex color #494463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494463 is #B6BB9C. Grayscale: #484848. Windows color (decimal): -11975581 or 6505545. OLE color: 6505545.

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

Color convert

RGB736899-
CMYK0.260.3100.61
HSL249.68º18.56%32.75%-
HSV(B)249.68º31.31%38.82%-
XYZ7.076.4512.68-
YUV73.03142.66127.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=30.42%
G=28.33%
B=41.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7368990.260.3100.61249.6818.5632.75
Hex4944631A1F03Dfa1321
Octal11110414332370753722341
Binary100100110001001100011110101111101111011111101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494463; }

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

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

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

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

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

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

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

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