COLOR #4C1E8B

HEX: #4C1E8B
RGB: (76,30,139)

Color info

#4C1E8B contains mainly blue color. Web safe color of #4C1E8B is #333399 (or #339).

RGB color model

#4C1E8B color RGB value is (76,30,139).

  • red value is 76;
  • green value is 30;
  • blue value is 139.
RGB:
(76,30,139)
(30%,12%,55%)

RGB channels and saturation

R 76 of 255 = 30%
G 30 of 255 = 12%
B 139 of 255 = 55%

76
30
139

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

Portions of RGB colors in percentages

R + G + B =
76 + 30 + 139 = 245 (100%)
R 76 of 245 ~ 31.02%
G 30 of 245 ~ 12.24%
B 139 of 245 ~ 56.73%

%31.02
%12.24
%56.73

CMYK color model

#4C1E8B color CMYK value is (45,78,0,45).

  • cyan value is 45.32%
  • magenta value is 78.42%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(45,78,0,45)
C45M78Y0K45 
(45%,78%,0%,45%)
(0.45/0.78/0.00/0.45)	

CMYK percentages

%45.32
%78.42
%0
%45.49

Codes

Color #4C1E8B in popluar color models

4C1E8B
RGB7630139
HSL265°64.50%33.14%
HSB/HSV265°78.42%54.51%
CMYK45.32%78.42%0.00%
45.49%

Color #4C1E8B in popluar number systems.

HEX4C1E8B
Decimal7630139
Binary10011001111010001011
Octal11436213

Shades and tints

Shades of #4C1E8B

#4C1E8B
(76,30,139)
#461C7F
(70,28,127)
#401A73
(64,26,115)
#3A1867
(58,24,103)
#34165B
(52,22,91)
#2E144F
(46,20,79)
#281243
(40,18,67)
#221037
(34,16,55)
#1C0E2B
(28,14,43)
#160C1F
(22,12,31)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #4C1E8B

#4C1E8B
(76,30,139)
#5C3295
(92,50,149)
#6C469F
(108,70,159)
#7C5AA9
(124,90,169)
#8C6EB3
(140,110,179)
#9C82BD
(156,130,189)
#AC96C7
(172,150,199)
#BCAAD1
(188,170,209)
#CCBEDB
(204,190,219)
#DCD2E5
(220,210,229)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1E8B color. Also use rgb(76,30,139) instead hex code.

Text Font Color

.myTextColor { color: #4C1E8B; }

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

This text font color is #4C1E8B.


Background Color

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

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

This div background color is #4C1E8B.


Border color

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

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

This div border color is #4C1E8B.


Opacity

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

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

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

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

This text has shadow with #4C1E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1E8B on black background.


Color preview on white background

This text has color #4C1E8B on white background.



Black color preview on #4C1E8B background

This text has black color on #4C1E8B background.


White color preview on #4C1E8B background

This text has white color on #4C1E8B background.