Html Css Color HEX #49465C Gun Powder

📋 copy color: '#49465C'

red 73 ◦ green 70 ◦ blue 92

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

Shades of Gun Powder #49465C

Tints of Gun Powder #49465C

RGB

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

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

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

R = 31.06%
G = 29.79%
B = 39.15%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49465C (or 0x49465C) is known color: Gun Powder. HEX triplet: 49, 46 and 5C. RGB value is (73,70,92). Sum of RGB (Red+Green+Blue) = 73+70+92=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #49465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49465C is #B6B9A3. Grayscale: #494949. Windows color (decimal): -11975076 or 6047305. OLE color: 6047305.

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

Color convert

RGB 73 70 92 -
CMYK 0.21 0.24 0 0.64
HSL 248.18º 0.14% 0.32% -
HSV(B) 248.18º 0.24% 0.36% -
XYZ 6.87 6.57 11.03 -
YUV 73.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 73 70 92 0.21 0.24 0 0.64 248.18 0.14 0.32
Hex 49 46 5C 15 18 0 40 F8 E 20
Octal 111 106 134 25 30 0 100 370 16 40
Binary 1001001 1000110 1011100 10101 11000 0 1000000 11111000 1110 100000

Color Harmonies of #49465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49465C

Black with #49465C

Text Example


Text Example

White with #49465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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