Html Css Color HEX #494959 Gun Powder

📋 copy color: '#494959'

red 73 ◦ green 73 ◦ blue 89

#494959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gun Powder #494959

Tints of Gun Powder #494959

RGB

 RED value IS 73 (28.91% from 255) = 31.06%

 GREEN value IS 73 (28.91% from 255) = 31.06%

 BLUE value IS 89 (35.16% from 255) = 37.87%

R = 31.06%
G = 31.06%
B = 37.87%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#494959 (or 0x494959) is known color: Gun Powder. HEX triplet: 49, 49 and 59. RGB value is (73,73,89). Sum of RGB (Red+Green+Blue) = 73+73+89=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 89 - color contains mainly: blue. Hex color #494959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494959 is #B6B6A6. Grayscale: #4A4A4A. Windows color (decimal): -11974311 or 5851465. OLE color: 5851465.

HSL color Cylindrical-coordinate representation of color #494959: hue angle of 240º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #494959 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 73 89 -
CMYK 0.18 0.18 0 0.65
HSL 240º 0.1% 0.32% -
HSV(B) 240º 0.18% 0.35% -
XYZ 6.93 6.9 10.42 -
YUV 74.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 73 73 89 0.18 0.18 0 0.65 240 0.1 0.32
Hex 49 49 59 12 12 0 41 F0 A 20
Octal 111 111 131 22 22 0 101 360 12 40
Binary 1001001 1001001 1011001 10010 10010 0 1000001 11110000 1010 100000

Color Harmonies of #494959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494959

Black with #494959

Text Example


Text Example

White with #494959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494959; }

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

 H1.HeaderClassName
 {
   color: #494959;
 }
 .AnyTagClassName
 {
   color: #494959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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