COLOR #4D61E5

HEX: #4D61E5
RGB: (77,97,229)

Color info

#4D61E5 contains mainly blue color. Web safe color of #4D61E5 is #3366CC (or #36C).

RGB color model

#4D61E5 color RGB value is (77,97,229).

  • red value is 77;
  • green value is 97;
  • blue value is 229.
RGB:
(77,97,229)
(30%,38%,90%)

RGB channels and saturation

R 77 of 255 = 30%
G 97 of 255 = 38%
B 229 of 255 = 90%

77
97
229

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

Portions of RGB colors in percentages

R + G + B =
77 + 97 + 229 = 403 (100%)
R 77 of 403 ~ 19.11%
G 97 of 403 ~ 24.07%
B 229 of 403 ~ 56.82%

%19.11
%24.07
%56.82

CMYK color model

#4D61E5 color CMYK value is (66,58,0,10).

  • cyan value is 66.38%
  • magenta value is 57.64%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(66,58,0,10)
C66M58Y0K10 
(66%,58%,0%,10%)
(0.66/0.58/0.00/0.10)	

CMYK percentages

%66.38
%57.64
%0
%10.2

Codes

Color #4D61E5 in popluar color models

4D61E5
RGB7797229
HSL232°74.51%60.00%
HSB/HSV232°66.38%89.80%
CMYK66.38%57.64%0.00%
10.20%

Color #4D61E5 in popluar number systems.

HEX4D61E5
Decimal7797229
Binary1001101110000111100101
Octal115141345

Shades and tints

Shades of #4D61E5

#4D61E5
(77,97,229)
#4659D1
(70,89,209)
#3F51BD
(63,81,189)
#3849A9
(56,73,169)
#314195
(49,65,149)
#2A3981
(42,57,129)
#23316D
(35,49,109)
#1C2959
(28,41,89)
#152145
(21,33,69)
#0E1931
(14,25,49)
#07111D
(7,17,29)
#000000
(0,0,0)

Tints of #4D61E5

#4D61E5
(77,97,229)
#5D6FE7
(93,111,231)
#6D7DE9
(109,125,233)
#7D8BEB
(125,139,235)
#8D99ED
(141,153,237)
#9DA7EF
(157,167,239)
#ADB5F1
(173,181,241)
#BDC3F3
(189,195,243)
#CDD1F5
(205,209,245)
#DDDFF7
(221,223,247)
#EDEDF9
(237,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D61E5 color. Also use rgb(77,97,229) instead hex code.

Text Font Color

.myTextColor { color: #4D61E5; }

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

This text font color is #4D61E5.


Background Color

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

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

This div background color is #4D61E5.


Border color

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

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

This div border color is #4D61E5.


Opacity

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

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

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

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

This text has shadow with #4D61E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D61E5 on black background.


Color preview on white background

This text has color #4D61E5 on white background.



Black color preview on #4D61E5 background

This text has black color on #4D61E5 background.


White color preview on #4D61E5 background

This text has white color on #4D61E5 background.