COLOR #4D6986

HEX: #4D6986
RGB: (77,105,134)

Color info

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

RGB color model

#4D6986 color RGB value is (77,105,134).

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

RGB channels and saturation

R 77 of 255 = 30%
G 105 of 255 = 41%
B 134 of 255 = 53%

77
105
134

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

Portions of RGB colors in percentages

R + G + B =
77 + 105 + 134 = 316 (100%)
R 77 of 316 ~ 24.37%
G 105 of 316 ~ 33.23%
B 134 of 316 ~ 42.41%

%24.37
%33.23
%42.41

CMYK color model

#4D6986 color CMYK value is (43,22,0,47).

  • cyan value is 42.54%
  • magenta value is 21.64%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(43,22,0,47)
C43M22Y0K47 
(43%,22%,0%,47%)
(0.43/0.22/0.00/0.47)	

CMYK percentages

%42.54
%21.64
%0
%47.45

Codes

Color #4D6986 in popluar color models

4D6986
RGB77105134
HSL211°27.01%41.37%
HSB/HSV211°42.54%52.55%
CMYK42.54%21.64%0.00%
47.45%

Color #4D6986 in popluar number systems.

HEX4D6986
Decimal77105134
Binary1001101110100110000110
Octal115151206

Shades and tints

Shades of #4D6986

#4D6986
(77,105,134)
#46607A
(70,96,122)
#3F576E
(63,87,110)
#384E62
(56,78,98)
#314556
(49,69,86)
#2A3C4A
(42,60,74)
#23333E
(35,51,62)
#1C2A32
(28,42,50)
#152126
(21,33,38)
#0E181A
(14,24,26)
#070F0E
(7,15,14)
#000000
(0,0,0)

Tints of #4D6986

#4D6986
(77,105,134)
#5D7691
(93,118,145)
#6D839C
(109,131,156)
#7D90A7
(125,144,167)
#8D9DB2
(141,157,178)
#9DAABD
(157,170,189)
#ADB7C8
(173,183,200)
#BDC4D3
(189,196,211)
#CDD1DE
(205,209,222)
#DDDEE9
(221,222,233)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6986; }

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

This text font color is #4D6986.


Background Color

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

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

This div background color is #4D6986.


Border color

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

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

This div border color is #4D6986.


Opacity

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

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

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

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

This text has shadow with #4D6986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6986 on black background.


Color preview on white background

This text has color #4D6986 on white background.



Black color preview on #4D6986 background

This text has black color on #4D6986 background.


White color preview on #4D6986 background

This text has white color on #4D6986 background.