#494663

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

Shades of Gun Powder #494663

Tints of Gun Powder #494663

Color information

#494663 (or 0x494663) is unknown color: approx Gun Powder. HEX triplet: 49, 46 and 63. RGB value is (73,70,99). Sum of RGB (Red+Green+Blue) = 73+70+99=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #494663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494663 is #B6B99C. Grayscale: #4A4A4A. Windows color (decimal): -11975069 or 6506057. OLE color: 6506057.

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

Color convert

RGB737099-
CMYK0.260.2900.61
HSL246.21º17.16%33.14%-
HSV(B)246.21º29.29%38.82%-
XYZ7.196.712.72-
YUV74.2141.99127.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 99 (39.06% from 255) = 40.91%
R=30.17%
G=28.93%
B=40.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7370990.260.2900.61246.2117.1633.14
Hex4946631A1D03Df61121
Octal11110614332350753662141
Binary100100110001101100011110101110101111011111011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494663; }

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

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

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

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

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

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

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

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