COLOR #4D407D

HEX: #4D407D RGB: (77,64,125)

Color info

#4D407D contains mainly red and blue colors. Web safe color of #4D407D is #333366 (or #336).

RGB color model

#4D407D color RGB value is (77,64,125).

RGB: (77,64,125) (30%, 25%, 49%)

RGB channels and saturation

R 77 of 255 = 30%
G 64 of 255 = 25%
B 125 of 255 = 49%

77
64
125

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

Portions of RGB colors in percentages

R + G + B = 77 + 64 + 125 = 266 (100%)
R 77 of 266 ~ 28.95%
G 64 of 266 ~ 24.06%
B 125 of 266 ~ 46.99'%

%28.95
%24.06
%46.99

CMYK color model

#4D407D color CMYK value is (38,49,0,51).

  • cyan value is 38.40%
  • magenta value is 48.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (38,49,0,51)
C38M49Y0K51 (38%, 49%, 0%, 51%)
(0.38 / 0.49 / 0.00 / 0.51)

CMYK percentages

%38.4
%48.8
%0
%50.98

Codes

Color #4D407D in popluar color models

4D 40 7D
RGB 77 64 125
HSL 253° 32.28% 37.06%
HSB/HSV 253° 48.80% 49.02%
CMYK 38.40% 48.80% 0.00%
50.98%

Color #4D407D in popluar number systems.

HEX 4D 40 7D
Decimal 77 64 125
Binary 1001101 1000000 1111101
Octal 115 100 175

Shades and tints

Shades of #4D407D

#4D407D
(77,64,125)
#463B72
(70,59,114)
#3F3667
(63,54,103)
#38315C
(56,49,92)
#312C51
(49,44,81)
#2A2746
(42,39,70)
#23223B
(35,34,59)
#1C1D30
(28,29,48)
#151825
(21,24,37)
#0E131A
(14,19,26)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #4D407D

#4D407D
(77,64,125)
#5D5188
(93,81,136)
#6D6293
(109,98,147)
#7D739E
(125,115,158)
#8D84A9
(141,132,169)
#9D95B4
(157,149,180)
#ADA6BF
(173,166,191)
#BDB7CA
(189,183,202)
#CDC8D5
(205,200,213)
#DDD9E0
(221,217,224)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D407D; }

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

This text font color is #4D407D.

Background Color

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

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

This div background color is #4D407D.

Border color

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

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

This div border color is #4D407D.

Opacity

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

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

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

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

This text has shadow with #4D407D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D407D.

Preview

Color preview on black background

This text has color #4D407D on black background.


Color preview on white background

This text has color #4D407D on white background.


Black color preview on #4D407D background

This text has black color on #4D407D background.


White color preview on #4D407D background

This text has white color on #4D407D background.


Related colors

Complementary color

Complementary color for #hex is #B2BF82.


I love getcolorcode.com

Triadic colors

1 #7D4D40 and #407D4D with #4D407D are triadic colors.

2 #7D404D and #404D7D with #4D407D are triadic colors.