COLOR #4C2865

HEX: #4C2865 RGB: (76,40,101)

Color info

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

RGB color model

#4C2865 color RGB value is (76,40,101).

RGB: (76,40,101) (30%, 16%, 40%)

RGB channels and saturation

R 76 of 255 = 30%
G 40 of 255 = 16%
B 101 of 255 = 40%

76
40
101

R + G + B ~ 29%. #4C2865 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 40 + 101 = 217 (100%)
R 76 of 217 ~ 35.02%
G 40 of 217 ~ 18.43%
B 101 of 217 ~ 46.54'%

%35.02
%18.43
%46.54

CMYK color model

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

  • cyan value is 24.75%
  • magenta value is 60.40%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (25,60,0,60)
C25M60Y0K60 (25%, 60%, 0%, 60%)
(0.25 / 0.60 / 0.00 / 0.60)

CMYK percentages

%24.75
%60.4
%0
%60.39

Codes

Color #4C2865 in popluar color models

4C 28 65
RGB 76 40 101
HSL 275° 43.26% 27.65%
HSB/HSV 275° 60.40% 39.61%
CMYK 24.75% 60.40% 0.00%
60.39%

Color #4C2865 in popluar number systems.

HEX 4C 28 65
Decimal 76 40 101
Binary 1001100 101000 1100101
Octal 114 50 145

Shades and tints

Shades of #4C2865

#4C2865
(76,40,101)
#46255C
(70,37,92)
#402253
(64,34,83)
#3A1F4A
(58,31,74)
#341C41
(52,28,65)
#2E1938
(46,25,56)
#28162F
(40,22,47)
#221326
(34,19,38)
#1C101D
(28,16,29)
#160D14
(22,13,20)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #4C2865

#4C2865
(76,40,101)
#5C3B73
(92,59,115)
#6C4E81
(108,78,129)
#7C618F
(124,97,143)
#8C749D
(140,116,157)
#9C87AB
(156,135,171)
#AC9AB9
(172,154,185)
#BCADC7
(188,173,199)
#CCC0D5
(204,192,213)
#DCD3E3
(220,211,227)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2865; }

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

This text font color is #4C2865.

Background Color

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

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

This div background color is #4C2865.

Border color

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

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

This div border color is #4C2865.

Opacity

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

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

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

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

This text has shadow with #4C2865 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C2865.

Preview

Color preview on black background

This text has color #4C2865 on black background.


Color preview on white background

This text has color #4C2865 on white background.


Black color preview on #4C2865 background

This text has black color on #4C2865 background.


White color preview on #4C2865 background

This text has white color on #4C2865 background.


Related colors

Complementary color

Complementary color for #hex is #B3D79A.


I love getcolorcode.com

Triadic colors

1 #654C28 and #28654C with #4C2865 are triadic colors.

2 #65284C and #284C65 with #4C2865 are triadic colors.