Html Css Color HEX #49495C Gun Powder

📋 copy color: '#49495C'

red 73 ◦ green 73 ◦ blue 92

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

Shades of Gun Powder #49495C

Tints of Gun Powder #49495C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.67%

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

R = 30.67%
G = 30.67%
B = 38.66%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49495C (or 0x49495C) is known color: Gun Powder. HEX triplet: 49, 49 and 5C. RGB value is (73,73,92). Sum of RGB (Red+Green+Blue) = 73+73+92=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 92 - color contains mainly: blue. Hex color #49495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49495C is #B6B6A3. Grayscale: #4B4B4B. Windows color (decimal): -11974308 or 6048073. OLE color: 6048073.

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

Color convert

RGB 73 73 92 -
CMYK 0.21 0.21 0 0.64
HSL 240º 0.12% 0.32% -
HSV(B) 240º 0.21% 0.36% -
XYZ 7.06 6.95 11.1 -
YUV 75.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 73 73 92 0.21 0.21 0 0.64 240 0.12 0.32
Hex 49 49 5C 15 15 0 40 F0 C 20
Octal 111 111 134 25 25 0 100 360 14 40
Binary 1001001 1001001 1011100 10101 10101 0 1000000 11110000 1100 100000

Color Harmonies of #49495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49495C

Black with #49495C

Text Example


Text Example

White with #49495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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