COLOR #49246B

HEX: #49246B
RGB: (73,36,107)

Color info

#49246B contains mainly red and blue colors. Web safe color of #49246B is #333366 (or #336).

RGB color model

#49246B color RGB value is (73,36,107).

  • red value is 73;
  • green value is 36;
  • blue value is 107.
RGB:
(73,36,107)
(29%,14%,42%)

RGB channels and saturation

R 73 of 255 = 29%
G 36 of 255 = 14%
B 107 of 255 = 42%

73
36
107

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

Portions of RGB colors in percentages

R + G + B =
73 + 36 + 107 = 216 (100%)
R 73 of 216 ~ 33.8%
G 36 of 216 ~ 16.67%
B 107 of 216 ~ 49.54%

%33.8
%16.67
%49.54

CMYK color model

#49246B color CMYK value is (32,66,0,58).

  • cyan value is 31.78%
  • magenta value is 66.36%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(32,66,0,58)
C32M66Y0K58 
(32%,66%,0%,58%)
(0.32/0.66/0.00/0.58)	

CMYK percentages

%31.78
%66.36
%0
%58.04

Codes

Color #49246B in popluar color models

49246B
RGB7336107
HSL271°49.65%28.04%
HSB/HSV271°66.36%41.96%
CMYK31.78%66.36%0.00%
58.04%

Color #49246B in popluar number systems.

HEX49246B
Decimal7336107
Binary10010011001001101011
Octal11144153

Shades and tints

Shades of #49246B

#49246B
(73,36,107)
#432162
(67,33,98)
#3D1E59
(61,30,89)
#371B50
(55,27,80)
#311847
(49,24,71)
#2B153E
(43,21,62)
#251235
(37,18,53)
#1F0F2C
(31,15,44)
#190C23
(25,12,35)
#13091A
(19,9,26)
#0D0611
(13,6,17)
#000000
(0,0,0)

Tints of #49246B

#49246B
(73,36,107)
#593778
(89,55,120)
#694A85
(105,74,133)
#795D92
(121,93,146)
#89709F
(137,112,159)
#9983AC
(153,131,172)
#A996B9
(169,150,185)
#B9A9C6
(185,169,198)
#C9BCD3
(201,188,211)
#D9CFE0
(217,207,224)
#E9E2ED
(233,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49246B color. Also use rgb(73,36,107) instead hex code.

Text Font Color

.myTextColor { color: #49246B; }

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

This text font color is #49246B.


Background Color

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

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

This div background color is #49246B.


Border color

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

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

This div border color is #49246B.


Opacity

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

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

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

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

This text has shadow with #49246B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49246B on black background.


Color preview on white background

This text has color #49246B on white background.



Black color preview on #49246B background

This text has black color on #49246B background.


White color preview on #49246B background

This text has white color on #49246B background.