COLOR #4D467D

HEX: #4D467D RGB: (77,70,125)

Color info

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

RGB color model

#4D467D color RGB value is (77,70,125).

RGB: (77,70,125) (30%, 27%, 49%)

RGB channels and saturation

R 77 of 255 = 30%
G 70 of 255 = 27%
B 125 of 255 = 49%

77
70
125

R + G + B ~ 35%. #4D467D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 70 + 125 = 272 (100%)
R 77 of 272 ~ 28.31%
G 70 of 272 ~ 25.74%
B 125 of 272 ~ 45.96'%

%28.31
%25.74
%45.96

CMYK color model

#4D467D color CMYK value is (38,44,0,51).

  • cyan value is 38.40%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (38,44,0,51) C38M44Y0K51 (38%,44%,0%,51%) (0.38/0.44/0.00/0.51) 

CMYK percentages

%38.4
%44
%0
%50.98

Codes

Color #4D467D in popluar color models

4D 46 7D
RGB 77 70 125
HSL 248° 28.21% 38.24%
HSB/HSV 248° 44.00% 49.02%
CMYK 38.40% 44.00% 0.00%
50.98%

Color #4D467D in popluar number systems.

HEX 4D 46 7D
Decimal 77 70 125
Binary 1001101 1000110 1111101
Octal 115 106 175

Shades and tints

Shades of #4D467D

#4D467D
(77,70,125)
#464072
(70,64,114)
#3F3A67
(63,58,103)
#38345C
(56,52,92)
#312E51
(49,46,81)
#2A2846
(42,40,70)
#23223B
(35,34,59)
#1C1C30
(28,28,48)
#151625
(21,22,37)
#0E101A
(14,16,26)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #4D467D

#4D467D
(77,70,125)
#5D5688
(93,86,136)
#6D6693
(109,102,147)
#7D769E
(125,118,158)
#8D86A9
(141,134,169)
#9D96B4
(157,150,180)
#ADA6BF
(173,166,191)
#BDB6CA
(189,182,202)
#CDC6D5
(205,198,213)
#DDD6E0
(221,214,224)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D467D; }

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

This text font color is #4D467D.

Background Color

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

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

This div background color is #4D467D.

Border color

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

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

This div border color is #4D467D.

Opacity

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

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

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

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

This text has shadow with #4D467D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D467D.

Preview

Color preview on black background

This text has color #4D467D on black background.


Color preview on white background

This text has color #4D467D on white background.


Black color preview on #4D467D background

This text has black color on #4D467D background.


White color preview on #4D467D background

This text has white color on #4D467D background.


Related colors

Complementary color

Complementary color for #hex is #B2B982.


I love getcolorcode.com

Triadic colors

1 #7D4D46 and #467D4D with #4D467D are triadic colors.

2 #7D464D and #464D7D with #4D467D are triadic colors.