COLOR #49587E

HEX: #49587E
RGB: (73,88,126)

Color info

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

RGB color model

#49587E color RGB value is (73,88,126).

  • red value is 73;
  • green value is 88;
  • blue value is 126.
RGB:
(73,88,126)
(29%,35%,49%)

RGB channels and saturation

R 73 of 255 = 29%
G 88 of 255 = 35%
B 126 of 255 = 49%

73
88
126

R + G + B ~ 38%. #49587E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 88 + 126 = 287 (100%)
R 73 of 287 ~ 25.44%
G 88 of 287 ~ 30.66%
B 126 of 287 ~ 43.9%

%25.44
%30.66
%43.9

CMYK color model

#49587E color CMYK value is (42,30,0,51).

  • cyan value is 42.06%
  • magenta value is 30.16%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(42,30,0,51)
C42M30Y0K51 
(42%,30%,0%,51%)
(0.42/0.30/0.00/0.51)	

CMYK percentages

%42.06
%30.16
%0
%50.59

Codes

Color #49587E in popluar color models

49587E
RGB7388126
HSL223°26.63%39.02%
HSB/HSV223°42.06%49.41%
CMYK42.06%30.16%0.00%
50.59%

Color #49587E in popluar number systems.

HEX49587E
Decimal7388126
Binary100100110110001111110
Octal111130176

Shades and tints

Shades of #49587E

#49587E
(73,88,126)
#435073
(67,80,115)
#3D4868
(61,72,104)
#37405D
(55,64,93)
#313852
(49,56,82)
#2B3047
(43,48,71)
#25283C
(37,40,60)
#1F2031
(31,32,49)
#191826
(25,24,38)
#13101B
(19,16,27)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #49587E

#49587E
(73,88,126)
#596789
(89,103,137)
#697694
(105,118,148)
#79859F
(121,133,159)
#8994AA
(137,148,170)
#99A3B5
(153,163,181)
#A9B2C0
(169,178,192)
#B9C1CB
(185,193,203)
#C9D0D6
(201,208,214)
#D9DFE1
(217,223,225)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49587E color. Also use rgb(73,88,126) instead hex code.

Text Font Color

.myTextColor { color: #49587E; }

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

This text font color is #49587E.


Background Color

.myBgColor { background-color: #49587E; }

<div style="background-color:#49587E">Inner text</div>

This div background color is #49587E.


Border color

.myBorderColor { border: 1px solid #49587E; }

<div style="border:3px solid #49587E">Div</div>

This div border color is #49587E.


Opacity

.myOpacity80 { color: #49587E; opacity: 0.8; }

<p style="color:#49587E;opacity:0.8;">80%</p>

Text with #49587E 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 #49587E;}

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

This text has shadow with #49587E color.

.textShadow {text-shadow: 3px 3px 1px #49587E, 3px 3px 1px red;}

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

This text has shadow with #49587E primary color and red secondary color.


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

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

This text has shadow with #49587E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49587E on black background.


Color preview on white background

This text has color #49587E on white background.



Black color preview on #49587E background

This text has black color on #49587E background.


White color preview on #49587E background

This text has white color on #49587E background.