COLOR #49264F

HEX: #49264F
RGB: (73,38,79)

Color info

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

RGB color model

#49264F color RGB value is (73,38,79).

  • red value is 73;
  • green value is 38;
  • blue value is 79.
RGB:
(73,38,79)
(29%,15%,31%)

RGB channels and saturation

R 73 of 255 = 29%
G 38 of 255 = 15%
B 79 of 255 = 31%

73
38
79

R + G + B ~ 25%. #49264F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 38 + 79 = 190 (100%)
R 73 of 190 ~ 38.42%
G 38 of 190 ~ 20%
B 79 of 190 ~ 41.58%

%38.42
%20
%41.58

CMYK color model

#49264F color CMYK value is (8,52,0,69).

  • cyan value is 7.59%
  • magenta value is 51.90%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(8,52,0,69)
C8M52Y0K69 
(8%,52%,0%,69%)
(0.08/0.52/0.00/0.69)	

CMYK percentages

%7.59
%51.9
%0
%69.02

Codes

Color #49264F in popluar color models

49264F
RGB733879
HSL291°35.04%22.94%
HSB/HSV291°51.90%30.98%
CMYK7.59%51.90%0.00%
69.02%

Color #49264F in popluar number systems.

HEX49264F
Decimal733879
Binary10010011001101001111
Octal11146117

Shades and tints

Shades of #49264F

#49264F
(73,38,79)
#432348
(67,35,72)
#3D2041
(61,32,65)
#371D3A
(55,29,58)
#311A33
(49,26,51)
#2B172C
(43,23,44)
#251425
(37,20,37)
#1F111E
(31,17,30)
#190E17
(25,14,23)
#130B10
(19,11,16)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #49264F

#49264F
(73,38,79)
#59395F
(89,57,95)
#694C6F
(105,76,111)
#795F7F
(121,95,127)
#89728F
(137,114,143)
#99859F
(153,133,159)
#A998AF
(169,152,175)
#B9ABBF
(185,171,191)
#C9BECF
(201,190,207)
#D9D1DF
(217,209,223)
#E9E4EF
(233,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49264F color. Also use rgb(73,38,79) instead hex code.

Text Font Color

.myTextColor { color: #49264F; }

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

This text font color is #49264F.


Background Color

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

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

This div background color is #49264F.


Border color

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

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

This div border color is #49264F.


Opacity

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

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

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

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

This text has shadow with #49264F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49264F on black background.


Color preview on white background

This text has color #49264F on white background.



Black color preview on #49264F background

This text has black color on #49264F background.


White color preview on #49264F background

This text has white color on #49264F background.