COLOR #4D327B

HEX: #4D327B RGB: (77,50,123)

Color info

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

RGB color model

#4D327B color RGB value is (77,50,123).

RGB: (77,50,123) (30%, 20%, 48%)

RGB channels and saturation

R 77 of 255 = 30%
G 50 of 255 = 20%
B 123 of 255 = 48%

77
50
123

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

Portions of RGB colors in percentages

R + G + B = 77 + 50 + 123 = 250 (100%)
R 77 of 250 ~ 30.8%
G 50 of 250 ~ 20%
B 123 of 250 ~ 49.2'%

%30.8
%20
%49.2

CMYK color model

#4D327B color CMYK value is (37,59,0,52).

  • cyan value is 37.40%
  • magenta value is 59.35%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (37,59,0,52)
C37M59Y0K52 (37%, 59%, 0%, 52%)
(0.37 / 0.59 / 0.00 / 0.52)

CMYK percentages

%37.4
%59.35
%0
%51.76

Codes

Color #4D327B in popluar color models

4D 32 7B
RGB 77 50 123
HSL 262° 42.20% 33.92%
HSB/HSV 262° 59.35% 48.24%
CMYK 37.40% 59.35% 0.00%
51.76%

Color #4D327B in popluar number systems.

HEX 4D 32 7B
Decimal 77 50 123
Binary 1001101 110010 1111011
Octal 115 62 173

Shades and tints

Shades of #4D327B

#4D327B
(77,50,123)
#462E70
(70,46,112)
#3F2A65
(63,42,101)
#38265A
(56,38,90)
#31224F
(49,34,79)
#2A1E44
(42,30,68)
#231A39
(35,26,57)
#1C162E
(28,22,46)
#151223
(21,18,35)
#0E0E18
(14,14,24)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #4D327B

#4D327B
(77,50,123)
#5D4487
(93,68,135)
#6D5693
(109,86,147)
#7D689F
(125,104,159)
#8D7AAB
(141,122,171)
#9D8CB7
(157,140,183)
#AD9EC3
(173,158,195)
#BDB0CF
(189,176,207)
#CDC2DB
(205,194,219)
#DDD4E7
(221,212,231)
#EDE6F3
(237,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D327B color. Also use rgb(77,50,123) instead hex code.

Text Font Color

.myTextColor { color: #4D327B; }

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

This text font color is #4D327B.

Background Color

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

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

This div background color is #4D327B.

Border color

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

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

This div border color is #4D327B.

Opacity

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

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

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

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

This text has shadow with #4D327B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D327B.

Preview

Color preview on black background

This text has color #4D327B on black background.


Color preview on white background

This text has color #4D327B on white background.


Black color preview on #4D327B background

This text has black color on #4D327B background.


White color preview on #4D327B background

This text has white color on #4D327B background.


Related colors

Complementary color

Complementary color for #hex is #B2CD84.


I love getcolorcode.com

Triadic colors

1 #7B4D32 and #327B4D with #4D327B are triadic colors.

2 #7B324D and #324D7B with #4D327B are triadic colors.