#494855

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

Shades of Gun Powder #494855

Tints of Gun Powder #494855

Color information

#494855 (or 0x494855) is unknown color: approx Gun Powder. HEX triplet: 49, 48 and 55. RGB value is (73,72,85). Sum of RGB (Red+Green+Blue) = 73+72+85=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 85 - color contains mainly: blue. Hex color #494855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494855 is #B6B7AA. Grayscale: #494949. Windows color (decimal): -11974571 or 5589065. OLE color: 5589065.

HSL color Cylindrical-coordinate representation of color #494855: hue angle of 244.62º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #494855 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB737285-
CMYK0.140.1500.67
HSL244.62º8.28%30.78%-
HSV(B)244.62º15.29%33.33%-
XYZ6.76.719.54-
YUV73.78134.33127.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 85 (33.59% from 255) = 36.96%
R=31.74%
G=31.30%
B=36.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7372850.140.1500.67244.628.2830.78
Hex494855EF043f581f
Octal111110125161701033651037
Binary100100110010001010101111011110100001111110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494855; }

 p { color: rgb(73,72,85); }

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

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

 a { background-color: rgb(73,72,85); }

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

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

 span { border-color: rgb(73,72,85); }

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