COLOR #4D7587

HEX: #4D7587
RGB: (77,117,135)

Color info

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

RGB color model

#4D7587 color RGB value is (77,117,135).

  • red value is 77;
  • green value is 117;
  • blue value is 135.
RGB:
(77,117,135)
(30%,46%,53%)

RGB channels and saturation

R 77 of 255 = 30%
G 117 of 255 = 46%
B 135 of 255 = 53%

77
117
135

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

Portions of RGB colors in percentages

R + G + B =
77 + 117 + 135 = 329 (100%)
R 77 of 329 ~ 23.4%
G 117 of 329 ~ 35.56%
B 135 of 329 ~ 41.03%

%23.4
%35.56
%41.03

CMYK color model

#4D7587 color CMYK value is (43,13,0,47).

  • cyan value is 42.96%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(43,13,0,47)
C43M13Y0K47 
(43%,13%,0%,47%)
(0.43/0.13/0.00/0.47)	

CMYK percentages

%42.96
%13.33
%0
%47.06

Codes

Color #4D7587 in popluar color models

4D7587
RGB77117135
HSL199°27.36%41.57%
HSB/HSV199°42.96%52.94%
CMYK42.96%13.33%0.00%
47.06%

Color #4D7587 in popluar number systems.

HEX4D7587
Decimal77117135
Binary1001101111010110000111
Octal115165207

Shades and tints

Shades of #4D7587

#4D7587
(77,117,135)
#466B7B
(70,107,123)
#3F616F
(63,97,111)
#385763
(56,87,99)
#314D57
(49,77,87)
#2A434B
(42,67,75)
#23393F
(35,57,63)
#1C2F33
(28,47,51)
#152527
(21,37,39)
#0E1B1B
(14,27,27)
#07110F
(7,17,15)
#000000
(0,0,0)

Tints of #4D7587

#4D7587
(77,117,135)
#5D8191
(93,129,145)
#6D8D9B
(109,141,155)
#7D99A5
(125,153,165)
#8DA5AF
(141,165,175)
#9DB1B9
(157,177,185)
#ADBDC3
(173,189,195)
#BDC9CD
(189,201,205)
#CDD5D7
(205,213,215)
#DDE1E1
(221,225,225)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7587 color. Also use rgb(77,117,135) instead hex code.

Text Font Color

.myTextColor { color: #4D7587; }

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

This text font color is #4D7587.


Background Color

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

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

This div background color is #4D7587.


Border color

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

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

This div border color is #4D7587.


Opacity

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

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

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

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

This text has shadow with #4D7587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7587 on black background.


Color preview on white background

This text has color #4D7587 on white background.



Black color preview on #4D7587 background

This text has black color on #4D7587 background.


White color preview on #4D7587 background

This text has white color on #4D7587 background.