COLOR #4D2593

HEX: #4D2593 RGB: (77,37,147)

Color info

#4D2593 contains mainly blue color. Web safe color of #4D2593 is #333399 (or #339).

RGB color model

#4D2593 color RGB value is (77,37,147).

RGB: (77,37,147) (30%, 15%, 58%)

RGB channels and saturation

R 77 of 255 = 30%
G 37 of 255 = 15%
B 147 of 255 = 58%

77
37
147

R + G + B ~ 34%. #4D2593 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 37 + 147 = 261 (100%)
R 77 of 261 ~ 29.5%
G 37 of 261 ~ 14.18%
B 147 of 261 ~ 56.32'%

%29.5
%14.18
%56.32

CMYK color model

#4D2593 color CMYK value is (48,75,0,42).

  • cyan value is 47.62%
  • magenta value is 74.83%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (48,75,0,42)
C48M75Y0K42 (48%, 75%, 0%, 42%)
(0.48 / 0.75 / 0.00 / 0.42)

CMYK percentages

%47.62
%74.83
%0
%42.35

Codes

Color #4D2593 in popluar color models

4D 25 93
RGB 77 37 147
HSL 262° 59.78% 36.08%
HSB/HSV 262° 74.83% 57.65%
CMYK 47.62% 74.83% 0.00%
42.35%

Color #4D2593 in popluar number systems.

HEX 4D 25 93
Decimal 77 37 147
Binary 1001101 100101 10010011
Octal 115 45 223

Shades and tints

Shades of #4D2593

#4D2593
(77,37,147)
#462286
(70,34,134)
#3F1F79
(63,31,121)
#381C6C
(56,28,108)
#31195F
(49,25,95)
#2A1652
(42,22,82)
#231345
(35,19,69)
#1C1038
(28,16,56)
#150D2B
(21,13,43)
#0E0A1E
(14,10,30)
#070711
(7,7,17)
#000000
(0,0,0)

Tints of #4D2593

#4D2593
(77,37,147)
#5D389C
(93,56,156)
#6D4BA5
(109,75,165)
#7D5EAE
(125,94,174)
#8D71B7
(141,113,183)
#9D84C0
(157,132,192)
#AD97C9
(173,151,201)
#BDAAD2
(189,170,210)
#CDBDDB
(205,189,219)
#DDD0E4
(221,208,228)
#EDE3ED
(237,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2593; }

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

This text font color is #4D2593.

Background Color

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

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

This div background color is #4D2593.

Border color

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

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

This div border color is #4D2593.

Opacity

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

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

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

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

This text has shadow with #4D2593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2593.

Preview

Color preview on black background

This text has color #4D2593 on black background.


Color preview on white background

This text has color #4D2593 on white background.


Black color preview on #4D2593 background

This text has black color on #4D2593 background.


White color preview on #4D2593 background

This text has white color on #4D2593 background.


Related colors

Complementary color

Complementary color for #hex is #B2DA6C.


I love getcolorcode.com

Triadic colors

1 #934D25 and #25934D with #4D2593 are triadic colors.

2 #93254D and #254D93 with #4D2593 are triadic colors.