Html Css Color HEX #49435C Gun Powder

📋 copy color: '#49435C'

red 73 ◦ green 67 ◦ blue 92

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

Shades of Gun Powder #49435C

Tints of Gun Powder #49435C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.88%

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

R = 31.47%
G = 28.88%
B = 39.66%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49435C (or 0x49435C) is known color: Gun Powder. HEX triplet: 49, 43 and 5C. RGB value is (73,67,92). Sum of RGB (Red+Green+Blue) = 73+67+92=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #49435C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49435C is #B6BCA3. Grayscale: #474747. Windows color (decimal): -11975844 or 6046537. OLE color: 6046537.

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

Color convert

RGB 73 67 92 -
CMYK 0.21 0.27 0 0.64
HSL 254.4º 0.16% 0.31% -
HSV(B) 254.4º 0.27% 0.36% -
XYZ 6.69 6.2 10.97 -
YUV 71.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 73 67 92 0.21 0.27 0 0.64 254.4 0.16 0.31
Hex 49 43 5C 15 1B 0 40 FE 10 1F
Octal 111 103 134 25 33 0 100 376 20 37
Binary 1001001 1000011 1011100 10101 11011 0 1000000 11111110 10000 11111

Color Harmonies of #49435C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49435C

Black with #49435C

Text Example


Text Example

White with #49435C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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