COLOR #4D4672

HEX: #4D4672 RGB: (77,70,114)

Color info

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

RGB color model

#4D4672 color RGB value is (77,70,114).

RGB: (77,70,114) (30%, 27%, 45%)

RGB channels and saturation

R 77 of 255 = 30%
G 70 of 255 = 27%
B 114 of 255 = 45%

77
70
114

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

Portions of RGB colors in percentages

R + G + B = 77 + 70 + 114 = 261 (100%)
R 77 of 261 ~ 29.5%
G 70 of 261 ~ 26.82%
B 114 of 261 ~ 43.68'%

%29.5
%26.82
%43.68

CMYK color model

#4D4672 color CMYK value is (32,39,0,55).

  • cyan value is 32.46%
  • magenta value is 38.60%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK: (32,39,0,55) C32M39Y0K55 (32%,39%,0%,55%) (0.32/0.39/0.00/0.55) 

CMYK percentages

%32.46
%38.6
%0
%55.29

Codes

Color #4D4672 in popluar color models

4D 46 72
RGB 77 70 114
HSL 250° 23.91% 36.08%
HSB/HSV 250° 38.60% 44.71%
CMYK 32.46% 38.60% 0.00%
55.29%

Color #4D4672 in popluar number systems.

HEX 4D 46 72
Decimal 77 70 114
Binary 1001101 1000110 1110010
Octal 115 106 162

Shades and tints

Shades of #4D4672

#4D4672
(77,70,114)
#464068
(70,64,104)
#3F3A5E
(63,58,94)
#383454
(56,52,84)
#312E4A
(49,46,74)
#2A2840
(42,40,64)
#232236
(35,34,54)
#1C1C2C
(28,28,44)
#151622
(21,22,34)
#0E1018
(14,16,24)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #4D4672

#4D4672
(77,70,114)
#5D567E
(93,86,126)
#6D668A
(109,102,138)
#7D7696
(125,118,150)
#8D86A2
(141,134,162)
#9D96AE
(157,150,174)
#ADA6BA
(173,166,186)
#BDB6C6
(189,182,198)
#CDC6D2
(205,198,210)
#DDD6DE
(221,214,222)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4672 color. Also use rgb(77,70,114) instead hex code.

Text Font Color

.myTextColor { color: #4D4672; }

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

This text font color is #4D4672.

Background Color

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

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

This div background color is #4D4672.

Border color

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

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

This div border color is #4D4672.

Opacity

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

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

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

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

This text has shadow with #4D4672 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4672.

Preview

Color preview on black background

This text has color #4D4672 on black background.


Color preview on white background

This text has color #4D4672 on white background.


Black color preview on #4D4672 background

This text has black color on #4D4672 background.


White color preview on #4D4672 background

This text has white color on #4D4672 background.


Related colors

Complementary color

Complementary color for #hex is #B2B98D.


I love getcolorcode.com

Triadic colors

1 #724D46 and #46724D with #4D4672 are triadic colors.

2 #72464D and #464D72 with #4D4672 are triadic colors.