COLOR #4C2483

HEX: #4C2483
RGB: (76,36,131)

Color info

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

RGB color model

#4C2483 color RGB value is (76,36,131).

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

RGB channels and saturation

R 76 of 255 = 30%
G 36 of 255 = 14%
B 131 of 255 = 51%

76
36
131

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

Portions of RGB colors in percentages

R + G + B =
76 + 36 + 131 = 243 (100%)
R 76 of 243 ~ 31.28%
G 36 of 243 ~ 14.81%
B 131 of 243 ~ 53.91%

%31.28
%14.81
%53.91

CMYK color model

#4C2483 color CMYK value is (42,73,0,49).

  • cyan value is 41.98%
  • magenta value is 72.52%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(42,73,0,49)
C42M73Y0K49 
(42%,73%,0%,49%)
(0.42/0.73/0.00/0.49)	

CMYK percentages

%41.98
%72.52
%0
%48.63

Codes

Color #4C2483 in popluar color models

4C2483
RGB7636131
HSL265°56.89%32.75%
HSB/HSV265°72.52%51.37%
CMYK41.98%72.52%0.00%
48.63%

Color #4C2483 in popluar number systems.

HEX4C2483
Decimal7636131
Binary100110010010010000011
Octal11444203

Shades and tints

Shades of #4C2483

#4C2483
(76,36,131)
#462178
(70,33,120)
#401E6D
(64,30,109)
#3A1B62
(58,27,98)
#341857
(52,24,87)
#2E154C
(46,21,76)
#281241
(40,18,65)
#220F36
(34,15,54)
#1C0C2B
(28,12,43)
#160920
(22,9,32)
#100615
(16,6,21)
#000000
(0,0,0)

Tints of #4C2483

#4C2483
(76,36,131)
#5C378E
(92,55,142)
#6C4A99
(108,74,153)
#7C5DA4
(124,93,164)
#8C70AF
(140,112,175)
#9C83BA
(156,131,186)
#AC96C5
(172,150,197)
#BCA9D0
(188,169,208)
#CCBCDB
(204,188,219)
#DCCFE6
(220,207,230)
#ECE2F1
(236,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2483 color. Also use rgb(76,36,131) instead hex code.

Text Font Color

.myTextColor { color: #4C2483; }

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

This text font color is #4C2483.


Background Color

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

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

This div background color is #4C2483.


Border color

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

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

This div border color is #4C2483.


Opacity

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

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

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

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

This text has shadow with #4C2483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2483 on black background.


Color preview on white background

This text has color #4C2483 on white background.



Black color preview on #4C2483 background

This text has black color on #4C2483 background.


White color preview on #4C2483 background

This text has white color on #4C2483 background.