COLOR #4C2860

HEX: #4C2860 RGB: (76,40,96)

Color info

#4C2860 contains red, green and blue colors in about the same proportion. Web safe color of #4C2860 is #333366 (or #336).

RGB color model

#4C2860 color RGB value is (76,40,96).

RGB: (76,40,96) (30%, 16%, 38%)

RGB channels and saturation

R 76 of 255 = 30%
G 40 of 255 = 16%
B 96 of 255 = 38%

76
40
96

R + G + B ~ 28%. #4C2860 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 40 + 96 = 212 (100%)
R 76 of 212 ~ 35.85%
G 40 of 212 ~ 18.87%
B 96 of 212 ~ 45.28'%

%35.85
%18.87
%45.28

CMYK color model

#4C2860 color CMYK value is (21,58,0,62).

  • cyan value is 20.83%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (21,58,0,62)
C21M58Y0K62 (21%, 58%, 0%, 62%)
(0.21 / 0.58 / 0.00 / 0.62)

CMYK percentages

%20.83
%58.33
%0
%62.35

Codes

Color #4C2860 in popluar color models

4C 28 60
RGB 76 40 96
HSL 279° 41.18% 26.67%
HSB/HSV 279° 58.33% 37.65%
CMYK 20.83% 58.33% 0.00%
62.35%

Color #4C2860 in popluar number systems.

HEX 4C 28 60
Decimal 76 40 96
Binary 1001100 101000 1100000
Octal 114 50 140

Shades and tints

Shades of #4C2860

#4C2860
(76,40,96)
#462558
(70,37,88)
#402250
(64,34,80)
#3A1F48
(58,31,72)
#341C40
(52,28,64)
#2E1938
(46,25,56)
#281630
(40,22,48)
#221328
(34,19,40)
#1C1020
(28,16,32)
#160D18
(22,13,24)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #4C2860

#4C2860
(76,40,96)
#5C3B6E
(92,59,110)
#6C4E7C
(108,78,124)
#7C618A
(124,97,138)
#8C7498
(140,116,152)
#9C87A6
(156,135,166)
#AC9AB4
(172,154,180)
#BCADC2
(188,173,194)
#CCC0D0
(204,192,208)
#DCD3DE
(220,211,222)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2860 color. Also use rgb(76,40,96) instead hex code.

Text Font Color

.myTextColor { color: #4C2860; }

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

This text font color is #4C2860.

Background Color

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

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

This div background color is #4C2860.

Border color

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

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

This div border color is #4C2860.

Opacity

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

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

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

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

This text has shadow with #4C2860 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2860.

Preview

Color preview on black background

This text has color #4C2860 on black background.


Color preview on white background

This text has color #4C2860 on white background.


Black color preview on #4C2860 background

This text has black color on #4C2860 background.


White color preview on #4C2860 background

This text has white color on #4C2860 background.


Related colors

Complementary color

Complementary color for #hex is #B3D79F.


I love getcolorcode.com

Triadic colors

1 #604C28 and #28604C with #4C2860 are triadic colors.

2 #60284C and #284C60 with #4C2860 are triadic colors.