#494658

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

Shades of Gun Powder #494658

Tints of Gun Powder #494658

Color information

#494658 (or 0x494658) is unknown color: approx Gun Powder. HEX triplet: 49, 46 and 58. RGB value is (73,70,88). Sum of RGB (Red+Green+Blue) = 73+70+88=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #494658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494658 is #B6B9A7. Grayscale: #484848. Windows color (decimal): -11975080 or 5785161. OLE color: 5785161.

HSL color Cylindrical-coordinate representation of color #494658: hue angle of 250º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #494658 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB737088-
CMYK0.170.2000.65
HSL250º11.39%30.98%-
HSV(B)250º20.45%34.51%-
XYZ6.76.510.13-
YUV72.95136.49128.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=31.60%
G=30.30%
B=38.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7370880.170.2000.6525011.3930.98
Hex4946581114041fab1f
Octal111106130212401013721337
Binary10010011000110101100010001101000100000111111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494658; }

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

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

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

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

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

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

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

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