COLOR #49599B

HEX: #49599B
RGB: (73,89,155)

Color info

#49599B contains mainly blue color. Web safe color of #49599B is #336699 (or #369).

RGB color model

#49599B color RGB value is (73,89,155).

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

RGB channels and saturation

R 73 of 255 = 29%
G 89 of 255 = 35%
B 155 of 255 = 61%

73
89
155

R + G + B ~ 42%. #49599B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 89 + 155 = 317 (100%)
R 73 of 317 ~ 23.03%
G 89 of 317 ~ 28.08%
B 155 of 317 ~ 48.9%

%23.03
%28.08
%48.9

CMYK color model

#49599B color CMYK value is (53,43,0,39).

  • cyan value is 52.90%
  • magenta value is 42.58%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(53,43,0,39)
C53M43Y0K39 
(53%,43%,0%,39%)
(0.53/0.43/0.00/0.39)	

CMYK percentages

%52.9
%42.58
%0
%39.22

Codes

Color #49599B in popluar color models

49599B
RGB7389155
HSL228°35.96%44.71%
HSB/HSV228°52.90%60.78%
CMYK52.90%42.58%0.00%
39.22%

Color #49599B in popluar number systems.

HEX49599B
Decimal7389155
Binary1001001101100110011011
Octal111131233

Shades and tints

Shades of #49599B

#49599B
(73,89,155)
#43518D
(67,81,141)
#3D497F
(61,73,127)
#374171
(55,65,113)
#313963
(49,57,99)
#2B3155
(43,49,85)
#252947
(37,41,71)
#1F2139
(31,33,57)
#19192B
(25,25,43)
#13111D
(19,17,29)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #49599B

#49599B
(73,89,155)
#5968A4
(89,104,164)
#6977AD
(105,119,173)
#7986B6
(121,134,182)
#8995BF
(137,149,191)
#99A4C8
(153,164,200)
#A9B3D1
(169,179,209)
#B9C2DA
(185,194,218)
#C9D1E3
(201,209,227)
#D9E0EC
(217,224,236)
#E9EFF5
(233,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49599B; }

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

This text font color is #49599B.


Background Color

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

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

This div background color is #49599B.


Border color

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

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

This div border color is #49599B.


Opacity

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

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

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

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

This text has shadow with #49599B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49599B on black background.


Color preview on white background

This text has color #49599B on white background.



Black color preview on #49599B background

This text has black color on #49599B background.


White color preview on #49599B background

This text has white color on #49599B background.