COLOR #4D117C

HEX: #4D117C RGB: (77,17,124)

Color info

#4D117C contains mainly red and blue colors. Web safe color of #4D117C is #330066 (or #306).

RGB color model

#4D117C color RGB value is (77,17,124).

RGB: (77,17,124) (30%, 7%, 49%)

RGB channels and saturation

R 77 of 255 = 30%
G 17 of 255 = 7%
B 124 of 255 = 49%

77
17
124

R + G + B ~ 29%. #4D117C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 17 + 124 = 218 (100%)
R 77 of 218 ~ 35.32%
G 17 of 218 ~ 7.8%
B 124 of 218 ~ 56.88'%

%35.32
%56.88

CMYK color model

#4D117C color CMYK value is (38,86,0,51).

  • cyan value is 37.90%
  • magenta value is 86.29%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (38,86,0,51)
C38M86Y0K51 (38%, 86%, 0%, 51%)
(0.38 / 0.86 / 0.00 / 0.51)

CMYK percentages

%37.9
%86.29
%0
%51.37

Codes

Color #4D117C in popluar color models

4D 11 7C
RGB 77 17 124
HSL 274° 75.89% 27.65%
HSB/HSV 274° 86.29% 48.63%
CMYK 37.90% 86.29% 0.00%
51.37%

Color #4D117C in popluar number systems.

HEX 4D 11 7C
Decimal 77 17 124
Binary 1001101 10001 1111100
Octal 115 21 174

Shades and tints

Shades of #4D117C

#4D117C
(77,17,124)
#461071
(70,16,113)
#3F0F66
(63,15,102)
#380E5B
(56,14,91)
#310D50
(49,13,80)
#2A0C45
(42,12,69)
#230B3A
(35,11,58)
#1C0A2F
(28,10,47)
#150924
(21,9,36)
#0E0819
(14,8,25)
#07070E
(7,7,14)
#000000
(0,0,0)

Tints of #4D117C

#4D117C
(77,17,124)
#5D2687
(93,38,135)
#6D3B92
(109,59,146)
#7D509D
(125,80,157)
#8D65A8
(141,101,168)
#9D7AB3
(157,122,179)
#AD8FBE
(173,143,190)
#BDA4C9
(189,164,201)
#CDB9D4
(205,185,212)
#DDCEDF
(221,206,223)
#EDE3EA
(237,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D117C color. Also use rgb(77,17,124) instead hex code.

Text Font Color

.myTextColor { color: #4D117C; }

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

This text font color is #4D117C.

Background Color

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

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

This div background color is #4D117C.

Border color

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

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

This div border color is #4D117C.

Opacity

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

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

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

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

This text has shadow with #4D117C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D117C.

Preview

Color preview on black background

This text has color #4D117C on black background.


Color preview on white background

This text has color #4D117C on white background.


Black color preview on #4D117C background

This text has black color on #4D117C background.


White color preview on #4D117C background

This text has white color on #4D117C background.


Related colors

Complementary color

Complementary color for #hex is #B2EE83.


I love getcolorcode.com

Triadic colors

1 #7C4D11 and #117C4D with #4D117C are triadic colors.

2 #7C114D and #114D7C with #4D117C are triadic colors.