Html Css Color HEX #49484D Gun Powder

📋 copy color: '#49484D'

red 73 ◦ green 72 ◦ blue 77

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

Shades of Gun Powder #49484D

Tints of Gun Powder #49484D

RGB

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

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

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

R = 32.88%
G = 32.43%
B = 34.68%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#49484D (or 0x49484D) is known color: Gun Powder. HEX triplet: 49, 48 and 4D. RGB value is (73,72,77). Sum of RGB (Red+Green+Blue) = 73+72+77=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 77 - color contains mainly: blue. Hex color #49484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49484D is #B6B7B2. Grayscale: #484848. Windows color (decimal): -11974579 or 5064777. OLE color: 5064777.

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

Color convert

RGB 73 72 77 -
CMYK 0.05 0.06 0 0.70
HSL 252º 0.03% 0.29% -
HSV(B) 252º 0.06% 0.3% -
XYZ 6.4 6.59 7.96 -
YUV 72.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 73 72 77 0.05 0.06 0 0.70 252 0.03 0.29
Hex 49 48 4D 5 6 0 46 FC 3 1D
Octal 111 110 115 5 6 0 106 374 3 35
Binary 1001001 1001000 1001101 101 110 0 1000110 11111100 11 11101

Color Harmonies of #49484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49484D

Black with #49484D

Text Example


Text Example

White with #49484D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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