COLOR #4C1E66

HEX: #4C1E66 RGB: (76,30,102)

Color info

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

RGB color model

#4C1E66 color RGB value is (76,30,102).

RGB: (76,30,102) (30%, 12%, 40%)

RGB channels and saturation

R 76 of 255 = 30%
G 30 of 255 = 12%
B 102 of 255 = 40%

76
30
102

R + G + B ~ 27%. #4C1E66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 30 + 102 = 208 (100%)
R 76 of 208 ~ 36.54%
G 30 of 208 ~ 14.42%
B 102 of 208 ~ 49.04'%

%36.54
%14.42
%49.04

CMYK color model

#4C1E66 color CMYK value is (25,71,0,60).

  • cyan value is 25.49%
  • magenta value is 70.59%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (25,71,0,60)
C25M71Y0K60 (25%, 71%, 0%, 60%)
(0.25 / 0.71 / 0.00 / 0.60)

CMYK percentages

%25.49
%70.59
%0
%60

Codes

Color #4C1E66 in popluar color models

4C 1E 66
RGB 76 30 102
HSL 278° 54.55% 25.88%
HSB/HSV 278° 70.59% 40.00%
CMYK 25.49% 70.59% 0.00%
60.00%

Color #4C1E66 in popluar number systems.

HEX 4C 1E 66
Decimal 76 30 102
Binary 1001100 11110 1100110
Octal 114 36 146

Shades and tints

Shades of #4C1E66

#4C1E66
(76,30,102)
#461C5D
(70,28,93)
#401A54
(64,26,84)
#3A184B
(58,24,75)
#341642
(52,22,66)
#2E1439
(46,20,57)
#281230
(40,18,48)
#221027
(34,16,39)
#1C0E1E
(28,14,30)
#160C15
(22,12,21)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #4C1E66

#4C1E66
(76,30,102)
#5C3273
(92,50,115)
#6C4680
(108,70,128)
#7C5A8D
(124,90,141)
#8C6E9A
(140,110,154)
#9C82A7
(156,130,167)
#AC96B4
(172,150,180)
#BCAAC1
(188,170,193)
#CCBECE
(204,190,206)
#DCD2DB
(220,210,219)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1E66; }

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

This text font color is #4C1E66.

Background Color

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

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

This div background color is #4C1E66.

Border color

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

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

This div border color is #4C1E66.

Opacity

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

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

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

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

This text has shadow with #4C1E66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C1E66.

Preview

Color preview on black background

This text has color #4C1E66 on black background.


Color preview on white background

This text has color #4C1E66 on white background.


Black color preview on #4C1E66 background

This text has black color on #4C1E66 background.


White color preview on #4C1E66 background

This text has white color on #4C1E66 background.


Related colors

Complementary color

Complementary color for #hex is #B3E199.


I love getcolorcode.com

Triadic colors

1 #664C1E and #1E664C with #4C1E66 are triadic colors.

2 #661E4C and #1E4C66 with #4C1E66 are triadic colors.