COLOR #4D20EE

HEX: #4D20EE
RGB: (77,32,238)

Color info

#4D20EE contains mainly blue color. Web safe color of #4D20EE is #3333FF (or #33F).

RGB color model

#4D20EE color RGB value is (77,32,238).

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

RGB channels and saturation

R 77 of 255 = 30%
G 32 of 255 = 13%
B 238 of 255 = 93%

77
32
238

R + G + B ~ 45%. #4D20EE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
77 + 32 + 238 = 347 (100%)
R 77 of 347 ~ 22.19%
G 32 of 347 ~ 9.22%
B 238 of 347 ~ 68.59%

%22.19
%68.59

CMYK color model

#4D20EE color CMYK value is (68,87,0,7).

  • cyan value is 67.65%
  • magenta value is 86.55%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(68,87,0,7)
C68M87Y0K7 
(68%,87%,0%,7%)
(0.68/0.87/0.00/0.07)	

CMYK percentages

%67.65
%86.55
%0
%6.67

Codes

Color #4D20EE in popluar color models

4D20EE
RGB7732238
HSL253°85.83%52.94%
HSB/HSV253°86.55%93.33%
CMYK67.65%86.55%0.00%
6.67%

Color #4D20EE in popluar number systems.

HEX4D20EE
Decimal7732238
Binary100110110000011101110
Octal11540356

Shades and tints

Shades of #4D20EE

#4D20EE
(77,32,238)
#461ED9
(70,30,217)
#3F1CC4
(63,28,196)
#381AAF
(56,26,175)
#31189A
(49,24,154)
#2A1685
(42,22,133)
#231470
(35,20,112)
#1C125B
(28,18,91)
#151046
(21,16,70)
#0E0E31
(14,14,49)
#070C1C
(7,12,28)
#000000
(0,0,0)

Tints of #4D20EE

#4D20EE
(77,32,238)
#5D34EF
(93,52,239)
#6D48F0
(109,72,240)
#7D5CF1
(125,92,241)
#8D70F2
(141,112,242)
#9D84F3
(157,132,243)
#AD98F4
(173,152,244)
#BDACF5
(189,172,245)
#CDC0F6
(205,192,246)
#DDD4F7
(221,212,247)
#EDE8F8
(237,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D20EE; }

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

This text font color is #4D20EE.


Background Color

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

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

This div background color is #4D20EE.


Border color

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

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

This div border color is #4D20EE.


Opacity

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

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

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

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

This text has shadow with #4D20EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D20EE on black background.


Color preview on white background

This text has color #4D20EE on white background.



Black color preview on #4D20EE background

This text has black color on #4D20EE background.


White color preview on #4D20EE background

This text has white color on #4D20EE background.