COLOR #4D6786

HEX: #4D6786
RGB: (77,103,134)

Color info

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

RGB color model

#4D6786 color RGB value is (77,103,134).

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

RGB channels and saturation

R 77 of 255 = 30%
G 103 of 255 = 40%
B 134 of 255 = 53%

77
103
134

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

Portions of RGB colors in percentages

R + G + B =
77 + 103 + 134 = 314 (100%)
R 77 of 314 ~ 24.52%
G 103 of 314 ~ 32.8%
B 134 of 314 ~ 42.68%

%24.52
%32.8
%42.68

CMYK color model

#4D6786 color CMYK value is (43,23,0,47).

  • cyan value is 42.54%
  • magenta value is 23.13%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(43,23,0,47)
C43M23Y0K47 
(43%,23%,0%,47%)
(0.43/0.23/0.00/0.47)	

CMYK percentages

%42.54
%23.13
%0
%47.45

Codes

Color #4D6786 in popluar color models

4D6786
RGB77103134
HSL213°27.01%41.37%
HSB/HSV213°42.54%52.55%
CMYK42.54%23.13%0.00%
47.45%

Color #4D6786 in popluar number systems.

HEX4D6786
Decimal77103134
Binary1001101110011110000110
Octal115147206

Shades and tints

Shades of #4D6786

#4D6786
(77,103,134)
#465E7A
(70,94,122)
#3F556E
(63,85,110)
#384C62
(56,76,98)
#314356
(49,67,86)
#2A3A4A
(42,58,74)
#23313E
(35,49,62)
#1C2832
(28,40,50)
#151F26
(21,31,38)
#0E161A
(14,22,26)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #4D6786

#4D6786
(77,103,134)
#5D7491
(93,116,145)
#6D819C
(109,129,156)
#7D8EA7
(125,142,167)
#8D9BB2
(141,155,178)
#9DA8BD
(157,168,189)
#ADB5C8
(173,181,200)
#BDC2D3
(189,194,211)
#CDCFDE
(205,207,222)
#DDDCE9
(221,220,233)
#EDE9F4
(237,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6786; }

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

This text font color is #4D6786.


Background Color

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

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

This div background color is #4D6786.


Border color

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

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

This div border color is #4D6786.


Opacity

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

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

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

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

This text has shadow with #4D6786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6786 on black background.


Color preview on white background

This text has color #4D6786 on white background.



Black color preview on #4D6786 background

This text has black color on #4D6786 background.


White color preview on #4D6786 background

This text has white color on #4D6786 background.