COLOR #49556B

HEX: #49556B
RGB: (73,85,107)

Color info

#49556B contains red, green and blue colors in about the same proportion. Web safe color of #49556B is #336666 (or #366).

RGB color model

#49556B color RGB value is (73,85,107).

  • red value is 73;
  • green value is 85;
  • blue value is 107.
RGB:
(73,85,107)
(29%,33%,42%)

RGB channels and saturation

R 73 of 255 = 29%
G 85 of 255 = 33%
B 107 of 255 = 42%

73
85
107

R + G + B ~ 35%. #49556B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 85 + 107 = 265 (100%)
R 73 of 265 ~ 27.55%
G 85 of 265 ~ 32.08%
B 107 of 265 ~ 40.38%

%27.55
%32.08
%40.38

CMYK color model

#49556B color CMYK value is (32,21,0,58).

  • cyan value is 31.78%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(32,21,0,58)
C32M21Y0K58 
(32%,21%,0%,58%)
(0.32/0.21/0.00/0.58)	

CMYK percentages

%31.78
%20.56
%0
%58.04

Codes

Color #49556B in popluar color models

49556B
RGB7385107
HSL219°18.89%35.29%
HSB/HSV219°31.78%41.96%
CMYK31.78%20.56%0.00%
58.04%

Color #49556B in popluar number systems.

HEX49556B
Decimal7385107
Binary100100110101011101011
Octal111125153

Shades and tints

Shades of #49556B

#49556B
(73,85,107)
#434E62
(67,78,98)
#3D4759
(61,71,89)
#374050
(55,64,80)
#313947
(49,57,71)
#2B323E
(43,50,62)
#252B35
(37,43,53)
#1F242C
(31,36,44)
#191D23
(25,29,35)
#13161A
(19,22,26)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #49556B

#49556B
(73,85,107)
#596478
(89,100,120)
#697385
(105,115,133)
#798292
(121,130,146)
#89919F
(137,145,159)
#99A0AC
(153,160,172)
#A9AFB9
(169,175,185)
#B9BEC6
(185,190,198)
#C9CDD3
(201,205,211)
#D9DCE0
(217,220,224)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49556B color. Also use rgb(73,85,107) instead hex code.

Text Font Color

.myTextColor { color: #49556B; }

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

This text font color is #49556B.


Background Color

.myBgColor { background-color: #49556B; }

<div style="background-color:#49556B">Inner text</div>

This div background color is #49556B.


Border color

.myBorderColor { border: 1px solid #49556B; }

<div style="border:3px solid #49556B">Div</div>

This div border color is #49556B.


Opacity

.myOpacity80 { color: #49556B; opacity: 0.8; }

<p style="color:#49556B;opacity:0.8;">80%</p>

Text with #49556B 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 #49556B;}

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

This text has shadow with #49556B color.

.textShadow {text-shadow: 3px 3px 1px #49556B, 3px 3px 1px red;}

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

This text has shadow with #49556B primary color and red secondary color.


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

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

This text has shadow with #49556B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49556B on black background.


Color preview on white background

This text has color #49556B on white background.



Black color preview on #49556B background

This text has black color on #49556B background.


White color preview on #49556B background

This text has white color on #49556B background.