COLOR #4D466A

HEX: #4D466A RGB: (77,70,106)

Color info

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

RGB color model

#4D466A color RGB value is (77,70,106).

RGB: (77,70,106) (30%, 27%, 42%)

RGB channels and saturation

R 77 of 255 = 30%
G 70 of 255 = 27%
B 106 of 255 = 42%

77
70
106

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

Portions of RGB colors in percentages

R + G + B = 77 + 70 + 106 = 253 (100%)
R 77 of 253 ~ 30.43%
G 70 of 253 ~ 27.67%
B 106 of 253 ~ 41.9'%

%30.43
%27.67
%41.9

CMYK color model

#4D466A color CMYK value is (27,34,0,58).

  • cyan value is 27.36%
  • magenta value is 33.96%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (27,34,0,58)
C27M34Y0K58 (27%, 34%, 0%, 58%)
(0.27 / 0.34 / 0.00 / 0.58)

CMYK percentages

%27.36
%33.96
%0
%58.43

Codes

Color #4D466A in popluar color models

4D 46 6A
RGB 77 70 106
HSL 252° 20.45% 34.51%
HSB/HSV 252° 33.96% 41.57%
CMYK 27.36% 33.96% 0.00%
58.43%

Color #4D466A in popluar number systems.

HEX 4D 46 6A
Decimal 77 70 106
Binary 1001101 1000110 1101010
Octal 115 106 152

Shades and tints

Shades of #4D466A

#4D466A
(77,70,106)
#464061
(70,64,97)
#3F3A58
(63,58,88)
#38344F
(56,52,79)
#312E46
(49,46,70)
#2A283D
(42,40,61)
#232234
(35,34,52)
#1C1C2B
(28,28,43)
#151622
(21,22,34)
#0E1019
(14,16,25)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #4D466A

#4D466A
(77,70,106)
#5D5677
(93,86,119)
#6D6684
(109,102,132)
#7D7691
(125,118,145)
#8D869E
(141,134,158)
#9D96AB
(157,150,171)
#ADA6B8
(173,166,184)
#BDB6C5
(189,182,197)
#CDC6D2
(205,198,210)
#DDD6DF
(221,214,223)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D466A; }

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

This text font color is #4D466A.

Background Color

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

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

This div background color is #4D466A.

Border color

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

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

This div border color is #4D466A.

Opacity

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

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

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

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

This text has shadow with #4D466A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D466A.

Preview

Color preview on black background

This text has color #4D466A on black background.


Color preview on white background

This text has color #4D466A on white background.


Black color preview on #4D466A background

This text has black color on #4D466A background.


White color preview on #4D466A background

This text has white color on #4D466A background.


Related colors

Complementary color

Complementary color for #hex is #B2B995.


I love getcolorcode.com

Triadic colors

1 #6A4D46 and #466A4D with #4D466A are triadic colors.

2 #6A464D and #464D6A with #4D466A are triadic colors.