COLOR #4D487F

HEX: #4D487F RGB: (77,72,127)

Color info

#4D487F contains red, green and blue colors in about the same proportion. Web safe color of #4D487F is #333366 (or #336).

RGB color model

#4D487F color RGB value is (77,72,127).

RGB: (77,72,127) (30%, 28%, 50%)

RGB channels and saturation

R 77 of 255 = 30%
G 72 of 255 = 28%
B 127 of 255 = 50%

77
72
127

R + G + B ~ 36%. #4D487F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 72 + 127 = 276 (100%)
R 77 of 276 ~ 27.9%
G 72 of 276 ~ 26.09%
B 127 of 276 ~ 46.01'%

%27.9
%26.09
%46.01

CMYK color model

#4D487F color CMYK value is (39,43,0,50).

  • cyan value is 39.37%
  • magenta value is 43.31%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (39,43,0,50)
C39M43Y0K50 (39%, 43%, 0%, 50%)
(0.39 / 0.43 / 0.00 / 0.50)

CMYK percentages

%39.37
%43.31
%0
%50.2

Codes

Color #4D487F in popluar color models

4D 48 7F
RGB 77 72 127
HSL 245° 27.64% 39.02%
HSB/HSV 245° 43.31% 49.80%
CMYK 39.37% 43.31% 0.00%
50.20%

Color #4D487F in popluar number systems.

HEX 4D 48 7F
Decimal 77 72 127
Binary 1001101 1001000 1111111
Octal 115 110 177

Shades and tints

Shades of #4D487F

#4D487F
(77,72,127)
#464274
(70,66,116)
#3F3C69
(63,60,105)
#38365E
(56,54,94)
#313053
(49,48,83)
#2A2A48
(42,42,72)
#23243D
(35,36,61)
#1C1E32
(28,30,50)
#151827
(21,24,39)
#0E121C
(14,18,28)
#070C11
(7,12,17)
#000000
(0,0,0)

Tints of #4D487F

#4D487F
(77,72,127)
#5D588A
(93,88,138)
#6D6895
(109,104,149)
#7D78A0
(125,120,160)
#8D88AB
(141,136,171)
#9D98B6
(157,152,182)
#ADA8C1
(173,168,193)
#BDB8CC
(189,184,204)
#CDC8D7
(205,200,215)
#DDD8E2
(221,216,226)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D487F color. Also use rgb(77,72,127) instead hex code.

Text Font Color

.myTextColor { color: #4D487F; }

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

This text font color is #4D487F.

Background Color

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

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

This div background color is #4D487F.

Border color

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

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

This div border color is #4D487F.

Opacity

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

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

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

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

This text has shadow with #4D487F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D487F.

Preview

Color preview on black background

This text has color #4D487F on black background.


Color preview on white background

This text has color #4D487F on white background.


Black color preview on #4D487F background

This text has black color on #4D487F background.


White color preview on #4D487F background

This text has white color on #4D487F background.


Related colors

Complementary color

Complementary color for #hex is #B2B780.


I love getcolorcode.com

Triadic colors

1 #7F4D48 and #487F4D with #4D487F are triadic colors.

2 #7F484D and #484D7F with #4D487F are triadic colors.