COLOR #4D406D

HEX: #4D406D RGB: (77,64,109)

Color info

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

RGB color model

#4D406D color RGB value is (77,64,109).

RGB: (77,64,109) (30%, 25%, 43%)

RGB channels and saturation

R 77 of 255 = 30%
G 64 of 255 = 25%
B 109 of 255 = 43%

77
64
109

R + G + B ~ 33%. #4D406D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 64 + 109 = 250 (100%)
R 77 of 250 ~ 30.8%
G 64 of 250 ~ 25.6%
B 109 of 250 ~ 43.6'%

%30.8
%25.6
%43.6

CMYK color model

#4D406D color CMYK value is (29,41,0,57).

  • cyan value is 29.36%
  • magenta value is 41.28%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (29,41,0,57)
C29M41Y0K57 (29%, 41%, 0%, 57%)
(0.29 / 0.41 / 0.00 / 0.57)

CMYK percentages

%29.36
%41.28
%0
%57.25

Codes

Color #4D406D in popluar color models

4D 40 6D
RGB 77 64 109
HSL 257° 26.01% 33.92%
HSB/HSV 257° 41.28% 42.75%
CMYK 29.36% 41.28% 0.00%
57.25%

Color #4D406D in popluar number systems.

HEX 4D 40 6D
Decimal 77 64 109
Binary 1001101 1000000 1101101
Octal 115 100 155

Shades and tints

Shades of #4D406D

#4D406D
(77,64,109)
#463B64
(70,59,100)
#3F365B
(63,54,91)
#383152
(56,49,82)
#312C49
(49,44,73)
#2A2740
(42,39,64)
#232237
(35,34,55)
#1C1D2E
(28,29,46)
#151825
(21,24,37)
#0E131C
(14,19,28)
#070E13
(7,14,19)
#000000
(0,0,0)

Tints of #4D406D

#4D406D
(77,64,109)
#5D517A
(93,81,122)
#6D6287
(109,98,135)
#7D7394
(125,115,148)
#8D84A1
(141,132,161)
#9D95AE
(157,149,174)
#ADA6BB
(173,166,187)
#BDB7C8
(189,183,200)
#CDC8D5
(205,200,213)
#DDD9E2
(221,217,226)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D406D color. Also use rgb(77,64,109) instead hex code.

Text Font Color

.myTextColor { color: #4D406D; }

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

This text font color is #4D406D.

Background Color

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

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

This div background color is #4D406D.

Border color

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

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

This div border color is #4D406D.

Opacity

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

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

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

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

This text has shadow with #4D406D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D406D.

Preview

Color preview on black background

This text has color #4D406D on black background.


Color preview on white background

This text has color #4D406D on white background.


Black color preview on #4D406D background

This text has black color on #4D406D background.


White color preview on #4D406D background

This text has white color on #4D406D background.


Related colors

Complementary color

Complementary color for #hex is #B2BF92.


I love getcolorcode.com

Triadic colors

1 #6D4D40 and #406D4D with #4D406D are triadic colors.

2 #6D404D and #404D6D with #4D406D are triadic colors.