Html Css Color HEX #49455F Gun Powder

📋 copy color: '#49455F'

red 73 ◦ green 69 ◦ blue 95

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

Shades of Gun Powder #49455F

Tints of Gun Powder #49455F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

 BLUE value IS 95 (37.5% from 255) = 40.08%

R = 30.8%
G = 29.11%
B = 40.08%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49455F (or 0x49455F) is known color: Gun Powder. HEX triplet: 49, 45 and 5F. RGB value is (73,69,95). Sum of RGB (Red+Green+Blue) = 73+69+95=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 95 - color contains mainly: blue. Hex color #49455F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49455F is #B6BAA0. Grayscale: #494949. Windows color (decimal): -11975329 or 6243657. OLE color: 6243657.

HSL color Cylindrical-coordinate representation of color #49455F: hue angle of 249.23º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #49455F is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 69 95 -
CMYK 0.23 0.27 0 0.63
HSL 249.23º 0.16% 0.32% -
HSV(B) 249.23º 0.27% 0.37% -
XYZ 6.94 6.5 11.72 -
YUV 73.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 73 69 95 0.23 0.27 0 0.63 249.23 0.16 0.32
Hex 49 45 5F 17 1B 0 3F F9 10 20
Octal 111 105 137 27 33 0 77 371 20 40
Binary 1001001 1000101 1011111 10111 11011 0 111111 11111001 10000 100000

Color Harmonies of #49455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49455F

Black with #49455F

Text Example


Text Example

White with #49455F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,69,95); }

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

background-color css

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

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

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

border-color css

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

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

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