COLOR #4D2481

HEX: #4D2481
RGB: (77,36,129)

Color info

#4D2481 contains mainly red and blue colors. Web safe color of #4D2481 is #333399 (or #339).

RGB color model

#4D2481 color RGB value is (77,36,129).

  • red value is 77;
  • green value is 36;
  • blue value is 129.
RGB:
(77,36,129)
(30%,14%,51%)

RGB channels and saturation

R 77 of 255 = 30%
G 36 of 255 = 14%
B 129 of 255 = 51%

77
36
129

R + G + B ~ 32%. #4D2481 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 36 + 129 = 242 (100%)
R 77 of 242 ~ 31.82%
G 36 of 242 ~ 14.88%
B 129 of 242 ~ 53.31%

%31.82
%14.88
%53.31

CMYK color model

#4D2481 color CMYK value is (40,72,0,49).

  • cyan value is 40.31%
  • magenta value is 72.09%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(40,72,0,49)
C40M72Y0K49 
(40%,72%,0%,49%)
(0.40/0.72/0.00/0.49)	

CMYK percentages

%40.31
%72.09
%0
%49.41

Codes

Color #4D2481 in popluar color models

4D2481
RGB7736129
HSL266°56.36%32.35%
HSB/HSV266°72.09%50.59%
CMYK40.31%72.09%0.00%
49.41%

Color #4D2481 in popluar number systems.

HEX4D2481
Decimal7736129
Binary100110110010010000001
Octal11544201

Shades and tints

Shades of #4D2481

#4D2481
(77,36,129)
#462176
(70,33,118)
#3F1E6B
(63,30,107)
#381B60
(56,27,96)
#311855
(49,24,85)
#2A154A
(42,21,74)
#23123F
(35,18,63)
#1C0F34
(28,15,52)
#150C29
(21,12,41)
#0E091E
(14,9,30)
#070613
(7,6,19)
#000000
(0,0,0)

Tints of #4D2481

#4D2481
(77,36,129)
#5D378C
(93,55,140)
#6D4A97
(109,74,151)
#7D5DA2
(125,93,162)
#8D70AD
(141,112,173)
#9D83B8
(157,131,184)
#AD96C3
(173,150,195)
#BDA9CE
(189,169,206)
#CDBCD9
(205,188,217)
#DDCFE4
(221,207,228)
#EDE2EF
(237,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2481 color. Also use rgb(77,36,129) instead hex code.

Text Font Color

.myTextColor { color: #4D2481; }

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

This text font color is #4D2481.


Background Color

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

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

This div background color is #4D2481.


Border color

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

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

This div border color is #4D2481.


Opacity

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

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

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

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

This text has shadow with #4D2481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2481 on black background.


Color preview on white background

This text has color #4D2481 on white background.



Black color preview on #4D2481 background

This text has black color on #4D2481 background.


White color preview on #4D2481 background

This text has white color on #4D2481 background.