COLOR #4C286F

HEX: #4C286F
RGB: (76,40,111)

Color info

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

RGB color model

#4C286F color RGB value is (76,40,111).

  • red value is 76;
  • green value is 40;
  • blue value is 111.
RGB:
(76,40,111)
(30%,16%,44%)

RGB channels and saturation

R 76 of 255 = 30%
G 40 of 255 = 16%
B 111 of 255 = 44%

76
40
111

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

Portions of RGB colors in percentages

R + G + B =
76 + 40 + 111 = 227 (100%)
R 76 of 227 ~ 33.48%
G 40 of 227 ~ 17.62%
B 111 of 227 ~ 48.9%

%33.48
%17.62
%48.9

CMYK color model

#4C286F color CMYK value is (32,64,0,56).

  • cyan value is 31.53%
  • magenta value is 63.96%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(32,64,0,56)
C32M64Y0K56 
(32%,64%,0%,56%)
(0.32/0.64/0.00/0.56)	

CMYK percentages

%31.53
%63.96
%0
%56.47

Codes

Color #4C286F in popluar color models

4C286F
RGB7640111
HSL270°47.02%29.61%
HSB/HSV270°63.96%43.53%
CMYK31.53%63.96%0.00%
56.47%

Color #4C286F in popluar number systems.

HEX4C286F
Decimal7640111
Binary10011001010001101111
Octal11450157

Shades and tints

Shades of #4C286F

#4C286F
(76,40,111)
#462565
(70,37,101)
#40225B
(64,34,91)
#3A1F51
(58,31,81)
#341C47
(52,28,71)
#2E193D
(46,25,61)
#281633
(40,22,51)
#221329
(34,19,41)
#1C101F
(28,16,31)
#160D15
(22,13,21)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #4C286F

#4C286F
(76,40,111)
#5C3B7C
(92,59,124)
#6C4E89
(108,78,137)
#7C6196
(124,97,150)
#8C74A3
(140,116,163)
#9C87B0
(156,135,176)
#AC9ABD
(172,154,189)
#BCADCA
(188,173,202)
#CCC0D7
(204,192,215)
#DCD3E4
(220,211,228)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C286F; }

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

This text font color is #4C286F.


Background Color

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

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

This div background color is #4C286F.


Border color

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

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

This div border color is #4C286F.


Opacity

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

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

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

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

This text has shadow with #4C286F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C286F on black background.


Color preview on white background

This text has color #4C286F on white background.



Black color preview on #4C286F background

This text has black color on #4C286F background.


White color preview on #4C286F background

This text has white color on #4C286F background.