#494462

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

Shades of Gun Powder #494462

Tints of Gun Powder #494462

Color information

#494462 (or 0x494462) is unknown color: approx Gun Powder. HEX triplet: 49, 44 and 62. RGB value is (73,68,98). Sum of RGB (Red+Green+Blue) = 73+68+98=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #494462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494462 is #B6BB9D. Grayscale: #484848. Windows color (decimal): -11975582 or 6440009. OLE color: 6440009.

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

Color convert

RGB736898-
CMYK0.260.3100.62
HSL250º18.07%32.55%-
HSV(B)250º30.61%38.43%-
XYZ7.026.4312.43-
YUV72.91142.16128.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 98 (38.67% from 255) = 41.00%
R=30.54%
G=28.45%
B=41.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7368980.260.3100.6225018.0732.55
Hex4944621A1F03Efa1221
Octal11110414232370763722241
Binary100100110001001100010110101111101111101111101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494462; }

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

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

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

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

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

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

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

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