COLOR #4D6686

HEX: #4D6686
RGB: (77,102,134)

Color info

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

RGB color model

#4D6686 color RGB value is (77,102,134).

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

RGB channels and saturation

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

77
102
134

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

Portions of RGB colors in percentages

R + G + B =
77 + 102 + 134 = 313 (100%)
R 77 of 313 ~ 24.6%
G 102 of 313 ~ 32.59%
B 134 of 313 ~ 42.81%

%24.6
%32.59
%42.81

CMYK color model

#4D6686 color CMYK value is (43,24,0,47).

  • cyan value is 42.54%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(43,24,0,47)
C43M24Y0K47 
(43%,24%,0%,47%)
(0.43/0.24/0.00/0.47)	

CMYK percentages

%42.54
%23.88
%0
%47.45

Codes

Color #4D6686 in popluar color models

4D6686
RGB77102134
HSL214°27.01%41.37%
HSB/HSV214°42.54%52.55%
CMYK42.54%23.88%0.00%
47.45%

Color #4D6686 in popluar number systems.

HEX4D6686
Decimal77102134
Binary1001101110011010000110
Octal115146206

Shades and tints

Shades of #4D6686

#4D6686
(77,102,134)
#465D7A
(70,93,122)
#3F546E
(63,84,110)
#384B62
(56,75,98)
#314256
(49,66,86)
#2A394A
(42,57,74)
#23303E
(35,48,62)
#1C2732
(28,39,50)
#151E26
(21,30,38)
#0E151A
(14,21,26)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #4D6686

#4D6686
(77,102,134)
#5D7391
(93,115,145)
#6D809C
(109,128,156)
#7D8DA7
(125,141,167)
#8D9AB2
(141,154,178)
#9DA7BD
(157,167,189)
#ADB4C8
(173,180,200)
#BDC1D3
(189,193,211)
#CDCEDE
(205,206,222)
#DDDBE9
(221,219,233)
#EDE8F4
(237,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6686; }

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

This text font color is #4D6686.


Background Color

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

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

This div background color is #4D6686.


Border color

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

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

This div border color is #4D6686.


Opacity

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

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

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

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

This text has shadow with #4D6686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6686 on black background.


Color preview on white background

This text has color #4D6686 on white background.



Black color preview on #4D6686 background

This text has black color on #4D6686 background.


White color preview on #4D6686 background

This text has white color on #4D6686 background.