COLOR #4D4A87

HEX: #4D4A87
RGB: (77,74,135)

Color info

#4D4A87 contains mainly red and blue colors. Web safe color of #4D4A87 is #333399 (or #339).

RGB color model

#4D4A87 color RGB value is (77,74,135).

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

RGB channels and saturation

R 77 of 255 = 30%
G 74 of 255 = 29%
B 135 of 255 = 53%

77
74
135

R + G + B ~ 37%. #4D4A87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 74 + 135 = 286 (100%)
R 77 of 286 ~ 26.92%
G 74 of 286 ~ 25.87%
B 135 of 286 ~ 47.2%

%26.92
%25.87
%47.2

CMYK color model

#4D4A87 color CMYK value is (43,45,0,47).

  • cyan value is 42.96%
  • magenta value is 45.19%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(43,45,0,47)
C43M45Y0K47 
(43%,45%,0%,47%)
(0.43/0.45/0.00/0.47)	

CMYK percentages

%42.96
%45.19
%0
%47.06

Codes

Color #4D4A87 in popluar color models

4D4A87
RGB7774135
HSL243°29.19%40.98%
HSB/HSV243°45.19%52.94%
CMYK42.96%45.19%0.00%
47.06%

Color #4D4A87 in popluar number systems.

HEX4D4A87
Decimal7774135
Binary1001101100101010000111
Octal115112207

Shades and tints

Shades of #4D4A87

#4D4A87
(77,74,135)
#46447B
(70,68,123)
#3F3E6F
(63,62,111)
#383863
(56,56,99)
#313257
(49,50,87)
#2A2C4B
(42,44,75)
#23263F
(35,38,63)
#1C2033
(28,32,51)
#151A27
(21,26,39)
#0E141B
(14,20,27)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #4D4A87

#4D4A87
(77,74,135)
#5D5A91
(93,90,145)
#6D6A9B
(109,106,155)
#7D7AA5
(125,122,165)
#8D8AAF
(141,138,175)
#9D9AB9
(157,154,185)
#ADAAC3
(173,170,195)
#BDBACD
(189,186,205)
#CDCAD7
(205,202,215)
#DDDAE1
(221,218,225)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4A87; }

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

This text font color is #4D4A87.


Background Color

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

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

This div background color is #4D4A87.


Border color

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

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

This div border color is #4D4A87.


Opacity

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

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

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

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

This text has shadow with #4D4A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4A87 on black background.


Color preview on white background

This text has color #4D4A87 on white background.



Black color preview on #4D4A87 background

This text has black color on #4D4A87 background.


White color preview on #4D4A87 background

This text has white color on #4D4A87 background.