COLOR #49157A

HEX: #49157A
RGB: (73,21,122)

Color info

#49157A contains mainly red and blue colors. Web safe color of #49157A is #330066 (or #306).

RGB color model

#49157A color RGB value is (73,21,122).

  • red value is 73;
  • green value is 21;
  • blue value is 122.
RGB:
(73,21,122)
(29%,8%,48%)

RGB channels and saturation

R 73 of 255 = 29%
G 21 of 255 = 8%
B 122 of 255 = 48%

73
21
122

R + G + B ~ 28%. #49157A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 21 + 122 = 216 (100%)
R 73 of 216 ~ 33.8%
G 21 of 216 ~ 9.72%
B 122 of 216 ~ 56.48%

%33.8
%9.72
%56.48

CMYK color model

#49157A color CMYK value is (40,83,0,52).

  • cyan value is 40.16%
  • magenta value is 82.79%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(40,83,0,52)
C40M83Y0K52 
(40%,83%,0%,52%)
(0.40/0.83/0.00/0.52)	

CMYK percentages

%40.16
%82.79
%0
%52.16

Codes

Color #49157A in popluar color models

49157A
RGB7321122
HSL271°70.63%28.04%
HSB/HSV271°82.79%47.84%
CMYK40.16%82.79%0.00%
52.16%

Color #49157A in popluar number systems.

HEX49157A
Decimal7321122
Binary1001001101011111010
Octal11125172

Shades and tints

Shades of #49157A

#49157A
(73,21,122)
#43146F
(67,20,111)
#3D1364
(61,19,100)
#371259
(55,18,89)
#31114E
(49,17,78)
#2B1043
(43,16,67)
#250F38
(37,15,56)
#1F0E2D
(31,14,45)
#190D22
(25,13,34)
#130C17
(19,12,23)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #49157A

#49157A
(73,21,122)
#592A86
(89,42,134)
#693F92
(105,63,146)
#79549E
(121,84,158)
#8969AA
(137,105,170)
#997EB6
(153,126,182)
#A993C2
(169,147,194)
#B9A8CE
(185,168,206)
#C9BDDA
(201,189,218)
#D9D2E6
(217,210,230)
#E9E7F2
(233,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49157A color. Also use rgb(73,21,122) instead hex code.

Text Font Color

.myTextColor { color: #49157A; }

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

This text font color is #49157A.


Background Color

.myBgColor { background-color: #49157A; }

<div style="background-color:#49157A">Inner text</div>

This div background color is #49157A.


Border color

.myBorderColor { border: 1px solid #49157A; }

<div style="border:3px solid #49157A">Div</div>

This div border color is #49157A.


Opacity

.myOpacity80 { color: #49157A; opacity: 0.8; }

<p style="color:#49157A;opacity:0.8;">80%</p>

Text with #49157A 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 #49157A;}

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

This text has shadow with #49157A color.

.textShadow {text-shadow: 3px 3px 1px #49157A, 3px 3px 1px red;}

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

This text has shadow with #49157A primary color and red secondary color.


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

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

This text has shadow with #49157A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49157A on black background.


Color preview on white background

This text has color #49157A on white background.



Black color preview on #49157A background

This text has black color on #49157A background.


White color preview on #49157A background

This text has white color on #49157A background.