Html Css Color HEX #49435D Gun Powder

📋 copy color: '#49435D'

red 73 ◦ green 67 ◦ blue 93

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

Shades of Gun Powder #49435D

Tints of Gun Powder #49435D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.91%

R = 31.33%
G = 28.76%
B = 39.91%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49435D (or 0x49435D) is known color: Gun Powder. HEX triplet: 49, 43 and 5D. RGB value is (73,67,93). Sum of RGB (Red+Green+Blue) = 73+67+93=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #49435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49435D is #B6BCA2. Grayscale: #474747. Windows color (decimal): -11975843 or 6112073. OLE color: 6112073.

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

Color convert

RGB 73 67 93 -
CMYK 0.22 0.28 0 0.64
HSL 253.85º 0.16% 0.31% -
HSV(B) 253.85º 0.28% 0.36% -
XYZ 6.73 6.22 11.2 -
YUV 71.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 73 67 93 0.22 0.28 0 0.64 253.85 0.16 0.31
Hex 49 43 5D 16 1C 0 40 FE 10 1F
Octal 111 103 135 26 34 0 100 376 20 37
Binary 1001001 1000011 1011101 10110 11100 0 1000000 11111110 10000 11111

Color Harmonies of #49435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49435D

Black with #49435D

Text Example


Text Example

White with #49435D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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