COLOR #49456C

HEX: #49456C
RGB: (73,69,108)

Color info

#49456C contains red, green and blue colors in about the same proportion. Web safe color of #49456C is #333366 (or #336).

RGB color model

#49456C color RGB value is (73,69,108).

  • red value is 73;
  • green value is 69;
  • blue value is 108.
RGB:
(73,69,108)
(29%,27%,42%)

RGB channels and saturation

R 73 of 255 = 29%
G 69 of 255 = 27%
B 108 of 255 = 42%

73
69
108

R + G + B ~ 33%. #49456C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 69 + 108 = 250 (100%)
R 73 of 250 ~ 29.2%
G 69 of 250 ~ 27.6%
B 108 of 250 ~ 43.2%

%29.2
%27.6
%43.2

CMYK color model

#49456C color CMYK value is (32,36,0,58).

  • cyan value is 32.41%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(32,36,0,58)
C32M36Y0K58 
(32%,36%,0%,58%)
(0.32/0.36/0.00/0.58)	

CMYK percentages

%32.41
%36.11
%0
%57.65

Codes

Color #49456C in popluar color models

49456C
RGB7369108
HSL246°22.03%34.71%
HSB/HSV246°36.11%42.35%
CMYK32.41%36.11%0.00%
57.65%

Color #49456C in popluar number systems.

HEX49456C
Decimal7369108
Binary100100110001011101100
Octal111105154

Shades and tints

Shades of #49456C

#49456C
(73,69,108)
#433F63
(67,63,99)
#3D395A
(61,57,90)
#373351
(55,51,81)
#312D48
(49,45,72)
#2B273F
(43,39,63)
#252136
(37,33,54)
#1F1B2D
(31,27,45)
#191524
(25,21,36)
#130F1B
(19,15,27)
#0D0912
(13,9,18)
#000000
(0,0,0)

Tints of #49456C

#49456C
(73,69,108)
#595579
(89,85,121)
#696586
(105,101,134)
#797593
(121,117,147)
#8985A0
(137,133,160)
#9995AD
(153,149,173)
#A9A5BA
(169,165,186)
#B9B5C7
(185,181,199)
#C9C5D4
(201,197,212)
#D9D5E1
(217,213,225)
#E9E5EE
(233,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49456C color. Also use rgb(73,69,108) instead hex code.

Text Font Color

.myTextColor { color: #49456C; }

<p style="color:#49456C">This sample text font color is #49456C.</p>

This text font color is #49456C.


Background Color

.myBgColor { background-color: #49456C; }

<div style="background-color:#49456C">Inner text</div>

This div background color is #49456C.


Border color

.myBorderColor { border: 1px solid #49456C; }

<div style="border:3px solid #49456C">Div</div>

This div border color is #49456C.


Opacity

.myOpacity80 { color: #49456C; opacity: 0.8; }

<p style="color:#49456C;opacity:0.8;">80%</p>

Text with #49456C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #49456C;}

<p style="text-shadow: 3px 3px 1px #49456C">Text here.</p>

This text has shadow with #49456C color.

.textShadow {text-shadow: 3px 3px 1px #49456C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #49456C, 5px 5px 20px red">Text here.</p>

This text has shadow with #49456C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49456C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#49456C, Direction=45, Strength=4)">Text</p>

This text has shadow with #49456C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #49456C;
  -webkit-box-shadow:	1px 1px 3px 2px #49456C;
  box-shadow:		1px 1px 3px 2px #49456C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49456C;
-webkit-box-shadow: 1px 1px 3px 2px #49456C;
box-shadow:1px 1px 3px 2px #49456C;">
Div content here</div>
This div box has shadow with color #49456C.

Preview

Color preview on black background

This text has color #49456C on black background.


Color preview on white background

This text has color #49456C on white background.



Black color preview on #49456C background

This text has black color on #49456C background.


White color preview on #49456C background

This text has white color on #49456C background.