COLOR #4D2566

HEX: #4D2566 RGB: (77,37,102)

Color info

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

RGB color model

#4D2566 color RGB value is (77,37,102).

RGB: (77,37,102) (30%, 15%, 40%)

RGB channels and saturation

R 77 of 255 = 30%
G 37 of 255 = 15%
B 102 of 255 = 40%

77
37
102

R + G + B ~ 28%. #4D2566 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 37 + 102 = 216 (100%)
R 77 of 216 ~ 35.65%
G 37 of 216 ~ 17.13%
B 102 of 216 ~ 47.22'%

%35.65
%17.13
%47.22

CMYK color model

#4D2566 color CMYK value is (25,64,0,60).

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

CMYK: (25,64,0,60)
C25M64Y0K60 (25%, 64%, 0%, 60%)
(0.25 / 0.64 / 0.00 / 0.60)

CMYK percentages

%24.51
%63.73
%0
%60

Codes

Color #4D2566 in popluar color models

4D 25 66
RGB 77 37 102
HSL 277° 46.76% 27.25%
HSB/HSV 277° 63.73% 40.00%
CMYK 24.51% 63.73% 0.00%
60.00%

Color #4D2566 in popluar number systems.

HEX 4D 25 66
Decimal 77 37 102
Binary 1001101 100101 1100110
Octal 115 45 146

Shades and tints

Shades of #4D2566

#4D2566
(77,37,102)
#46225D
(70,34,93)
#3F1F54
(63,31,84)
#381C4B
(56,28,75)
#311942
(49,25,66)
#2A1639
(42,22,57)
#231330
(35,19,48)
#1C1027
(28,16,39)
#150D1E
(21,13,30)
#0E0A15
(14,10,21)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #4D2566

#4D2566
(77,37,102)
#5D3873
(93,56,115)
#6D4B80
(109,75,128)
#7D5E8D
(125,94,141)
#8D719A
(141,113,154)
#9D84A7
(157,132,167)
#AD97B4
(173,151,180)
#BDAAC1
(189,170,193)
#CDBDCE
(205,189,206)
#DDD0DB
(221,208,219)
#EDE3E8
(237,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2566; }

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

This text font color is #4D2566.

Background Color

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

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

This div background color is #4D2566.

Border color

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

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

This div border color is #4D2566.

Opacity

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

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

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

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

This text has shadow with #4D2566 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2566.

Preview

Color preview on black background

This text has color #4D2566 on black background.


Color preview on white background

This text has color #4D2566 on white background.


Black color preview on #4D2566 background

This text has black color on #4D2566 background.


White color preview on #4D2566 background

This text has white color on #4D2566 background.


Related colors

Complementary color

Complementary color for #hex is #B2DA99.


I love getcolorcode.com

Triadic colors

1 #664D25 and #25664D with #4D2566 are triadic colors.

2 #66254D and #254D66 with #4D2566 are triadic colors.