COLOR #4D487E

HEX: #4D487E
RGB: (77,72,126)

Color info

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

RGB color model

#4D487E color RGB value is (77,72,126).

  • red value is 77;
  • green value is 72;
  • blue value is 126.
RGB:
(77,72,126)
(30%,28%,49%)

RGB channels and saturation

R 77 of 255 = 30%
G 72 of 255 = 28%
B 126 of 255 = 49%

77
72
126

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

Portions of RGB colors in percentages

R + G + B =
77 + 72 + 126 = 275 (100%)
R 77 of 275 ~ 28%
G 72 of 275 ~ 26.18%
B 126 of 275 ~ 45.82%

%28
%26.18
%45.82

CMYK color model

#4D487E color CMYK value is (39,43,0,51).

  • cyan value is 38.89%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(39,43,0,51)
C39M43Y0K51 
(39%,43%,0%,51%)
(0.39/0.43/0.00/0.51)	

CMYK percentages

%38.89
%42.86
%0
%50.59

Codes

Color #4D487E in popluar color models

4D487E
RGB7772126
HSL246°27.27%38.82%
HSB/HSV246°42.86%49.41%
CMYK38.89%42.86%0.00%
50.59%

Color #4D487E in popluar number systems.

HEX4D487E
Decimal7772126
Binary100110110010001111110
Octal115110176

Shades and tints

Shades of #4D487E

#4D487E
(77,72,126)
#464273
(70,66,115)
#3F3C68
(63,60,104)
#38365D
(56,54,93)
#313052
(49,48,82)
#2A2A47
(42,42,71)
#23243C
(35,36,60)
#1C1E31
(28,30,49)
#151826
(21,24,38)
#0E121B
(14,18,27)
#070C10
(7,12,16)
#000000
(0,0,0)

Tints of #4D487E

#4D487E
(77,72,126)
#5D5889
(93,88,137)
#6D6894
(109,104,148)
#7D789F
(125,120,159)
#8D88AA
(141,136,170)
#9D98B5
(157,152,181)
#ADA8C0
(173,168,192)
#BDB8CB
(189,184,203)
#CDC8D6
(205,200,214)
#DDD8E1
(221,216,225)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D487E; }

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

This text font color is #4D487E.


Background Color

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

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

This div background color is #4D487E.


Border color

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

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

This div border color is #4D487E.


Opacity

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

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

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

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

This text has shadow with #4D487E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D487E on black background.


Color preview on white background

This text has color #4D487E on white background.



Black color preview on #4D487E background

This text has black color on #4D487E background.


White color preview on #4D487E background

This text has white color on #4D487E background.