COLOR #4C3183

HEX: #4C3183
RGB: (76,49,131)

Color info

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

RGB color model

#4C3183 color RGB value is (76,49,131).

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

RGB channels and saturation

R 76 of 255 = 30%
G 49 of 255 = 19%
B 131 of 255 = 51%

76
49
131

R + G + B ~ 33%. #4C3183 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 49 + 131 = 256 (100%)
R 76 of 256 ~ 29.69%
G 49 of 256 ~ 19.14%
B 131 of 256 ~ 51.17%

%29.69
%19.14
%51.17

CMYK color model

#4C3183 color CMYK value is (42,63,0,49).

  • cyan value is 41.98%
  • magenta value is 62.60%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(42,63,0,49)
C42M63Y0K49 
(42%,63%,0%,49%)
(0.42/0.63/0.00/0.49)	

CMYK percentages

%41.98
%62.6
%0
%48.63

Codes

Color #4C3183 in popluar color models

4C3183
RGB7649131
HSL260°45.56%35.29%
HSB/HSV260°62.60%51.37%
CMYK41.98%62.60%0.00%
48.63%

Color #4C3183 in popluar number systems.

HEX4C3183
Decimal7649131
Binary100110011000110000011
Octal11461203

Shades and tints

Shades of #4C3183

#4C3183
(76,49,131)
#462D78
(70,45,120)
#40296D
(64,41,109)
#3A2562
(58,37,98)
#342157
(52,33,87)
#2E1D4C
(46,29,76)
#281941
(40,25,65)
#221536
(34,21,54)
#1C112B
(28,17,43)
#160D20
(22,13,32)
#100915
(16,9,21)
#000000
(0,0,0)

Tints of #4C3183

#4C3183
(76,49,131)
#5C438E
(92,67,142)
#6C5599
(108,85,153)
#7C67A4
(124,103,164)
#8C79AF
(140,121,175)
#9C8BBA
(156,139,186)
#AC9DC5
(172,157,197)
#BCAFD0
(188,175,208)
#CCC1DB
(204,193,219)
#DCD3E6
(220,211,230)
#ECE5F1
(236,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3183; }

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

This text font color is #4C3183.


Background Color

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

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

This div background color is #4C3183.


Border color

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

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

This div border color is #4C3183.


Opacity

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

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

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

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

This text has shadow with #4C3183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3183 on black background.


Color preview on white background

This text has color #4C3183 on white background.



Black color preview on #4C3183 background

This text has black color on #4C3183 background.


White color preview on #4C3183 background

This text has white color on #4C3183 background.