COLOR #4D86A5

HEX: #4D86A5
RGB: (77,134,165)

Color info

#4D86A5 contains mainly green and blue colors. Web safe color of #4D86A5 is #339999 (or #399).

RGB color model

#4D86A5 color RGB value is (77,134,165).

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

RGB channels and saturation

R 77 of 255 = 30%
G 134 of 255 = 53%
B 165 of 255 = 65%

77
134
165

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

Portions of RGB colors in percentages

R + G + B =
77 + 134 + 165 = 376 (100%)
R 77 of 376 ~ 20.48%
G 134 of 376 ~ 35.64%
B 165 of 376 ~ 43.88%

%20.48
%35.64
%43.88

CMYK color model

#4D86A5 color CMYK value is (53,19,0,35).

  • cyan value is 53.33%
  • magenta value is 18.79%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(53,19,0,35)
C53M19Y0K35 
(53%,19%,0%,35%)
(0.53/0.19/0.00/0.35)	

CMYK percentages

%53.33
%18.79
%0
%35.29

Codes

Color #4D86A5 in popluar color models

4D86A5
RGB77134165
HSL201°36.36%47.45%
HSB/HSV201°53.33%64.71%
CMYK53.33%18.79%0.00%
35.29%

Color #4D86A5 in popluar number systems.

HEX4D86A5
Decimal77134165
Binary10011011000011010100101
Octal115206245

Shades and tints

Shades of #4D86A5

#4D86A5
(77,134,165)
#467A96
(70,122,150)
#3F6E87
(63,110,135)
#386278
(56,98,120)
#315669
(49,86,105)
#2A4A5A
(42,74,90)
#233E4B
(35,62,75)
#1C323C
(28,50,60)
#15262D
(21,38,45)
#0E1A1E
(14,26,30)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #4D86A5

#4D86A5
(77,134,165)
#5D91AD
(93,145,173)
#6D9CB5
(109,156,181)
#7DA7BD
(125,167,189)
#8DB2C5
(141,178,197)
#9DBDCD
(157,189,205)
#ADC8D5
(173,200,213)
#BDD3DD
(189,211,221)
#CDDEE5
(205,222,229)
#DDE9ED
(221,233,237)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D86A5; }

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

This text font color is #4D86A5.


Background Color

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

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

This div background color is #4D86A5.


Border color

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

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

This div border color is #4D86A5.


Opacity

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

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

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

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

This text has shadow with #4D86A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D86A5 on black background.


Color preview on white background

This text has color #4D86A5 on white background.



Black color preview on #4D86A5 background

This text has black color on #4D86A5 background.


White color preview on #4D86A5 background

This text has white color on #4D86A5 background.