COLOR #49027E

HEX: #49027E
RGB: (73,2,126)

Color info

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

RGB color model

#49027E color RGB value is (73,2,126).

  • red value is 73;
  • green value is 2;
  • blue value is 126.
RGB:
(73,2,126)
(29%,1%,49%)

RGB channels and saturation

R 73 of 255 = 29%
G 2 of 255 = 1%
B 126 of 255 = 49%

73
2
126

R + G + B ~ 26%. #49027E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 2 + 126 = 201 (100%)
R 73 of 201 ~ 36.32%
G 2 of 201 ~ 1%
B 126 of 201 ~ 62.69%

%36.32
%62.69

CMYK color model

#49027E color CMYK value is (42,98,0,51).

  • cyan value is 42.06%
  • magenta value is 98.41%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(42,98,0,51)
C42M98Y0K51 
(42%,98%,0%,51%)
(0.42/0.98/0.00/0.51)	

CMYK percentages

%42.06
%98.41
%0
%50.59

Codes

Color #49027E in popluar color models

49027E
RGB732126
HSL274°96.88%25.10%
HSB/HSV274°98.41%49.41%
CMYK42.06%98.41%0.00%
50.59%

Color #49027E in popluar number systems.

HEX49027E
Decimal732126
Binary1001001101111110
Octal1112176

Shades and tints

Shades of #49027E

#49027E
(73,2,126)
#430273
(67,2,115)
#3D0268
(61,2,104)
#37025D
(55,2,93)
#310252
(49,2,82)
#2B0247
(43,2,71)
#25023C
(37,2,60)
#1F0231
(31,2,49)
#190226
(25,2,38)
#13021B
(19,2,27)
#0D0210
(13,2,16)
#000000
(0,0,0)

Tints of #49027E

#49027E
(73,2,126)
#591989
(89,25,137)
#693094
(105,48,148)
#79479F
(121,71,159)
#895EAA
(137,94,170)
#9975B5
(153,117,181)
#A98CC0
(169,140,192)
#B9A3CB
(185,163,203)
#C9BAD6
(201,186,214)
#D9D1E1
(217,209,225)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49027E color. Also use rgb(73,2,126) instead hex code.

Text Font Color

.myTextColor { color: #49027E; }

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

This text font color is #49027E.


Background Color

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

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

This div background color is #49027E.


Border color

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

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

This div border color is #49027E.


Opacity

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

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

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

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

This text has shadow with #49027E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49027E on black background.


Color preview on white background

This text has color #49027E on white background.



Black color preview on #49027E background

This text has black color on #49027E background.


White color preview on #49027E background

This text has white color on #49027E background.