COLOR #4D1474

HEX: #4D1474
RGB: (77,20,116)

Color info

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

RGB color model

#4D1474 color RGB value is (77,20,116).

  • red value is 77;
  • green value is 20;
  • blue value is 116.
RGB:
(77,20,116)
(30%,8%,45%)

RGB channels and saturation

R 77 of 255 = 30%
G 20 of 255 = 8%
B 116 of 255 = 45%

77
20
116

R + G + B ~ 28%. #4D1474 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 20 + 116 = 213 (100%)
R 77 of 213 ~ 36.15%
G 20 of 213 ~ 9.39%
B 116 of 213 ~ 54.46%

%36.15
%54.46

CMYK color model

#4D1474 color CMYK value is (34,83,0,55).

  • cyan value is 33.62%
  • magenta value is 82.76%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(34,83,0,55)
C34M83Y0K55 
(34%,83%,0%,55%)
(0.34/0.83/0.00/0.55)	

CMYK percentages

%33.62
%82.76
%0
%54.51

Codes

Color #4D1474 in popluar color models

4D1474
RGB7720116
HSL276°70.59%26.67%
HSB/HSV276°82.76%45.49%
CMYK33.62%82.76%0.00%
54.51%

Color #4D1474 in popluar number systems.

HEX4D1474
Decimal7720116
Binary1001101101001110100
Octal11524164

Shades and tints

Shades of #4D1474

#4D1474
(77,20,116)
#46136A
(70,19,106)
#3F1260
(63,18,96)
#381156
(56,17,86)
#31104C
(49,16,76)
#2A0F42
(42,15,66)
#230E38
(35,14,56)
#1C0D2E
(28,13,46)
#150C24
(21,12,36)
#0E0B1A
(14,11,26)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #4D1474

#4D1474
(77,20,116)
#5D2980
(93,41,128)
#6D3E8C
(109,62,140)
#7D5398
(125,83,152)
#8D68A4
(141,104,164)
#9D7DB0
(157,125,176)
#AD92BC
(173,146,188)
#BDA7C8
(189,167,200)
#CDBCD4
(205,188,212)
#DDD1E0
(221,209,224)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1474 color. Also use rgb(77,20,116) instead hex code.

Text Font Color

.myTextColor { color: #4D1474; }

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

This text font color is #4D1474.


Background Color

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

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

This div background color is #4D1474.


Border color

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

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

This div border color is #4D1474.


Opacity

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

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

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

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

This text has shadow with #4D1474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1474 on black background.


Color preview on white background

This text has color #4D1474 on white background.



Black color preview on #4D1474 background

This text has black color on #4D1474 background.


White color preview on #4D1474 background

This text has white color on #4D1474 background.