COLOR #49477B

HEX: #49477B
RGB: (73,71,123)

Color info

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

RGB color model

#49477B color RGB value is (73,71,123).

  • red value is 73;
  • green value is 71;
  • blue value is 123.
RGB:
(73,71,123)
(29%,28%,48%)

RGB channels and saturation

R 73 of 255 = 29%
G 71 of 255 = 28%
B 123 of 255 = 48%

73
71
123

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

Portions of RGB colors in percentages

R + G + B =
73 + 71 + 123 = 267 (100%)
R 73 of 267 ~ 27.34%
G 71 of 267 ~ 26.59%
B 123 of 267 ~ 46.07%

%27.34
%26.59
%46.07

CMYK color model

#49477B color CMYK value is (41,42,0,52).

  • cyan value is 40.65%
  • magenta value is 42.28%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(41,42,0,52)
C41M42Y0K52 
(41%,42%,0%,52%)
(0.41/0.42/0.00/0.52)	

CMYK percentages

%40.65
%42.28
%0
%51.76

Codes

Color #49477B in popluar color models

49477B
RGB7371123
HSL242°26.80%38.04%
HSB/HSV242°42.28%48.24%
CMYK40.65%42.28%0.00%
51.76%

Color #49477B in popluar number systems.

HEX49477B
Decimal7371123
Binary100100110001111111011
Octal111107173

Shades and tints

Shades of #49477B

#49477B
(73,71,123)
#434170
(67,65,112)
#3D3B65
(61,59,101)
#37355A
(55,53,90)
#312F4F
(49,47,79)
#2B2944
(43,41,68)
#252339
(37,35,57)
#1F1D2E
(31,29,46)
#191723
(25,23,35)
#131118
(19,17,24)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #49477B

#49477B
(73,71,123)
#595787
(89,87,135)
#696793
(105,103,147)
#79779F
(121,119,159)
#8987AB
(137,135,171)
#9997B7
(153,151,183)
#A9A7C3
(169,167,195)
#B9B7CF
(185,183,207)
#C9C7DB
(201,199,219)
#D9D7E7
(217,215,231)
#E9E7F3
(233,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49477B color. Also use rgb(73,71,123) instead hex code.

Text Font Color

.myTextColor { color: #49477B; }

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

This text font color is #49477B.


Background Color

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

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

This div background color is #49477B.


Border color

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

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

This div border color is #49477B.


Opacity

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

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

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

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

This text has shadow with #49477B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49477B on black background.


Color preview on white background

This text has color #49477B on white background.



Black color preview on #49477B background

This text has black color on #49477B background.


White color preview on #49477B background

This text has white color on #49477B background.