COLOR #4D6386

HEX: #4D6386
RGB: (77,99,134)

Color info

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

RGB color model

#4D6386 color RGB value is (77,99,134).

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

RGB channels and saturation

R 77 of 255 = 30%
G 99 of 255 = 39%
B 134 of 255 = 53%

77
99
134

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

Portions of RGB colors in percentages

R + G + B =
77 + 99 + 134 = 310 (100%)
R 77 of 310 ~ 24.84%
G 99 of 310 ~ 31.94%
B 134 of 310 ~ 43.23%

%24.84
%31.94
%43.23

CMYK color model

#4D6386 color CMYK value is (43,26,0,47).

  • cyan value is 42.54%
  • magenta value is 26.12%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(43,26,0,47)
C43M26Y0K47 
(43%,26%,0%,47%)
(0.43/0.26/0.00/0.47)	

CMYK percentages

%42.54
%26.12
%0
%47.45

Codes

Color #4D6386 in popluar color models

4D6386
RGB7799134
HSL217°27.01%41.37%
HSB/HSV217°42.54%52.55%
CMYK42.54%26.12%0.00%
47.45%

Color #4D6386 in popluar number systems.

HEX4D6386
Decimal7799134
Binary1001101110001110000110
Octal115143206

Shades and tints

Shades of #4D6386

#4D6386
(77,99,134)
#465A7A
(70,90,122)
#3F516E
(63,81,110)
#384862
(56,72,98)
#313F56
(49,63,86)
#2A364A
(42,54,74)
#232D3E
(35,45,62)
#1C2432
(28,36,50)
#151B26
(21,27,38)
#0E121A
(14,18,26)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #4D6386

#4D6386
(77,99,134)
#5D7191
(93,113,145)
#6D7F9C
(109,127,156)
#7D8DA7
(125,141,167)
#8D9BB2
(141,155,178)
#9DA9BD
(157,169,189)
#ADB7C8
(173,183,200)
#BDC5D3
(189,197,211)
#CDD3DE
(205,211,222)
#DDE1E9
(221,225,233)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6386; }

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

This text font color is #4D6386.


Background Color

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

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

This div background color is #4D6386.


Border color

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

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

This div border color is #4D6386.


Opacity

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

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

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

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

This text has shadow with #4D6386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6386 on black background.


Color preview on white background

This text has color #4D6386 on white background.



Black color preview on #4D6386 background

This text has black color on #4D6386 background.


White color preview on #4D6386 background

This text has white color on #4D6386 background.