COLOR #4C155E

HEX: #4C155E
RGB: (76,21,94)

Color info

#4C155E contains mainly red and blue colors. Web safe color of #4C155E is #330066 (or #306).

RGB color model

#4C155E color RGB value is (76,21,94).

  • red value is 76;
  • green value is 21;
  • blue value is 94.
RGB:
(76,21,94)
(30%,8%,37%)

RGB channels and saturation

R 76 of 255 = 30%
G 21 of 255 = 8%
B 94 of 255 = 37%

76
21
94

R + G + B ~ 25%. #4C155E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 21 + 94 = 191 (100%)
R 76 of 191 ~ 39.79%
G 21 of 191 ~ 10.99%
B 94 of 191 ~ 49.21%

%39.79
%10.99
%49.21

CMYK color model

#4C155E color CMYK value is (19,78,0,63).

  • cyan value is 19.15%
  • magenta value is 77.66%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(19,78,0,63)
C19M78Y0K63 
(19%,78%,0%,63%)
(0.19/0.78/0.00/0.63)	

CMYK percentages

%19.15
%77.66
%0
%63.14

Codes

Color #4C155E in popluar color models

4C155E
RGB762194
HSL285°63.48%22.55%
HSB/HSV285°77.66%36.86%
CMYK19.15%77.66%0.00%
63.14%

Color #4C155E in popluar number systems.

HEX4C155E
Decimal762194
Binary1001100101011011110
Octal11425136

Shades and tints

Shades of #4C155E

#4C155E
(76,21,94)
#461456
(70,20,86)
#40134E
(64,19,78)
#3A1246
(58,18,70)
#34113E
(52,17,62)
#2E1036
(46,16,54)
#280F2E
(40,15,46)
#220E26
(34,14,38)
#1C0D1E
(28,13,30)
#160C16
(22,12,22)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #4C155E

#4C155E
(76,21,94)
#5C2A6C
(92,42,108)
#6C3F7A
(108,63,122)
#7C5488
(124,84,136)
#8C6996
(140,105,150)
#9C7EA4
(156,126,164)
#AC93B2
(172,147,178)
#BCA8C0
(188,168,192)
#CCBDCE
(204,189,206)
#DCD2DC
(220,210,220)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C155E color. Also use rgb(76,21,94) instead hex code.

Text Font Color

.myTextColor { color: #4C155E; }

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

This text font color is #4C155E.


Background Color

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

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

This div background color is #4C155E.


Border color

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

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

This div border color is #4C155E.


Opacity

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

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

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

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

This text has shadow with #4C155E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C155E on black background.


Color preview on white background

This text has color #4C155E on white background.



Black color preview on #4C155E background

This text has black color on #4C155E background.


White color preview on #4C155E background

This text has white color on #4C155E background.