COLOR #4D4466

HEX: #4D4466 RGB: (77,68,102)

Color info

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

RGB color model

#4D4466 color RGB value is (77,68,102).

RGB: (77,68,102) (30%, 27%, 40%)

RGB channels and saturation

R 77 of 255 = 30%
G 68 of 255 = 27%
B 102 of 255 = 40%

77
68
102

R + G + B ~ 32%. #4D4466 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 68 + 102 = 247 (100%)
R 77 of 247 ~ 31.17%
G 68 of 247 ~ 27.53%
B 102 of 247 ~ 41.3'%

%31.17
%27.53
%41.3

CMYK color model

#4D4466 color CMYK value is (25,33,0,60).

  • cyan value is 24.51%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (25,33,0,60)
C25M33Y0K60 (25%, 33%, 0%, 60%)
(0.25 / 0.33 / 0.00 / 0.60)

CMYK percentages

%24.51
%33.33
%0
%60

Codes

Color #4D4466 in popluar color models

4D 44 66
RGB 77 68 102
HSL 256° 20.00% 33.33%
HSB/HSV 256° 33.33% 40.00%
CMYK 24.51% 33.33% 0.00%
60.00%

Color #4D4466 in popluar number systems.

HEX 4D 44 66
Decimal 77 68 102
Binary 1001101 1000100 1100110
Octal 115 104 146

Shades and tints

Shades of #4D4466

#4D4466
(77,68,102)
#463E5D
(70,62,93)
#3F3854
(63,56,84)
#38324B
(56,50,75)
#312C42
(49,44,66)
#2A2639
(42,38,57)
#232030
(35,32,48)
#1C1A27
(28,26,39)
#15141E
(21,20,30)
#0E0E15
(14,14,21)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #4D4466

#4D4466
(77,68,102)
#5D5573
(93,85,115)
#6D6680
(109,102,128)
#7D778D
(125,119,141)
#8D889A
(141,136,154)
#9D99A7
(157,153,167)
#ADAAB4
(173,170,180)
#BDBBC1
(189,187,193)
#CDCCCE
(205,204,206)
#DDDDDB
(221,221,219)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4466 color. Also use rgb(77,68,102) instead hex code.

Text Font Color

.myTextColor { color: #4D4466; }

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

This text font color is #4D4466.

Background Color

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

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

This div background color is #4D4466.

Border color

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

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

This div border color is #4D4466.

Opacity

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

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

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

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

This text has shadow with #4D4466 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4466.

Preview

Color preview on black background

This text has color #4D4466 on black background.


Color preview on white background

This text has color #4D4466 on white background.


Black color preview on #4D4466 background

This text has black color on #4D4466 background.


White color preview on #4D4466 background

This text has white color on #4D4466 background.


Related colors

Complementary color

Complementary color for #hex is #B2BB99.


I love getcolorcode.com

Triadic colors

1 #664D44 and #44664D with #4D4466 are triadic colors.

2 #66444D and #444D66 with #4D4466 are triadic colors.