COLOR #4D5ECD

HEX: #4D5ECD RGB: (77,94,205)

Color info

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

RGB color model

#4D5ECD color RGB value is (77,94,205).

RGB: (77,94,205) (30%, 37%, 80%)

RGB channels and saturation

R 77 of 255 = 30%
G 94 of 255 = 37%
B 205 of 255 = 80%

77
94
205

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

Portions of RGB colors in percentages

R + G + B = 77 + 94 + 205 = 376 (100%)
R 77 of 376 ~ 20.48%
G 94 of 376 ~ 25%
B 205 of 376 ~ 54.52'%

%20.48
%25
%54.52

CMYK color model

#4D5ECD color CMYK value is (62,54,0,20).

  • cyan value is 62.44%
  • magenta value is 54.15%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (62,54,0,20)
C62M54Y0K20 (62%, 54%, 0%, 20%)
(0.62 / 0.54 / 0.00 / 0.20)

CMYK percentages

%62.44
%54.15
%0
%19.61

Codes

Color #4D5ECD in popluar color models

4D 5E CD
RGB 77 94 205
HSL 232° 56.14% 55.29%
HSB/HSV 232° 62.44% 80.39%
CMYK 62.44% 54.15% 0.00%
19.61%

Color #4D5ECD in popluar number systems.

HEX 4D 5E CD
Decimal 77 94 205
Binary 1001101 1011110 11001101
Octal 115 136 315

Shades and tints

Shades of #4D5ECD

#4D5ECD
(77,94,205)
#4656BB
(70,86,187)
#3F4EA9
(63,78,169)
#384697
(56,70,151)
#313E85
(49,62,133)
#2A3673
(42,54,115)
#232E61
(35,46,97)
#1C264F
(28,38,79)
#151E3D
(21,30,61)
#0E162B
(14,22,43)
#070E19
(7,14,25)
#000000
(0,0,0)

Tints of #4D5ECD

#4D5ECD
(77,94,205)
#5D6CD1
(93,108,209)
#6D7AD5
(109,122,213)
#7D88D9
(125,136,217)
#8D96DD
(141,150,221)
#9DA4E1
(157,164,225)
#ADB2E5
(173,178,229)
#BDC0E9
(189,192,233)
#CDCEED
(205,206,237)
#DDDCF1
(221,220,241)
#EDEAF5
(237,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5ECD color. Also use rgb(77,94,205) instead hex code.

Text Font Color

.myTextColor { color: #4D5ECD; }

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

This text font color is #4D5ECD.

Background Color

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

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

This div background color is #4D5ECD.

Border color

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

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

This div border color is #4D5ECD.

Opacity

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

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

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

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

This text has shadow with #4D5ECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5ECD.

Preview

Color preview on black background

This text has color #4D5ECD on black background.


Color preview on white background

This text has color #4D5ECD on white background.


Black color preview on #4D5ECD background

This text has black color on #4D5ECD background.


White color preview on #4D5ECD background

This text has white color on #4D5ECD background.


Related colors

Complementary color

Complementary color for #hex is #B2A132.


I love getcolorcode.com

Triadic colors

1 #CD4D5E and #5ECD4D with #4D5ECD are triadic colors.

2 #CD5E4D and #5E4DCD with #4D5ECD are triadic colors.