COLOR #4D7487

HEX: #4D7487 RGB: (77,116,135)

Color info

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

RGB color model

#4D7487 color RGB value is (77,116,135).

RGB: (77,116,135) (30%, 45%, 53%)

RGB channels and saturation

R 77 of 255 = 30%
G 116 of 255 = 45%
B 135 of 255 = 53%

77
116
135

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

Portions of RGB colors in percentages

R + G + B = 77 + 116 + 135 = 328 (100%)
R 77 of 328 ~ 23.48%
G 116 of 328 ~ 35.37%
B 135 of 328 ~ 41.16'%

%23.48
%35.37
%41.16

CMYK color model

#4D7487 color CMYK value is (43,14,0,47).

  • cyan value is 42.96%
  • magenta value is 14.07%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (43,14,0,47)
C43M14Y0K47 (43%, 14%, 0%, 47%)
(0.43 / 0.14 / 0.00 / 0.47)

CMYK percentages

%42.96
%14.07
%0
%47.06

Codes

Color #4D7487 in popluar color models

4D 74 87
RGB 77 116 135
HSL 200° 27.36% 41.57%
HSB/HSV 200° 42.96% 52.94%
CMYK 42.96% 14.07% 0.00%
47.06%

Color #4D7487 in popluar number systems.

HEX 4D 74 87
Decimal 77 116 135
Binary 1001101 1110100 10000111
Octal 115 164 207

Shades and tints

Shades of #4D7487

#4D7487
(77,116,135)
#466A7B
(70,106,123)
#3F606F
(63,96,111)
#385663
(56,86,99)
#314C57
(49,76,87)
#2A424B
(42,66,75)
#23383F
(35,56,63)
#1C2E33
(28,46,51)
#152427
(21,36,39)
#0E1A1B
(14,26,27)
#07100F
(7,16,15)
#000000
(0,0,0)

Tints of #4D7487

#4D7487
(77,116,135)
#5D8091
(93,128,145)
#6D8C9B
(109,140,155)
#7D98A5
(125,152,165)
#8DA4AF
(141,164,175)
#9DB0B9
(157,176,185)
#ADBCC3
(173,188,195)
#BDC8CD
(189,200,205)
#CDD4D7
(205,212,215)
#DDE0E1
(221,224,225)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7487; }

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

This text font color is #4D7487.

Background Color

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

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

This div background color is #4D7487.

Border color

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

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

This div border color is #4D7487.

Opacity

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

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

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

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

This text has shadow with #4D7487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D7487.

Preview

Color preview on black background

This text has color #4D7487 on black background.


Color preview on white background

This text has color #4D7487 on white background.


Black color preview on #4D7487 background

This text has black color on #4D7487 background.


White color preview on #4D7487 background

This text has white color on #4D7487 background.


Related colors

Complementary color

Complementary color for #hex is #B28B78.


I love getcolorcode.com

Triadic colors

1 #874D74 and #74874D with #4D7487 are triadic colors.

2 #87744D and #744D87 with #4D7487 are triadic colors.