COLOR #4C316E

HEX: #4C316E
RGB: (76,49,110)

Color info

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

RGB color model

#4C316E color RGB value is (76,49,110).

  • red value is 76;
  • green value is 49;
  • blue value is 110.
RGB:
(76,49,110)
(30%,19%,43%)

RGB channels and saturation

R 76 of 255 = 30%
G 49 of 255 = 19%
B 110 of 255 = 43%

76
49
110

R + G + B ~ 31%. #4C316E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 49 + 110 = 235 (100%)
R 76 of 235 ~ 32.34%
G 49 of 235 ~ 20.85%
B 110 of 235 ~ 46.81%

%32.34
%20.85
%46.81

CMYK color model

#4C316E color CMYK value is (31,55,0,57).

  • cyan value is 30.91%
  • magenta value is 55.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(31,55,0,57)
C31M55Y0K57 
(31%,55%,0%,57%)
(0.31/0.55/0.00/0.57)	

CMYK percentages

%30.91
%55.45
%0
%56.86

Codes

Color #4C316E in popluar color models

4C316E
RGB7649110
HSL267°38.36%31.18%
HSB/HSV267°55.45%43.14%
CMYK30.91%55.45%0.00%
56.86%

Color #4C316E in popluar number systems.

HEX4C316E
Decimal7649110
Binary10011001100011101110
Octal11461156

Shades and tints

Shades of #4C316E

#4C316E
(76,49,110)
#462D64
(70,45,100)
#40295A
(64,41,90)
#3A2550
(58,37,80)
#342146
(52,33,70)
#2E1D3C
(46,29,60)
#281932
(40,25,50)
#221528
(34,21,40)
#1C111E
(28,17,30)
#160D14
(22,13,20)
#10090A
(16,9,10)
#000000
(0,0,0)

Tints of #4C316E

#4C316E
(76,49,110)
#5C437B
(92,67,123)
#6C5588
(108,85,136)
#7C6795
(124,103,149)
#8C79A2
(140,121,162)
#9C8BAF
(156,139,175)
#AC9DBC
(172,157,188)
#BCAFC9
(188,175,201)
#CCC1D6
(204,193,214)
#DCD3E3
(220,211,227)
#ECE5F0
(236,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C316E color. Also use rgb(76,49,110) instead hex code.

Text Font Color

.myTextColor { color: #4C316E; }

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

This text font color is #4C316E.


Background Color

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

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

This div background color is #4C316E.


Border color

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

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

This div border color is #4C316E.


Opacity

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

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

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

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

This text has shadow with #4C316E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C316E on black background.


Color preview on white background

This text has color #4C316E on white background.



Black color preview on #4C316E background

This text has black color on #4C316E background.


White color preview on #4C316E background

This text has white color on #4C316E background.