COLOR #4C1E98

HEX: #4C1E98
RGB: (76,30,152)

Color info

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

RGB color model

#4C1E98 color RGB value is (76,30,152).

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

RGB channels and saturation

R 76 of 255 = 30%
G 30 of 255 = 12%
B 152 of 255 = 60%

76
30
152

R + G + B ~ 34%. #4C1E98 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 30 + 152 = 258 (100%)
R 76 of 258 ~ 29.46%
G 30 of 258 ~ 11.63%
B 152 of 258 ~ 58.91%

%29.46
%11.63
%58.91

CMYK color model

#4C1E98 color CMYK value is (50,80,0,40).

  • cyan value is 50.00%
  • magenta value is 80.26%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(50,80,0,40)
C50M80Y0K40 
(50%,80%,0%,40%)
(0.50/0.80/0.00/0.40)	

CMYK percentages

%50
%80.26
%0
%40.39

Codes

Color #4C1E98 in popluar color models

4C1E98
RGB7630152
HSL263°67.03%35.69%
HSB/HSV263°80.26%59.61%
CMYK50.00%80.26%0.00%
40.39%

Color #4C1E98 in popluar number systems.

HEX4C1E98
Decimal7630152
Binary10011001111010011000
Octal11436230

Shades and tints

Shades of #4C1E98

#4C1E98
(76,30,152)
#461C8B
(70,28,139)
#401A7E
(64,26,126)
#3A1871
(58,24,113)
#341664
(52,22,100)
#2E1457
(46,20,87)
#28124A
(40,18,74)
#22103D
(34,16,61)
#1C0E30
(28,14,48)
#160C23
(22,12,35)
#100A16
(16,10,22)
#000000
(0,0,0)

Tints of #4C1E98

#4C1E98
(76,30,152)
#5C32A1
(92,50,161)
#6C46AA
(108,70,170)
#7C5AB3
(124,90,179)
#8C6EBC
(140,110,188)
#9C82C5
(156,130,197)
#AC96CE
(172,150,206)
#BCAAD7
(188,170,215)
#CCBEE0
(204,190,224)
#DCD2E9
(220,210,233)
#ECE6F2
(236,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1E98; }

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

This text font color is #4C1E98.


Background Color

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

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

This div background color is #4C1E98.


Border color

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

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

This div border color is #4C1E98.


Opacity

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

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

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

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

This text has shadow with #4C1E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1E98 on black background.


Color preview on white background

This text has color #4C1E98 on white background.



Black color preview on #4C1E98 background

This text has black color on #4C1E98 background.


White color preview on #4C1E98 background

This text has white color on #4C1E98 background.