COLOR #4D4F84

HEX: #4D4F84
RGB: (77,79,132)

Color info

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

RGB color model

#4D4F84 color RGB value is (77,79,132).

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

RGB channels and saturation

R 77 of 255 = 30%
G 79 of 255 = 31%
B 132 of 255 = 52%

77
79
132

R + G + B ~ 38%. #4D4F84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 79 + 132 = 288 (100%)
R 77 of 288 ~ 26.74%
G 79 of 288 ~ 27.43%
B 132 of 288 ~ 45.83%

%26.74
%27.43
%45.83

CMYK color model

#4D4F84 color CMYK value is (42,40,0,48).

  • cyan value is 41.67%
  • magenta value is 40.15%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(42,40,0,48)
C42M40Y0K48 
(42%,40%,0%,48%)
(0.42/0.40/0.00/0.48)	

CMYK percentages

%41.67
%40.15
%0
%48.24

Codes

Color #4D4F84 in popluar color models

4D4F84
RGB7779132
HSL238°26.32%40.98%
HSB/HSV238°41.67%51.76%
CMYK41.67%40.15%0.00%
48.24%

Color #4D4F84 in popluar number systems.

HEX4D4F84
Decimal7779132
Binary1001101100111110000100
Octal115117204

Shades and tints

Shades of #4D4F84

#4D4F84
(77,79,132)
#464878
(70,72,120)
#3F416C
(63,65,108)
#383A60
(56,58,96)
#313354
(49,51,84)
#2A2C48
(42,44,72)
#23253C
(35,37,60)
#1C1E30
(28,30,48)
#151724
(21,23,36)
#0E1018
(14,16,24)
#07090C
(7,9,12)
#000000
(0,0,0)

Tints of #4D4F84

#4D4F84
(77,79,132)
#5D5F8F
(93,95,143)
#6D6F9A
(109,111,154)
#7D7FA5
(125,127,165)
#8D8FB0
(141,143,176)
#9D9FBB
(157,159,187)
#ADAFC6
(173,175,198)
#BDBFD1
(189,191,209)
#CDCFDC
(205,207,220)
#DDDFE7
(221,223,231)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4F84; }

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

This text font color is #4D4F84.


Background Color

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

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

This div background color is #4D4F84.


Border color

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

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

This div border color is #4D4F84.


Opacity

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

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

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

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

This text has shadow with #4D4F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4F84 on black background.


Color preview on white background

This text has color #4D4F84 on white background.



Black color preview on #4D4F84 background

This text has black color on #4D4F84 background.


White color preview on #4D4F84 background

This text has white color on #4D4F84 background.