COLOR #4D4593

HEX: #4D4593
RGB: (77,69,147)

Color info

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

RGB color model

#4D4593 color RGB value is (77,69,147).

  • red value is 77;
  • green value is 69;
  • blue value is 147.
RGB:
(77,69,147)
(30%,27%,58%)

RGB channels and saturation

R 77 of 255 = 30%
G 69 of 255 = 27%
B 147 of 255 = 58%

77
69
147

R + G + B ~ 38%. #4D4593 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 69 + 147 = 293 (100%)
R 77 of 293 ~ 26.28%
G 69 of 293 ~ 23.55%
B 147 of 293 ~ 50.17%

%26.28
%23.55
%50.17

CMYK color model

#4D4593 color CMYK value is (48,53,0,42).

  • cyan value is 47.62%
  • magenta value is 53.06%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(48,53,0,42)
C48M53Y0K42 
(48%,53%,0%,42%)
(0.48/0.53/0.00/0.42)	

CMYK percentages

%47.62
%53.06
%0
%42.35

Codes

Color #4D4593 in popluar color models

4D4593
RGB7769147
HSL246°36.11%42.35%
HSB/HSV246°53.06%57.65%
CMYK47.62%53.06%0.00%
42.35%

Color #4D4593 in popluar number systems.

HEX4D4593
Decimal7769147
Binary1001101100010110010011
Octal115105223

Shades and tints

Shades of #4D4593

#4D4593
(77,69,147)
#463F86
(70,63,134)
#3F3979
(63,57,121)
#38336C
(56,51,108)
#312D5F
(49,45,95)
#2A2752
(42,39,82)
#232145
(35,33,69)
#1C1B38
(28,27,56)
#15152B
(21,21,43)
#0E0F1E
(14,15,30)
#070911
(7,9,17)
#000000
(0,0,0)

Tints of #4D4593

#4D4593
(77,69,147)
#5D559C
(93,85,156)
#6D65A5
(109,101,165)
#7D75AE
(125,117,174)
#8D85B7
(141,133,183)
#9D95C0
(157,149,192)
#ADA5C9
(173,165,201)
#BDB5D2
(189,181,210)
#CDC5DB
(205,197,219)
#DDD5E4
(221,213,228)
#EDE5ED
(237,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4593; }

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

This text font color is #4D4593.


Background Color

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

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

This div background color is #4D4593.


Border color

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

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

This div border color is #4D4593.


Opacity

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

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

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

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

This text has shadow with #4D4593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4593 on black background.


Color preview on white background

This text has color #4D4593 on white background.



Black color preview on #4D4593 background

This text has black color on #4D4593 background.


White color preview on #4D4593 background

This text has white color on #4D4593 background.