COLOR #4D4784

HEX: #4D4784
RGB: (77,71,132)

Color info

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

RGB color model

#4D4784 color RGB value is (77,71,132).

  • red value is 77;
  • green value is 71;
  • blue value is 132.
RGB:
(77,71,132)
(30%,28%,52%)

RGB channels and saturation

R 77 of 255 = 30%
G 71 of 255 = 28%
B 132 of 255 = 52%

77
71
132

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

Portions of RGB colors in percentages

R + G + B =
77 + 71 + 132 = 280 (100%)
R 77 of 280 ~ 27.5%
G 71 of 280 ~ 25.36%
B 132 of 280 ~ 47.14%

%27.5
%25.36
%47.14

CMYK color model

#4D4784 color CMYK value is (42,46,0,48).

  • cyan value is 41.67%
  • magenta value is 46.21%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(42,46,0,48)
C42M46Y0K48 
(42%,46%,0%,48%)
(0.42/0.46/0.00/0.48)	

CMYK percentages

%41.67
%46.21
%0
%48.24

Codes

Color #4D4784 in popluar color models

4D4784
RGB7771132
HSL246°30.05%39.80%
HSB/HSV246°46.21%51.76%
CMYK41.67%46.21%0.00%
48.24%

Color #4D4784 in popluar number systems.

HEX4D4784
Decimal7771132
Binary1001101100011110000100
Octal115107204

Shades and tints

Shades of #4D4784

#4D4784
(77,71,132)
#464178
(70,65,120)
#3F3B6C
(63,59,108)
#383560
(56,53,96)
#312F54
(49,47,84)
#2A2948
(42,41,72)
#23233C
(35,35,60)
#1C1D30
(28,29,48)
#151724
(21,23,36)
#0E1118
(14,17,24)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #4D4784

#4D4784
(77,71,132)
#5D578F
(93,87,143)
#6D679A
(109,103,154)
#7D77A5
(125,119,165)
#8D87B0
(141,135,176)
#9D97BB
(157,151,187)
#ADA7C6
(173,167,198)
#BDB7D1
(189,183,209)
#CDC7DC
(205,199,220)
#DDD7E7
(221,215,231)
#EDE7F2
(237,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4784 color. Also use rgb(77,71,132) instead hex code.

Text Font Color

.myTextColor { color: #4D4784; }

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

This text font color is #4D4784.


Background Color

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

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

This div background color is #4D4784.


Border color

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

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

This div border color is #4D4784.


Opacity

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

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

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

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

This text has shadow with #4D4784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4784 on black background.


Color preview on white background

This text has color #4D4784 on white background.



Black color preview on #4D4784 background

This text has black color on #4D4784 background.


White color preview on #4D4784 background

This text has white color on #4D4784 background.