COLOR #49305B

HEX: #49305B
RGB: (73,48,91)

Color info

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

RGB color model

#49305B color RGB value is (73,48,91).

  • red value is 73;
  • green value is 48;
  • blue value is 91.
RGB:
(73,48,91)
(29%,19%,36%)

RGB channels and saturation

R 73 of 255 = 29%
G 48 of 255 = 19%
B 91 of 255 = 36%

73
48
91

R + G + B ~ 28%. #49305B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 48 + 91 = 212 (100%)
R 73 of 212 ~ 34.43%
G 48 of 212 ~ 22.64%
B 91 of 212 ~ 42.92%

%34.43
%22.64
%42.92

CMYK color model

#49305B color CMYK value is (20,47,0,64).

  • cyan value is 19.78%
  • magenta value is 47.25%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(20,47,0,64)
C20M47Y0K64 
(20%,47%,0%,64%)
(0.20/0.47/0.00/0.64)	

CMYK percentages

%19.78
%47.25
%0
%64.31

Codes

Color #49305B in popluar color models

49305B
RGB734891
HSL275°30.94%27.25%
HSB/HSV275°47.25%35.69%
CMYK19.78%47.25%0.00%
64.31%

Color #49305B in popluar number systems.

HEX49305B
Decimal734891
Binary10010011100001011011
Octal11160133

Shades and tints

Shades of #49305B

#49305B
(73,48,91)
#432C53
(67,44,83)
#3D284B
(61,40,75)
#372443
(55,36,67)
#31203B
(49,32,59)
#2B1C33
(43,28,51)
#25182B
(37,24,43)
#1F1423
(31,20,35)
#19101B
(25,16,27)
#130C13
(19,12,19)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #49305B

#49305B
(73,48,91)
#594269
(89,66,105)
#695477
(105,84,119)
#796685
(121,102,133)
#897893
(137,120,147)
#998AA1
(153,138,161)
#A99CAF
(169,156,175)
#B9AEBD
(185,174,189)
#C9C0CB
(201,192,203)
#D9D2D9
(217,210,217)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49305B color. Also use rgb(73,48,91) instead hex code.

Text Font Color

.myTextColor { color: #49305B; }

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

This text font color is #49305B.


Background Color

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

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

This div background color is #49305B.


Border color

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

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

This div border color is #49305B.


Opacity

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

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

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

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

This text has shadow with #49305B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49305B on black background.


Color preview on white background

This text has color #49305B on white background.



Black color preview on #49305B background

This text has black color on #49305B background.


White color preview on #49305B background

This text has white color on #49305B background.