COLOR #4D31E0

HEX: #4D31E0
RGB: (77,49,224)

Color info

#4D31E0 contains mainly blue color. Web safe color of #4D31E0 is #3333CC (or #33C).

RGB color model

#4D31E0 color RGB value is (77,49,224).

  • red value is 77;
  • green value is 49;
  • blue value is 224.
RGB:
(77,49,224)
(30%,19%,88%)

RGB channels and saturation

R 77 of 255 = 30%
G 49 of 255 = 19%
B 224 of 255 = 88%

77
49
224

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

Portions of RGB colors in percentages

R + G + B =
77 + 49 + 224 = 350 (100%)
R 77 of 350 ~ 22%
G 49 of 350 ~ 14%
B 224 of 350 ~ 64%

%22
%14
%64

CMYK color model

#4D31E0 color CMYK value is (66,78,0,12).

  • cyan value is 65.63%
  • magenta value is 78.13%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(66,78,0,12)
C66M78Y0K12 
(66%,78%,0%,12%)
(0.66/0.78/0.00/0.12)	

CMYK percentages

%65.63
%78.13
%0
%12.16

Codes

Color #4D31E0 in popluar color models

4D31E0
RGB7749224
HSL250°73.84%53.53%
HSB/HSV250°78.13%87.84%
CMYK65.63%78.13%0.00%
12.16%

Color #4D31E0 in popluar number systems.

HEX4D31E0
Decimal7749224
Binary100110111000111100000
Octal11561340

Shades and tints

Shades of #4D31E0

#4D31E0
(77,49,224)
#462DCC
(70,45,204)
#3F29B8
(63,41,184)
#3825A4
(56,37,164)
#312190
(49,33,144)
#2A1D7C
(42,29,124)
#231968
(35,25,104)
#1C1554
(28,21,84)
#151140
(21,17,64)
#0E0D2C
(14,13,44)
#070918
(7,9,24)
#000000
(0,0,0)

Tints of #4D31E0

#4D31E0
(77,49,224)
#5D43E2
(93,67,226)
#6D55E4
(109,85,228)
#7D67E6
(125,103,230)
#8D79E8
(141,121,232)
#9D8BEA
(157,139,234)
#AD9DEC
(173,157,236)
#BDAFEE
(189,175,238)
#CDC1F0
(205,193,240)
#DDD3F2
(221,211,242)
#EDE5F4
(237,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D31E0 color. Also use rgb(77,49,224) instead hex code.

Text Font Color

.myTextColor { color: #4D31E0; }

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

This text font color is #4D31E0.


Background Color

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

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

This div background color is #4D31E0.


Border color

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

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

This div border color is #4D31E0.


Opacity

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

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

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

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

This text has shadow with #4D31E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D31E0 on black background.


Color preview on white background

This text has color #4D31E0 on white background.



Black color preview on #4D31E0 background

This text has black color on #4D31E0 background.


White color preview on #4D31E0 background

This text has white color on #4D31E0 background.