COLOR #4C285A

HEX: #4C285A
RGB: (76,40,90)

Color info

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

RGB color model

#4C285A color RGB value is (76,40,90).

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

RGB channels and saturation

R 76 of 255 = 30%
G 40 of 255 = 16%
B 90 of 255 = 35%

76
40
90

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

Portions of RGB colors in percentages

R + G + B =
76 + 40 + 90 = 206 (100%)
R 76 of 206 ~ 36.89%
G 40 of 206 ~ 19.42%
B 90 of 206 ~ 43.69%

%36.89
%19.42
%43.69

CMYK color model

#4C285A color CMYK value is (16,56,0,65).

  • cyan value is 15.56%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(16,56,0,65)
C16M56Y0K65 
(16%,56%,0%,65%)
(0.16/0.56/0.00/0.65)	

CMYK percentages

%15.56
%55.56
%0
%64.71

Codes

Color #4C285A in popluar color models

4C285A
RGB764090
HSL283°38.46%25.49%
HSB/HSV283°55.56%35.29%
CMYK15.56%55.56%0.00%
64.71%

Color #4C285A in popluar number systems.

HEX4C285A
Decimal764090
Binary10011001010001011010
Octal11450132

Shades and tints

Shades of #4C285A

#4C285A
(76,40,90)
#462552
(70,37,82)
#40224A
(64,34,74)
#3A1F42
(58,31,66)
#341C3A
(52,28,58)
#2E1932
(46,25,50)
#28162A
(40,22,42)
#221322
(34,19,34)
#1C101A
(28,16,26)
#160D12
(22,13,18)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #4C285A

#4C285A
(76,40,90)
#5C3B69
(92,59,105)
#6C4E78
(108,78,120)
#7C6187
(124,97,135)
#8C7496
(140,116,150)
#9C87A5
(156,135,165)
#AC9AB4
(172,154,180)
#BCADC3
(188,173,195)
#CCC0D2
(204,192,210)
#DCD3E1
(220,211,225)
#ECE6F0
(236,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C285A; }

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

This text font color is #4C285A.


Background Color

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

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

This div background color is #4C285A.


Border color

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

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

This div border color is #4C285A.


Opacity

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

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

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

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

This text has shadow with #4C285A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C285A on black background.


Color preview on white background

This text has color #4C285A on white background.



Black color preview on #4C285A background

This text has black color on #4C285A background.


White color preview on #4C285A background

This text has white color on #4C285A background.