COLOR #49265F

HEX: #49265F
RGB: (73,38,95)

Color info

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

RGB color model

#49265F color RGB value is (73,38,95).

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

RGB channels and saturation

R 73 of 255 = 29%
G 38 of 255 = 15%
B 95 of 255 = 37%

73
38
95

R + G + B ~ 27%. #49265F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 38 + 95 = 206 (100%)
R 73 of 206 ~ 35.44%
G 38 of 206 ~ 18.45%
B 95 of 206 ~ 46.12%

%35.44
%18.45
%46.12

CMYK color model

#49265F color CMYK value is (23,60,0,63).

  • cyan value is 23.16%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(23,60,0,63)
C23M60Y0K63 
(23%,60%,0%,63%)
(0.23/0.60/0.00/0.63)	

CMYK percentages

%23.16
%60
%0
%62.75

Codes

Color #49265F in popluar color models

49265F
RGB733895
HSL277°42.86%26.08%
HSB/HSV277°60.00%37.25%
CMYK23.16%60.00%0.00%
62.75%

Color #49265F in popluar number systems.

HEX49265F
Decimal733895
Binary10010011001101011111
Octal11146137

Shades and tints

Shades of #49265F

#49265F
(73,38,95)
#432357
(67,35,87)
#3D204F
(61,32,79)
#371D47
(55,29,71)
#311A3F
(49,26,63)
#2B1737
(43,23,55)
#25142F
(37,20,47)
#1F1127
(31,17,39)
#190E1F
(25,14,31)
#130B17
(19,11,23)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #49265F

#49265F
(73,38,95)
#59396D
(89,57,109)
#694C7B
(105,76,123)
#795F89
(121,95,137)
#897297
(137,114,151)
#9985A5
(153,133,165)
#A998B3
(169,152,179)
#B9ABC1
(185,171,193)
#C9BECF
(201,190,207)
#D9D1DD
(217,209,221)
#E9E4EB
(233,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49265F; }

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

This text font color is #49265F.


Background Color

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

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

This div background color is #49265F.


Border color

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

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

This div border color is #49265F.


Opacity

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

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

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

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

This text has shadow with #49265F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49265F on black background.


Color preview on white background

This text has color #49265F on white background.



Black color preview on #49265F background

This text has black color on #49265F background.


White color preview on #49265F background

This text has white color on #49265F background.