COLOR #49597B

HEX: #49597B
RGB: (73,89,123)

Color info

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

RGB color model

#49597B color RGB value is (73,89,123).

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

RGB channels and saturation

R 73 of 255 = 29%
G 89 of 255 = 35%
B 123 of 255 = 48%

73
89
123

R + G + B ~ 37%. #49597B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 89 + 123 = 285 (100%)
R 73 of 285 ~ 25.61%
G 89 of 285 ~ 31.23%
B 123 of 285 ~ 43.16%

%25.61
%31.23
%43.16

CMYK color model

#49597B color CMYK value is (41,28,0,52).

  • cyan value is 40.65%
  • magenta value is 27.64%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(41,28,0,52)
C41M28Y0K52 
(41%,28%,0%,52%)
(0.41/0.28/0.00/0.52)	

CMYK percentages

%40.65
%27.64
%0
%51.76

Codes

Color #49597B in popluar color models

49597B
RGB7389123
HSL221°25.51%38.43%
HSB/HSV221°40.65%48.24%
CMYK40.65%27.64%0.00%
51.76%

Color #49597B in popluar number systems.

HEX49597B
Decimal7389123
Binary100100110110011111011
Octal111131173

Shades and tints

Shades of #49597B

#49597B
(73,89,123)
#435170
(67,81,112)
#3D4965
(61,73,101)
#37415A
(55,65,90)
#31394F
(49,57,79)
#2B3144
(43,49,68)
#252939
(37,41,57)
#1F212E
(31,33,46)
#191923
(25,25,35)
#131118
(19,17,24)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #49597B

#49597B
(73,89,123)
#596887
(89,104,135)
#697793
(105,119,147)
#79869F
(121,134,159)
#8995AB
(137,149,171)
#99A4B7
(153,164,183)
#A9B3C3
(169,179,195)
#B9C2CF
(185,194,207)
#C9D1DB
(201,209,219)
#D9E0E7
(217,224,231)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49597B; }

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

This text font color is #49597B.


Background Color

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

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

This div background color is #49597B.


Border color

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

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

This div border color is #49597B.


Opacity

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

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

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

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

This text has shadow with #49597B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49597B on black background.


Color preview on white background

This text has color #49597B on white background.



Black color preview on #49597B background

This text has black color on #49597B background.


White color preview on #49597B background

This text has white color on #49597B background.