Html Css Color HEX #49465D Gun Powder

📋 copy color: '#49465D'

red 73 ◦ green 70 ◦ blue 93

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

Shades of Gun Powder #49465D

Tints of Gun Powder #49465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.66%

 BLUE value IS 93 (36.72% from 255) = 39.41%

R = 30.93%
G = 29.66%
B = 39.41%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49465D (or 0x49465D) is known color: Gun Powder. HEX triplet: 49, 46 and 5D. RGB value is (73,70,93). Sum of RGB (Red+Green+Blue) = 73+70+93=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #49465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49465D is #B6B9A2. Grayscale: #494949. Windows color (decimal): -11975075 or 6112841. OLE color: 6112841.

HSL color Cylindrical-coordinate representation of color #49465D: hue angle of 247.83º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #49465D is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 70 93 -
CMYK 0.22 0.25 0 0.64
HSL 247.83º 0.14% 0.32% -
HSV(B) 247.83º 0.25% 0.36% -
XYZ 6.91 6.59 11.26 -
YUV 73.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 73 70 93 0.22 0.25 0 0.64 247.83 0.14 0.32
Hex 49 46 5D 16 19 0 40 F8 E 20
Octal 111 106 135 26 31 0 100 370 16 40
Binary 1001001 1000110 1011101 10110 11001 0 1000000 11111000 1110 100000

Color Harmonies of #49465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49465D

Black with #49465D

Text Example


Text Example

White with #49465D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,70,93); }

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

background-color css

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

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

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

border-color css

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

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

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