COLOR #4C2E6B

HEX: #4C2E6B
RGB: (76,46,107)

Color info

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

RGB color model

#4C2E6B color RGB value is (76,46,107).

  • red value is 76;
  • green value is 46;
  • blue value is 107.
RGB:
(76,46,107)
(30%,18%,42%)

RGB channels and saturation

R 76 of 255 = 30%
G 46 of 255 = 18%
B 107 of 255 = 42%

76
46
107

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

Portions of RGB colors in percentages

R + G + B =
76 + 46 + 107 = 229 (100%)
R 76 of 229 ~ 33.19%
G 46 of 229 ~ 20.09%
B 107 of 229 ~ 46.72%

%33.19
%20.09
%46.72

CMYK color model

#4C2E6B color CMYK value is (29,57,0,58).

  • cyan value is 28.97%
  • magenta value is 57.01%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(29,57,0,58)
C29M57Y0K58 
(29%,57%,0%,58%)
(0.29/0.57/0.00/0.58)	

CMYK percentages

%28.97
%57.01
%0
%58.04

Codes

Color #4C2E6B in popluar color models

4C2E6B
RGB7646107
HSL270°39.87%30.00%
HSB/HSV270°57.01%41.96%
CMYK28.97%57.01%0.00%
58.04%

Color #4C2E6B in popluar number systems.

HEX4C2E6B
Decimal7646107
Binary10011001011101101011
Octal11456153

Shades and tints

Shades of #4C2E6B

#4C2E6B
(76,46,107)
#462A62
(70,42,98)
#402659
(64,38,89)
#3A2250
(58,34,80)
#341E47
(52,30,71)
#2E1A3E
(46,26,62)
#281635
(40,22,53)
#22122C
(34,18,44)
#1C0E23
(28,14,35)
#160A1A
(22,10,26)
#100611
(16,6,17)
#000000
(0,0,0)

Tints of #4C2E6B

#4C2E6B
(76,46,107)
#5C4178
(92,65,120)
#6C5485
(108,84,133)
#7C6792
(124,103,146)
#8C7A9F
(140,122,159)
#9C8DAC
(156,141,172)
#ACA0B9
(172,160,185)
#BCB3C6
(188,179,198)
#CCC6D3
(204,198,211)
#DCD9E0
(220,217,224)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2E6B color. Also use rgb(76,46,107) instead hex code.

Text Font Color

.myTextColor { color: #4C2E6B; }

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

This text font color is #4C2E6B.


Background Color

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

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

This div background color is #4C2E6B.


Border color

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

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

This div border color is #4C2E6B.


Opacity

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

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

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

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

This text has shadow with #4C2E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2E6B on black background.


Color preview on white background

This text has color #4C2E6B on white background.



Black color preview on #4C2E6B background

This text has black color on #4C2E6B background.


White color preview on #4C2E6B background

This text has white color on #4C2E6B background.