COLOR #49415E

HEX: #49415E
RGB: (73,65,94)

Color info

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

RGB color model

#49415E color RGB value is (73,65,94).

  • red value is 73;
  • green value is 65;
  • blue value is 94.
RGB:
(73,65,94)
(29%,25%,37%)

RGB channels and saturation

R 73 of 255 = 29%
G 65 of 255 = 25%
B 94 of 255 = 37%

73
65
94

R + G + B ~ 30%. #49415E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 65 + 94 = 232 (100%)
R 73 of 232 ~ 31.47%
G 65 of 232 ~ 28.02%
B 94 of 232 ~ 40.52%

%31.47
%28.02
%40.52

CMYK color model

#49415E color CMYK value is (22,31,0,63).

  • cyan value is 22.34%
  • magenta value is 30.85%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(22,31,0,63)
C22M31Y0K63 
(22%,31%,0%,63%)
(0.22/0.31/0.00/0.63)	

CMYK percentages

%22.34
%30.85
%0
%63.14

Codes

Color #49415E in popluar color models

49415E
RGB736594
HSL257°18.24%31.18%
HSB/HSV257°30.85%36.86%
CMYK22.34%30.85%0.00%
63.14%

Color #49415E in popluar number systems.

HEX49415E
Decimal736594
Binary100100110000011011110
Octal111101136

Shades and tints

Shades of #49415E

#49415E
(73,65,94)
#433C56
(67,60,86)
#3D374E
(61,55,78)
#373246
(55,50,70)
#312D3E
(49,45,62)
#2B2836
(43,40,54)
#25232E
(37,35,46)
#1F1E26
(31,30,38)
#19191E
(25,25,30)
#131416
(19,20,22)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #49415E

#49415E
(73,65,94)
#59526C
(89,82,108)
#69637A
(105,99,122)
#797488
(121,116,136)
#898596
(137,133,150)
#9996A4
(153,150,164)
#A9A7B2
(169,167,178)
#B9B8C0
(185,184,192)
#C9C9CE
(201,201,206)
#D9DADC
(217,218,220)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49415E color. Also use rgb(73,65,94) instead hex code.

Text Font Color

.myTextColor { color: #49415E; }

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

This text font color is #49415E.


Background Color

.myBgColor { background-color: #49415E; }

<div style="background-color:#49415E">Inner text</div>

This div background color is #49415E.


Border color

.myBorderColor { border: 1px solid #49415E; }

<div style="border:3px solid #49415E">Div</div>

This div border color is #49415E.


Opacity

.myOpacity80 { color: #49415E; opacity: 0.8; }

<p style="color:#49415E;opacity:0.8;">80%</p>

Text with #49415E 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 #49415E;}

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

This text has shadow with #49415E color.

.textShadow {text-shadow: 3px 3px 1px #49415E, 3px 3px 1px red;}

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

This text has shadow with #49415E primary color and red secondary color.


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

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

This text has shadow with #49415E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49415E on black background.


Color preview on white background

This text has color #49415E on white background.



Black color preview on #49415E background

This text has black color on #49415E background.


White color preview on #49415E background

This text has white color on #49415E background.