Html Css Color HEX #49445A Gun Powder

📋 copy color: '#49445A'

red 73 ◦ green 68 ◦ blue 90

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

Shades of Gun Powder #49445A

Tints of Gun Powder #49445A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.44%

 BLUE value IS 90 (35.55% from 255) = 38.96%

R = 31.6%
G = 29.44%
B = 38.96%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49445A (or 0x49445A) is known color: Gun Powder. HEX triplet: 49, 44 and 5A. RGB value is (73,68,90). Sum of RGB (Red+Green+Blue) = 73+68+90=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 90 - color contains mainly: blue. Hex color #49445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49445A is #B6BBA5. Grayscale: #474747. Windows color (decimal): -11975590 or 5915721. OLE color: 5915721.

HSL color Cylindrical-coordinate representation of color #49445A: hue angle of 253.64º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #49445A is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 68 90 -
CMYK 0.19 0.24 0 0.65
HSL 253.64º 0.14% 0.31% -
HSV(B) 253.64º 0.24% 0.35% -
XYZ 6.66 6.29 10.54 -
YUV 72 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 73 68 90 0.19 0.24 0 0.65 253.64 0.14 0.31
Hex 49 44 5A 13 18 0 41 FE E 1F
Octal 111 104 132 23 30 0 101 376 16 37
Binary 1001001 1000100 1011010 10011 11000 0 1000001 11111110 1110 11111

Color Harmonies of #49445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49445A

Black with #49445A

Text Example


Text Example

White with #49445A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49445A; }

 p { color: rgb(73,68,90); }

 H1.HeaderClassName
 {
   color: #49445A;
 }
 .AnyTagClassName
 {
   color: #49445A;
 }
</style>

background-color css

<style>
 a { background-color: #49445A; }

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

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

border-color css

<style>
 span { border-color: #49445A; }

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

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