Html Css Color HEX #49485C Gun Powder

📋 copy color: '#49485C'

red 73 ◦ green 72 ◦ blue 92

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

Shades of Gun Powder #49485C

Tints of Gun Powder #49485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.82%

R = 30.8%
G = 30.38%
B = 38.82%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49485C (or 0x49485C) is known color: Gun Powder. HEX triplet: 49, 48 and 5C. RGB value is (73,72,92). Sum of RGB (Red+Green+Blue) = 73+72+92=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 92 - color contains mainly: blue. Hex color #49485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49485C is #B6B7A3. Grayscale: #4A4A4A. Windows color (decimal): -11974564 or 6047817. OLE color: 6047817.

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

Color convert

RGB 73 72 92 -
CMYK 0.21 0.22 0 0.64
HSL 243º 0.12% 0.32% -
HSV(B) 243º 0.22% 0.36% -
XYZ 7 6.82 11.07 -
YUV 74.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 73 72 92 0.21 0.22 0 0.64 243 0.12 0.32
Hex 49 48 5C 15 16 0 40 F3 C 20
Octal 111 110 134 25 26 0 100 363 14 40
Binary 1001001 1001000 1011100 10101 10110 0 1000000 11110011 1100 100000

Color Harmonies of #49485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49485C

Black with #49485C

Text Example


Text Example

White with #49485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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