COLOR #4D4999

HEX: #4D4999 RGB: (77,73,153)

Color info

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

RGB color model

#4D4999 color RGB value is (77,73,153).

RGB: (77,73,153) (30%, 29%, 60%)

RGB channels and saturation

R 77 of 255 = 30%
G 73 of 255 = 29%
B 153 of 255 = 60%

77
73
153

R + G + B ~ 40%. #4D4999 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 77 + 73 + 153 = 303 (100%)
R 77 of 303 ~ 25.41%
G 73 of 303 ~ 24.09%
B 153 of 303 ~ 50.5'%

%25.41
%24.09
%50.5

CMYK color model

#4D4999 color CMYK value is (50,52,0,40).

  • cyan value is 49.67%
  • magenta value is 52.29%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (50,52,0,40)
C50M52Y0K40 (50%, 52%, 0%, 40%)
(0.50 / 0.52 / 0.00 / 0.40)

CMYK percentages

%49.67
%52.29
%0
%40

Codes

Color #4D4999 in popluar color models

4D 49 99
RGB 77 73 153
HSL 243° 35.40% 44.31%
HSB/HSV 243° 52.29% 60.00%
CMYK 49.67% 52.29% 0.00%
40.00%

Color #4D4999 in popluar number systems.

HEX 4D 49 99
Decimal 77 73 153
Binary 1001101 1001001 10011001
Octal 115 111 231

Shades and tints

Shades of #4D4999

#4D4999
(77,73,153)
#46438C
(70,67,140)
#3F3D7F
(63,61,127)
#383772
(56,55,114)
#313165
(49,49,101)
#2A2B58
(42,43,88)
#23254B
(35,37,75)
#1C1F3E
(28,31,62)
#151931
(21,25,49)
#0E1324
(14,19,36)
#070D17
(7,13,23)
#000000
(0,0,0)

Tints of #4D4999

#4D4999
(77,73,153)
#5D59A2
(93,89,162)
#6D69AB
(109,105,171)
#7D79B4
(125,121,180)
#8D89BD
(141,137,189)
#9D99C6
(157,153,198)
#ADA9CF
(173,169,207)
#BDB9D8
(189,185,216)
#CDC9E1
(205,201,225)
#DDD9EA
(221,217,234)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4999 color. Also use rgb(77,73,153) instead hex code.

Text Font Color

.myTextColor { color: #4D4999; }

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

This text font color is #4D4999.

Background Color

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

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

This div background color is #4D4999.

Border color

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

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

This div border color is #4D4999.

Opacity

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

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

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

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

This text has shadow with #4D4999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4999.

Preview

Color preview on black background

This text has color #4D4999 on black background.


Color preview on white background

This text has color #4D4999 on white background.


Black color preview on #4D4999 background

This text has black color on #4D4999 background.


White color preview on #4D4999 background

This text has white color on #4D4999 background.


Related colors

Complementary color

Complementary color for #hex is #B2B666.


I love getcolorcode.com

Triadic colors

1 #994D49 and #49994D with #4D4999 are triadic colors.

2 #99494D and #494D99 with #4D4999 are triadic colors.