COLOR #4C267F

HEX: #4C267F
RGB: (76,38,127)

Color info

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

RGB color model

#4C267F color RGB value is (76,38,127).

  • red value is 76;
  • green value is 38;
  • blue value is 127.
RGB:
(76,38,127)
(30%,15%,50%)

RGB channels and saturation

R 76 of 255 = 30%
G 38 of 255 = 15%
B 127 of 255 = 50%

76
38
127

R + G + B ~ 32%. #4C267F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 38 + 127 = 241 (100%)
R 76 of 241 ~ 31.54%
G 38 of 241 ~ 15.77%
B 127 of 241 ~ 52.7%

%31.54
%15.77
%52.7

CMYK color model

#4C267F color CMYK value is (40,70,0,50).

  • cyan value is 40.16%
  • magenta value is 70.08%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(40,70,0,50)
C40M70Y0K50 
(40%,70%,0%,50%)
(0.40/0.70/0.00/0.50)	

CMYK percentages

%40.16
%70.08
%0
%50.2

Codes

Color #4C267F in popluar color models

4C267F
RGB7638127
HSL266°53.94%32.35%
HSB/HSV266°70.08%49.80%
CMYK40.16%70.08%0.00%
50.20%

Color #4C267F in popluar number systems.

HEX4C267F
Decimal7638127
Binary10011001001101111111
Octal11446177

Shades and tints

Shades of #4C267F

#4C267F
(76,38,127)
#462374
(70,35,116)
#402069
(64,32,105)
#3A1D5E
(58,29,94)
#341A53
(52,26,83)
#2E1748
(46,23,72)
#28143D
(40,20,61)
#221132
(34,17,50)
#1C0E27
(28,14,39)
#160B1C
(22,11,28)
#100811
(16,8,17)
#000000
(0,0,0)

Tints of #4C267F

#4C267F
(76,38,127)
#5C398A
(92,57,138)
#6C4C95
(108,76,149)
#7C5FA0
(124,95,160)
#8C72AB
(140,114,171)
#9C85B6
(156,133,182)
#AC98C1
(172,152,193)
#BCABCC
(188,171,204)
#CCBED7
(204,190,215)
#DCD1E2
(220,209,226)
#ECE4ED
(236,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C267F color. Also use rgb(76,38,127) instead hex code.

Text Font Color

.myTextColor { color: #4C267F; }

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

This text font color is #4C267F.


Background Color

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

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

This div background color is #4C267F.


Border color

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

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

This div border color is #4C267F.


Opacity

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

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

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

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

This text has shadow with #4C267F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C267F on black background.


Color preview on white background

This text has color #4C267F on white background.



Black color preview on #4C267F background

This text has black color on #4C267F background.


White color preview on #4C267F background

This text has white color on #4C267F background.