Html Css Color HEX #49484F Gun Powder

📋 copy color: '#49484F'

red 73 ◦ green 72 ◦ blue 79

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

Shades of Gun Powder #49484F

Tints of Gun Powder #49484F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.14%

 BLUE value IS 79 (31.25% from 255) = 35.27%

R = 32.59%
G = 32.14%
B = 35.27%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#49484F (or 0x49484F) is known color: Gun Powder. HEX triplet: 49, 48 and 4F. RGB value is (73,72,79). Sum of RGB (Red+Green+Blue) = 73+72+79=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 79 - color contains mainly: blue. Hex color #49484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49484F is #B6B7B0. Grayscale: #494949. Windows color (decimal): -11974577 or 5195849. OLE color: 5195849.

HSL color Cylindrical-coordinate representation of color #49484F: hue angle of 248.57º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #49484F is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 72 79 -
CMYK 0.08 0.09 0 0.69
HSL 248.57º 0.05% 0.3% -
HSV(B) 248.57º 0.09% 0.31% -
XYZ 6.48 6.62 8.33 -
YUV 73.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 73 72 79 0.08 0.09 0 0.69 248.57 0.05 0.3
Hex 49 48 4F 8 9 0 45 F9 5 1E
Octal 111 110 117 10 11 0 105 371 5 36
Binary 1001001 1001000 1001111 1000 1001 0 1000101 11111001 101 11110

Color Harmonies of #49484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49484F

Black with #49484F

Text Example


Text Example

White with #49484F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49484F; }

 p { color: rgb(73,72,79); }

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

background-color css

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

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

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

border-color css

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

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

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