#494654

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

Shades of Gun Powder #494654

Tints of Gun Powder #494654

Color information

#494654 (or 0x494654) is unknown color: approx Gun Powder. HEX triplet: 49, 46 and 54. RGB value is (73,70,84). Sum of RGB (Red+Green+Blue) = 73+70+84=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #494654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494654 is #B6B9AB. Grayscale: #484848. Windows color (decimal): -11975084 or 5523017. OLE color: 5523017.

HSL color Cylindrical-coordinate representation of color #494654: hue angle of 252.86º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #494654 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB737084-
CMYK0.130.1700.67
HSL252.86º9.09%30.2%-
HSV(B)252.86º16.67%32.94%-
XYZ6.546.449.29-
YUV72.49134.49128.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 70 (27.73% from 255) = 30.84%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=32.16%
G=30.84%
B=37.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7370840.130.1700.67252.869.0930.2
Hex494654D11043fd91e
Octal111106124152101033751136
Binary1001001100011010101001101100010100001111111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494654; }

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

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

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

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

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

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

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

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