#494961

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

Shades of Gun Powder #494961

Tints of Gun Powder #494961

Color information

#494961 (or 0x494961) is unknown color: approx Gun Powder. HEX triplet: 49, 49 and 61. RGB value is (73,73,97). Sum of RGB (Red+Green+Blue) = 73+73+97=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #494961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494961 is #B6B69E. Grayscale: #4B4B4B. Windows color (decimal): -11974303 or 6375753. OLE color: 6375753.

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

Color convert

RGB737397-
CMYK0.250.2500.62
HSL240º14.12%33.33%-
HSV(B)240º24.74%38.04%-
XYZ7.297.0412.28-
YUV75.74140126.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 73 (28.91% from 255) = 30.04%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=30.04%
G=30.04%
B=39.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7373970.250.2500.6224014.1233.33
Hex494961191903Ef0e21
Octal11111114131310763601641
Binary10010011001001110000111001110010111110111100001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494961; }

 p { color: rgb(73,73,97); }

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

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

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

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

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

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

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