#494B5B

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

Shades of Gun Powder #494B5B

Tints of Gun Powder #494B5B

Color information

#494B5B (or 0x494B5B) is unknown color: approx Gun Powder. HEX triplet: 49, 4B and 5B. RGB value is (73,75,91). Sum of RGB (Red+Green+Blue) = 73+75+91=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #494B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B5B is #B6B4A4. Grayscale: #4C4C4C. Windows color (decimal): -11973797 or 5983049. OLE color: 5983049.

HSL color Cylindrical-coordinate representation of color #494B5B: hue angle of 233.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #494B5B is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB737591-
CMYK0.200.1800.64
HSL233.33º10.98%32.16%-
HSV(B)233.33º19.78%35.69%-
XYZ7.157.210.91-
YUV76.23136.34125.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 75 (29.69% from 255) = 31.38%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=30.54%
G=31.38%
B=38.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7375910.200.1800.64233.3310.9832.16
Hex494B5B1412040e9b20
Octal111113133242201003511340
Binary100100110010111011011101001001001000000111010011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494B5B; }

 p { color: rgb(73,75,91); }

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

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

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

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

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

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

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