COLOR #4D217A

HEX: #4D217A
RGB: (77,33,122)

Color info

#4D217A contains mainly red and blue colors. Web safe color of #4D217A is #333366 (or #336).

RGB color model

#4D217A color RGB value is (77,33,122).

  • red value is 77;
  • green value is 33;
  • blue value is 122.
RGB:
(77,33,122)
(30%,13%,48%)

RGB channels and saturation

R 77 of 255 = 30%
G 33 of 255 = 13%
B 122 of 255 = 48%

77
33
122

R + G + B ~ 30%. #4D217A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 33 + 122 = 232 (100%)
R 77 of 232 ~ 33.19%
G 33 of 232 ~ 14.22%
B 122 of 232 ~ 52.59%

%33.19
%14.22
%52.59

CMYK color model

#4D217A color CMYK value is (37,73,0,52).

  • cyan value is 36.89%
  • magenta value is 72.95%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(37,73,0,52)
C37M73Y0K52 
(37%,73%,0%,52%)
(0.37/0.73/0.00/0.52)	

CMYK percentages

%36.89
%72.95
%0
%52.16

Codes

Color #4D217A in popluar color models

4D217A
RGB7733122
HSL270°57.42%30.39%
HSB/HSV270°72.95%47.84%
CMYK36.89%72.95%0.00%
52.16%

Color #4D217A in popluar number systems.

HEX4D217A
Decimal7733122
Binary10011011000011111010
Octal11541172

Shades and tints

Shades of #4D217A

#4D217A
(77,33,122)
#461E6F
(70,30,111)
#3F1B64
(63,27,100)
#381859
(56,24,89)
#31154E
(49,21,78)
#2A1243
(42,18,67)
#230F38
(35,15,56)
#1C0C2D
(28,12,45)
#150922
(21,9,34)
#0E0617
(14,6,23)
#07030C
(7,3,12)
#000000
(0,0,0)

Tints of #4D217A

#4D217A
(77,33,122)
#5D3586
(93,53,134)
#6D4992
(109,73,146)
#7D5D9E
(125,93,158)
#8D71AA
(141,113,170)
#9D85B6
(157,133,182)
#AD99C2
(173,153,194)
#BDADCE
(189,173,206)
#CDC1DA
(205,193,218)
#DDD5E6
(221,213,230)
#EDE9F2
(237,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D217A color. Also use rgb(77,33,122) instead hex code.

Text Font Color

.myTextColor { color: #4D217A; }

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

This text font color is #4D217A.


Background Color

.myBgColor { background-color: #4D217A; }

<div style="background-color:#4D217A">Inner text</div>

This div background color is #4D217A.


Border color

.myBorderColor { border: 1px solid #4D217A; }

<div style="border:3px solid #4D217A">Div</div>

This div border color is #4D217A.


Opacity

.myOpacity80 { color: #4D217A; opacity: 0.8; }

<p style="color:#4D217A;opacity:0.8;">80%</p>

Text with #4D217A 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 #4D217A;}

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

This text has shadow with #4D217A color.

.textShadow {text-shadow: 3px 3px 1px #4D217A, 3px 3px 1px red;}

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

This text has shadow with #4D217A primary color and red secondary color.


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

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

This text has shadow with #4D217A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D217A on black background.


Color preview on white background

This text has color #4D217A on white background.



Black color preview on #4D217A background

This text has black color on #4D217A background.


White color preview on #4D217A background

This text has white color on #4D217A background.