COLOR #4D5DCD

HEX: #4D5DCD
RGB: (77,93,205)

Color info

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

RGB color model

#4D5DCD color RGB value is (77,93,205).

  • red value is 77;
  • green value is 93;
  • blue value is 205.
RGB:
(77,93,205)
(30%,36%,80%)

RGB channels and saturation

R 77 of 255 = 30%
G 93 of 255 = 36%
B 205 of 255 = 80%

77
93
205

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

Portions of RGB colors in percentages

R + G + B =
77 + 93 + 205 = 375 (100%)
R 77 of 375 ~ 20.53%
G 93 of 375 ~ 24.8%
B 205 of 375 ~ 54.67%

%20.53
%24.8
%54.67

CMYK color model

#4D5DCD color CMYK value is (62,55,0,20).

  • cyan value is 62.44%
  • magenta value is 54.63%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(62,55,0,20)
C62M55Y0K20 
(62%,55%,0%,20%)
(0.62/0.55/0.00/0.20)	

CMYK percentages

%62.44
%54.63
%0
%19.61

Codes

Color #4D5DCD in popluar color models

4D5DCD
RGB7793205
HSL233°56.14%55.29%
HSB/HSV233°62.44%80.39%
CMYK62.44%54.63%0.00%
19.61%

Color #4D5DCD in popluar number systems.

HEX4D5DCD
Decimal7793205
Binary1001101101110111001101
Octal115135315

Shades and tints

Shades of #4D5DCD

#4D5DCD
(77,93,205)
#4655BB
(70,85,187)
#3F4DA9
(63,77,169)
#384597
(56,69,151)
#313D85
(49,61,133)
#2A3573
(42,53,115)
#232D61
(35,45,97)
#1C254F
(28,37,79)
#151D3D
(21,29,61)
#0E152B
(14,21,43)
#070D19
(7,13,25)
#000000
(0,0,0)

Tints of #4D5DCD

#4D5DCD
(77,93,205)
#5D6BD1
(93,107,209)
#6D79D5
(109,121,213)
#7D87D9
(125,135,217)
#8D95DD
(141,149,221)
#9DA3E1
(157,163,225)
#ADB1E5
(173,177,229)
#BDBFE9
(189,191,233)
#CDCDED
(205,205,237)
#DDDBF1
(221,219,241)
#EDE9F5
(237,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5DCD; }

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

This text font color is #4D5DCD.


Background Color

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

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

This div background color is #4D5DCD.


Border color

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

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

This div border color is #4D5DCD.


Opacity

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

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

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

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

This text has shadow with #4D5DCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5DCD on black background.


Color preview on white background

This text has color #4D5DCD on white background.



Black color preview on #4D5DCD background

This text has black color on #4D5DCD background.


White color preview on #4D5DCD background

This text has white color on #4D5DCD background.