COLOR #49167A

HEX: #49167A
RGB: (73,22,122)

Color info

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

RGB color model

#49167A color RGB value is (73,22,122).

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

RGB channels and saturation

R 73 of 255 = 29%
G 22 of 255 = 9%
B 122 of 255 = 48%

73
22
122

R + G + B ~ 29%. #49167A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 22 + 122 = 217 (100%)
R 73 of 217 ~ 33.64%
G 22 of 217 ~ 10.14%
B 122 of 217 ~ 56.22%

%33.64
%10.14
%56.22

CMYK color model

#49167A color CMYK value is (40,82,0,52).

  • cyan value is 40.16%
  • magenta value is 81.97%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(40,82,0,52)
C40M82Y0K52 
(40%,82%,0%,52%)
(0.40/0.82/0.00/0.52)	

CMYK percentages

%40.16
%81.97
%0
%52.16

Codes

Color #49167A in popluar color models

49167A
RGB7322122
HSL271°69.44%28.24%
HSB/HSV271°81.97%47.84%
CMYK40.16%81.97%0.00%
52.16%

Color #49167A in popluar number systems.

HEX49167A
Decimal7322122
Binary1001001101101111010
Octal11126172

Shades and tints

Shades of #49167A

#49167A
(73,22,122)
#43146F
(67,20,111)
#3D1264
(61,18,100)
#371059
(55,16,89)
#310E4E
(49,14,78)
#2B0C43
(43,12,67)
#250A38
(37,10,56)
#1F082D
(31,8,45)
#190622
(25,6,34)
#130417
(19,4,23)
#0D020C
(13,2,12)
#000000
(0,0,0)

Tints of #49167A

#49167A
(73,22,122)
#592B86
(89,43,134)
#694092
(105,64,146)
#79559E
(121,85,158)
#896AAA
(137,106,170)
#997FB6
(153,127,182)
#A994C2
(169,148,194)
#B9A9CE
(185,169,206)
#C9BEDA
(201,190,218)
#D9D3E6
(217,211,230)
#E9E8F2
(233,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49167A; }

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

This text font color is #49167A.


Background Color

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

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

This div background color is #49167A.


Border color

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

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

This div border color is #49167A.


Opacity

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

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

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

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

This text has shadow with #49167A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49167A on black background.


Color preview on white background

This text has color #49167A on white background.



Black color preview on #49167A background

This text has black color on #49167A background.


White color preview on #49167A background

This text has white color on #49167A background.