Html Css Color HEX #49485E Gun Powder

📋 copy color: '#49485E'

red 73 ◦ green 72 ◦ blue 94

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

Shades of Gun Powder #49485E

Tints of Gun Powder #49485E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.33%

R = 30.54%
G = 30.13%
B = 39.33%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#49485E (or 0x49485E) is known color: Gun Powder. HEX triplet: 49, 48 and 5E. RGB value is (73,72,94). Sum of RGB (Red+Green+Blue) = 73+72+94=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 94 - color contains mainly: blue. Hex color #49485E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49485E is #B6B7A1. Grayscale: #4A4A4A. Windows color (decimal): -11974562 or 6178889. OLE color: 6178889.

HSL color Cylindrical-coordinate representation of color #49485E: hue angle of 242.73º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #49485E is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 72 94 -
CMYK 0.22 0.23 0 0.63
HSL 242.73º 0.13% 0.33% -
HSV(B) 242.73º 0.23% 0.37% -
XYZ 7.09 6.86 11.54 -
YUV 74.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 73 72 94 0.22 0.23 0 0.63 242.73 0.13 0.33
Hex 49 48 5E 16 17 0 3F F3 D 21
Octal 111 110 136 26 27 0 77 363 15 41
Binary 1001001 1001000 1011110 10110 10111 0 111111 11110011 1101 100001

Color Harmonies of #49485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49485E

Black with #49485E

Text Example


Text Example

White with #49485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49485E; }

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

 H1.HeaderClassName
 {
   color: #49485E;
 }
 .AnyTagClassName
 {
   color: #49485E;
 }
</style>

background-color css

<style>
 a { background-color: #49485E; }

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

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

border-color css

<style>
 span { border-color: #49485E; }

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

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