COLOR #49336F

HEX: #49336F
RGB: (73,51,111)

Color info

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

RGB color model

#49336F color RGB value is (73,51,111).

  • red value is 73;
  • green value is 51;
  • blue value is 111.
RGB:
(73,51,111)
(29%,20%,44%)

RGB channels and saturation

R 73 of 255 = 29%
G 51 of 255 = 20%
B 111 of 255 = 44%

73
51
111

R + G + B ~ 31%. #49336F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 51 + 111 = 235 (100%)
R 73 of 235 ~ 31.06%
G 51 of 235 ~ 21.7%
B 111 of 235 ~ 47.23%

%31.06
%21.7
%47.23

CMYK color model

#49336F color CMYK value is (34,54,0,56).

  • cyan value is 34.23%
  • magenta value is 54.05%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(34,54,0,56)
C34M54Y0K56 
(34%,54%,0%,56%)
(0.34/0.54/0.00/0.56)	

CMYK percentages

%34.23
%54.05
%0
%56.47

Codes

Color #49336F in popluar color models

49336F
RGB7351111
HSL262°37.04%31.76%
HSB/HSV262°54.05%43.53%
CMYK34.23%54.05%0.00%
56.47%

Color #49336F in popluar number systems.

HEX49336F
Decimal7351111
Binary10010011100111101111
Octal11163157

Shades and tints

Shades of #49336F

#49336F
(73,51,111)
#432F65
(67,47,101)
#3D2B5B
(61,43,91)
#372751
(55,39,81)
#312347
(49,35,71)
#2B1F3D
(43,31,61)
#251B33
(37,27,51)
#1F1729
(31,23,41)
#19131F
(25,19,31)
#130F15
(19,15,21)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #49336F

#49336F
(73,51,111)
#59457C
(89,69,124)
#695789
(105,87,137)
#796996
(121,105,150)
#897BA3
(137,123,163)
#998DB0
(153,141,176)
#A99FBD
(169,159,189)
#B9B1CA
(185,177,202)
#C9C3D7
(201,195,215)
#D9D5E4
(217,213,228)
#E9E7F1
(233,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49336F color. Also use rgb(73,51,111) instead hex code.

Text Font Color

.myTextColor { color: #49336F; }

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

This text font color is #49336F.


Background Color

.myBgColor { background-color: #49336F; }

<div style="background-color:#49336F">Inner text</div>

This div background color is #49336F.


Border color

.myBorderColor { border: 1px solid #49336F; }

<div style="border:3px solid #49336F">Div</div>

This div border color is #49336F.


Opacity

.myOpacity80 { color: #49336F; opacity: 0.8; }

<p style="color:#49336F;opacity:0.8;">80%</p>

Text with #49336F 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 #49336F;}

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

This text has shadow with #49336F color.

.textShadow {text-shadow: 3px 3px 1px #49336F, 3px 3px 1px red;}

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

This text has shadow with #49336F primary color and red secondary color.


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

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

This text has shadow with #49336F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49336F on black background.


Color preview on white background

This text has color #49336F on white background.



Black color preview on #49336F background

This text has black color on #49336F background.


White color preview on #49336F background

This text has white color on #49336F background.