COLOR #49106D

HEX: #49106D
RGB: (73,16,109)

Color info

#49106D contains mainly red and blue colors. Web safe color of #49106D is #330066 (or #306).

RGB color model

#49106D color RGB value is (73,16,109).

  • red value is 73;
  • green value is 16;
  • blue value is 109.
RGB:
(73,16,109)
(29%,6%,43%)

RGB channels and saturation

R 73 of 255 = 29%
G 16 of 255 = 6%
B 109 of 255 = 43%

73
16
109

R + G + B ~ 26%. #49106D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 16 + 109 = 198 (100%)
R 73 of 198 ~ 36.87%
G 16 of 198 ~ 8.08%
B 109 of 198 ~ 55.05%

%36.87
%55.05

CMYK color model

#49106D color CMYK value is (33,85,0,57).

  • cyan value is 33.03%
  • magenta value is 85.32%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(33,85,0,57)
C33M85Y0K57 
(33%,85%,0%,57%)
(0.33/0.85/0.00/0.57)	

CMYK percentages

%33.03
%85.32
%0
%57.25

Codes

Color #49106D in popluar color models

49106D
RGB7316109
HSL277°74.40%24.51%
HSB/HSV277°85.32%42.75%
CMYK33.03%85.32%0.00%
57.25%

Color #49106D in popluar number systems.

HEX49106D
Decimal7316109
Binary1001001100001101101
Octal11120155

Shades and tints

Shades of #49106D

#49106D
(73,16,109)
#430F64
(67,15,100)
#3D0E5B
(61,14,91)
#370D52
(55,13,82)
#310C49
(49,12,73)
#2B0B40
(43,11,64)
#250A37
(37,10,55)
#1F092E
(31,9,46)
#190825
(25,8,37)
#13071C
(19,7,28)
#0D0613
(13,6,19)
#000000
(0,0,0)

Tints of #49106D

#49106D
(73,16,109)
#59257A
(89,37,122)
#693A87
(105,58,135)
#794F94
(121,79,148)
#8964A1
(137,100,161)
#9979AE
(153,121,174)
#A98EBB
(169,142,187)
#B9A3C8
(185,163,200)
#C9B8D5
(201,184,213)
#D9CDE2
(217,205,226)
#E9E2EF
(233,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49106D color. Also use rgb(73,16,109) instead hex code.

Text Font Color

.myTextColor { color: #49106D; }

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

This text font color is #49106D.


Background Color

.myBgColor { background-color: #49106D; }

<div style="background-color:#49106D">Inner text</div>

This div background color is #49106D.


Border color

.myBorderColor { border: 1px solid #49106D; }

<div style="border:3px solid #49106D">Div</div>

This div border color is #49106D.


Opacity

.myOpacity80 { color: #49106D; opacity: 0.8; }

<p style="color:#49106D;opacity:0.8;">80%</p>

Text with #49106D 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 #49106D;}

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

This text has shadow with #49106D color.

.textShadow {text-shadow: 3px 3px 1px #49106D, 3px 3px 1px red;}

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

This text has shadow with #49106D primary color and red secondary color.


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

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

This text has shadow with #49106D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49106D on black background.


Color preview on white background

This text has color #49106D on white background.



Black color preview on #49106D background

This text has black color on #49106D background.


White color preview on #49106D background

This text has white color on #49106D background.