COLOR #4C1C7F

HEX: #4C1C7F
RGB: (76,28,127)

Color info

#4C1C7F contains mainly red and blue colors. Web safe color of #4C1C7F is #333366 (or #336).

RGB color model

#4C1C7F color RGB value is (76,28,127).

  • red value is 76;
  • green value is 28;
  • blue value is 127.
RGB:
(76,28,127)
(30%,11%,50%)

RGB channels and saturation

R 76 of 255 = 30%
G 28 of 255 = 11%
B 127 of 255 = 50%

76
28
127

R + G + B ~ 30%. #4C1C7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 28 + 127 = 231 (100%)
R 76 of 231 ~ 32.9%
G 28 of 231 ~ 12.12%
B 127 of 231 ~ 54.98%

%32.9
%12.12
%54.98

CMYK color model

#4C1C7F color CMYK value is (40,78,0,50).

  • cyan value is 40.16%
  • magenta value is 77.95%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(40,78,0,50)
C40M78Y0K50 
(40%,78%,0%,50%)
(0.40/0.78/0.00/0.50)	

CMYK percentages

%40.16
%77.95
%0
%50.2

Codes

Color #4C1C7F in popluar color models

4C1C7F
RGB7628127
HSL269°63.87%30.39%
HSB/HSV269°77.95%49.80%
CMYK40.16%77.95%0.00%
50.20%

Color #4C1C7F in popluar number systems.

HEX4C1C7F
Decimal7628127
Binary1001100111001111111
Octal11434177

Shades and tints

Shades of #4C1C7F

#4C1C7F
(76,28,127)
#461A74
(70,26,116)
#401869
(64,24,105)
#3A165E
(58,22,94)
#341453
(52,20,83)
#2E1248
(46,18,72)
#28103D
(40,16,61)
#220E32
(34,14,50)
#1C0C27
(28,12,39)
#160A1C
(22,10,28)
#100811
(16,8,17)
#000000
(0,0,0)

Tints of #4C1C7F

#4C1C7F
(76,28,127)
#5C308A
(92,48,138)
#6C4495
(108,68,149)
#7C58A0
(124,88,160)
#8C6CAB
(140,108,171)
#9C80B6
(156,128,182)
#AC94C1
(172,148,193)
#BCA8CC
(188,168,204)
#CCBCD7
(204,188,215)
#DCD0E2
(220,208,226)
#ECE4ED
(236,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1C7F color. Also use rgb(76,28,127) instead hex code.

Text Font Color

.myTextColor { color: #4C1C7F; }

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

This text font color is #4C1C7F.


Background Color

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

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

This div background color is #4C1C7F.


Border color

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

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

This div border color is #4C1C7F.


Opacity

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

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

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

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

This text has shadow with #4C1C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1C7F on black background.


Color preview on white background

This text has color #4C1C7F on white background.



Black color preview on #4C1C7F background

This text has black color on #4C1C7F background.


White color preview on #4C1C7F background

This text has white color on #4C1C7F background.