COLOR #4D4970

HEX: #4D4970
RGB: (77,73,112)

Color info

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

RGB color model

#4D4970 color RGB value is (77,73,112).

  • red value is 77;
  • green value is 73;
  • blue value is 112.
RGB:
(77,73,112)
(30%,29%,44%)

RGB channels and saturation

R 77 of 255 = 30%
G 73 of 255 = 29%
B 112 of 255 = 44%

77
73
112

R + G + B ~ 34%. #4D4970 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 73 + 112 = 262 (100%)
R 77 of 262 ~ 29.39%
G 73 of 262 ~ 27.86%
B 112 of 262 ~ 42.75%

%29.39
%27.86
%42.75

CMYK color model

#4D4970 color CMYK value is (31,35,0,56).

  • cyan value is 31.25%
  • magenta value is 34.82%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(31,35,0,56)
C31M35Y0K56 
(31%,35%,0%,56%)
(0.31/0.35/0.00/0.56)	

CMYK percentages

%31.25
%34.82
%0
%56.08

Codes

Color #4D4970 in popluar color models

4D4970
RGB7773112
HSL246°21.08%36.27%
HSB/HSV246°34.82%43.92%
CMYK31.25%34.82%0.00%
56.08%

Color #4D4970 in popluar number systems.

HEX4D4970
Decimal7773112
Binary100110110010011110000
Octal115111160

Shades and tints

Shades of #4D4970

#4D4970
(77,73,112)
#464366
(70,67,102)
#3F3D5C
(63,61,92)
#383752
(56,55,82)
#313148
(49,49,72)
#2A2B3E
(42,43,62)
#232534
(35,37,52)
#1C1F2A
(28,31,42)
#151920
(21,25,32)
#0E1316
(14,19,22)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #4D4970

#4D4970
(77,73,112)
#5D597D
(93,89,125)
#6D698A
(109,105,138)
#7D7997
(125,121,151)
#8D89A4
(141,137,164)
#9D99B1
(157,153,177)
#ADA9BE
(173,169,190)
#BDB9CB
(189,185,203)
#CDC9D8
(205,201,216)
#DDD9E5
(221,217,229)
#EDE9F2
(237,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4970 color. Also use rgb(77,73,112) instead hex code.

Text Font Color

.myTextColor { color: #4D4970; }

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

This text font color is #4D4970.


Background Color

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

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

This div background color is #4D4970.


Border color

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

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

This div border color is #4D4970.


Opacity

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

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

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

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

This text has shadow with #4D4970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4970 on black background.


Color preview on white background

This text has color #4D4970 on white background.



Black color preview on #4D4970 background

This text has black color on #4D4970 background.


White color preview on #4D4970 background

This text has white color on #4D4970 background.