COLOR #49285E

HEX: #49285E
RGB: (73,40,94)

Color info

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

RGB color model

#49285E color RGB value is (73,40,94).

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

RGB channels and saturation

R 73 of 255 = 29%
G 40 of 255 = 16%
B 94 of 255 = 37%

73
40
94

R + G + B ~ 27%. #49285E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 40 + 94 = 207 (100%)
R 73 of 207 ~ 35.27%
G 40 of 207 ~ 19.32%
B 94 of 207 ~ 45.41%

%35.27
%19.32
%45.41

CMYK color model

#49285E color CMYK value is (22,57,0,63).

  • cyan value is 22.34%
  • magenta value is 57.45%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(22,57,0,63)
C22M57Y0K63 
(22%,57%,0%,63%)
(0.22/0.57/0.00/0.63)	

CMYK percentages

%22.34
%57.45
%0
%63.14

Codes

Color #49285E in popluar color models

49285E
RGB734094
HSL277°40.30%26.27%
HSB/HSV277°57.45%36.86%
CMYK22.34%57.45%0.00%
63.14%

Color #49285E in popluar number systems.

HEX49285E
Decimal734094
Binary10010011010001011110
Octal11150136

Shades and tints

Shades of #49285E

#49285E
(73,40,94)
#432556
(67,37,86)
#3D224E
(61,34,78)
#371F46
(55,31,70)
#311C3E
(49,28,62)
#2B1936
(43,25,54)
#25162E
(37,22,46)
#1F1326
(31,19,38)
#19101E
(25,16,30)
#130D16
(19,13,22)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #49285E

#49285E
(73,40,94)
#593B6C
(89,59,108)
#694E7A
(105,78,122)
#796188
(121,97,136)
#897496
(137,116,150)
#9987A4
(153,135,164)
#A99AB2
(169,154,178)
#B9ADC0
(185,173,192)
#C9C0CE
(201,192,206)
#D9D3DC
(217,211,220)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49285E; }

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

This text font color is #49285E.


Background Color

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

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

This div background color is #49285E.


Border color

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

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

This div border color is #49285E.


Opacity

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

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

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

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

This text has shadow with #49285E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49285E on black background.


Color preview on white background

This text has color #49285E on white background.



Black color preview on #49285E background

This text has black color on #49285E background.


White color preview on #49285E background

This text has white color on #49285E background.