COLOR #4D20AA

HEX: #4D20AA
RGB: (77,32,170)

Color info

#4D20AA contains mainly blue color. Web safe color of #4D20AA is #333399 (or #339).

RGB color model

#4D20AA color RGB value is (77,32,170).

  • red value is 77;
  • green value is 32;
  • blue value is 170.
RGB:
(77,32,170)
(30%,13%,67%)

RGB channels and saturation

R 77 of 255 = 30%
G 32 of 255 = 13%
B 170 of 255 = 67%

77
32
170

R + G + B ~ 37%. #4D20AA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 32 + 170 = 279 (100%)
R 77 of 279 ~ 27.6%
G 32 of 279 ~ 11.47%
B 170 of 279 ~ 60.93%

%27.6
%11.47
%60.93

CMYK color model

#4D20AA color CMYK value is (55,81,0,33).

  • cyan value is 54.71%
  • magenta value is 81.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(55,81,0,33)
C55M81Y0K33 
(55%,81%,0%,33%)
(0.55/0.81/0.00/0.33)	

CMYK percentages

%54.71
%81.18
%0
%33.33

Codes

Color #4D20AA in popluar color models

4D20AA
RGB7732170
HSL260°68.32%39.61%
HSB/HSV260°81.18%66.67%
CMYK54.71%81.18%0.00%
33.33%

Color #4D20AA in popluar number systems.

HEX4D20AA
Decimal7732170
Binary100110110000010101010
Octal11540252

Shades and tints

Shades of #4D20AA

#4D20AA
(77,32,170)
#461E9B
(70,30,155)
#3F1C8C
(63,28,140)
#381A7D
(56,26,125)
#31186E
(49,24,110)
#2A165F
(42,22,95)
#231450
(35,20,80)
#1C1241
(28,18,65)
#151032
(21,16,50)
#0E0E23
(14,14,35)
#070C14
(7,12,20)
#000000
(0,0,0)

Tints of #4D20AA

#4D20AA
(77,32,170)
#5D34B1
(93,52,177)
#6D48B8
(109,72,184)
#7D5CBF
(125,92,191)
#8D70C6
(141,112,198)
#9D84CD
(157,132,205)
#AD98D4
(173,152,212)
#BDACDB
(189,172,219)
#CDC0E2
(205,192,226)
#DDD4E9
(221,212,233)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D20AA color. Also use rgb(77,32,170) instead hex code.

Text Font Color

.myTextColor { color: #4D20AA; }

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

This text font color is #4D20AA.


Background Color

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

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

This div background color is #4D20AA.


Border color

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

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

This div border color is #4D20AA.


Opacity

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

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

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

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

This text has shadow with #4D20AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D20AA on black background.


Color preview on white background

This text has color #4D20AA on white background.



Black color preview on #4D20AA background

This text has black color on #4D20AA background.


White color preview on #4D20AA background

This text has white color on #4D20AA background.