COLOR #4D5586

HEX: #4D5586
RGB: (77,85,134)

Color info

#4D5586 contains red, green and blue colors in about the same proportion. Web safe color of #4D5586 is #336699 (or #369).

RGB color model

#4D5586 color RGB value is (77,85,134).

  • red value is 77;
  • green value is 85;
  • blue value is 134.
RGB:
(77,85,134)
(30%,33%,53%)

RGB channels and saturation

R 77 of 255 = 30%
G 85 of 255 = 33%
B 134 of 255 = 53%

77
85
134

R + G + B ~ 39%. #4D5586 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 85 + 134 = 296 (100%)
R 77 of 296 ~ 26.01%
G 85 of 296 ~ 28.72%
B 134 of 296 ~ 45.27%

%26.01
%28.72
%45.27

CMYK color model

#4D5586 color CMYK value is (43,37,0,47).

  • cyan value is 42.54%
  • magenta value is 36.57%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(43,37,0,47)
C43M37Y0K47 
(43%,37%,0%,47%)
(0.43/0.37/0.00/0.47)	

CMYK percentages

%42.54
%36.57
%0
%47.45

Codes

Color #4D5586 in popluar color models

4D5586
RGB7785134
HSL232°27.01%41.37%
HSB/HSV232°42.54%52.55%
CMYK42.54%36.57%0.00%
47.45%

Color #4D5586 in popluar number systems.

HEX4D5586
Decimal7785134
Binary1001101101010110000110
Octal115125206

Shades and tints

Shades of #4D5586

#4D5586
(77,85,134)
#464E7A
(70,78,122)
#3F476E
(63,71,110)
#384062
(56,64,98)
#313956
(49,57,86)
#2A324A
(42,50,74)
#232B3E
(35,43,62)
#1C2432
(28,36,50)
#151D26
(21,29,38)
#0E161A
(14,22,26)
#070F0E
(7,15,14)
#000000
(0,0,0)

Tints of #4D5586

#4D5586
(77,85,134)
#5D6491
(93,100,145)
#6D739C
(109,115,156)
#7D82A7
(125,130,167)
#8D91B2
(141,145,178)
#9DA0BD
(157,160,189)
#ADAFC8
(173,175,200)
#BDBED3
(189,190,211)
#CDCDDE
(205,205,222)
#DDDCE9
(221,220,233)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5586 color. Also use rgb(77,85,134) instead hex code.

Text Font Color

.myTextColor { color: #4D5586; }

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

This text font color is #4D5586.


Background Color

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

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

This div background color is #4D5586.


Border color

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

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

This div border color is #4D5586.


Opacity

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

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

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

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

This text has shadow with #4D5586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5586 on black background.


Color preview on white background

This text has color #4D5586 on white background.



Black color preview on #4D5586 background

This text has black color on #4D5586 background.


White color preview on #4D5586 background

This text has white color on #4D5586 background.