Html Css Color HEX #49494D Gun Powder

📋 copy color: '#49494D'

red 73 ◦ green 73 ◦ blue 77

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

Shades of Gun Powder #49494D

Tints of Gun Powder #49494D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.53%

R = 32.74%
G = 32.74%
B = 34.53%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49494D (or 0x49494D) is known color: Gun Powder. HEX triplet: 49, 49 and 4D. RGB value is (73,73,77). Sum of RGB (Red+Green+Blue) = 73+73+77=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 77 - color contains mainly: blue. Hex color #49494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49494D is #B6B6B2. Grayscale: #494949. Windows color (decimal): -11974323 or 5065033. OLE color: 5065033.

HSL color Cylindrical-coordinate representation of color #49494D: hue angle of 240º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #49494D is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 73 77 -
CMYK 0.05 0.05 0 0.70
HSL 240º 0.03% 0.29% -
HSV(B) 240º 0.05% 0.3% -
XYZ 6.47 6.72 7.98 -
YUV 73.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 73 73 77 0.05 0.05 0 0.70 240 0.03 0.29
Hex 49 49 4D 5 5 0 46 F0 3 1D
Octal 111 111 115 5 5 0 106 360 3 35
Binary 1001001 1001001 1001101 101 101 0 1000110 11110000 11 11101

Color Harmonies of #49494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49494D

Black with #49494D

Text Example


Text Example

White with #49494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49494D; }

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

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

background-color css

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

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

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

border-color css

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

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

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