Html Css Color HEX #49455C Gun Powder

📋 copy color: '#49455C'

red 73 ◦ green 69 ◦ blue 92

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

Shades of Gun Powder #49455C

Tints of Gun Powder #49455C

RGB

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

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

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

R = 31.2%
G = 29.49%
B = 39.32%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49455C (or 0x49455C) is known color: Gun Powder. HEX triplet: 49, 45 and 5C. RGB value is (73,69,92). Sum of RGB (Red+Green+Blue) = 73+69+92=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #49455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49455C is #B6BAA3. Grayscale: #484848. Windows color (decimal): -11975332 or 6047049. OLE color: 6047049.

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

Color convert

RGB 73 69 92 -
CMYK 0.21 0.25 0 0.64
HSL 250.43º 0.14% 0.32% -
HSV(B) 250.43º 0.25% 0.36% -
XYZ 6.81 6.45 11.01 -
YUV 72.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 73 69 92 0.21 0.25 0 0.64 250.43 0.14 0.32
Hex 49 45 5C 15 19 0 40 FA E 20
Octal 111 105 134 25 31 0 100 372 16 40
Binary 1001001 1000101 1011100 10101 11001 0 1000000 11111010 1110 100000

Color Harmonies of #49455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49455C

Black with #49455C

Text Example


Text Example

White with #49455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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