COLOR #4C32E6

HEX: #4C32E6
RGB: (76,50,230)

Color info

#4C32E6 contains mainly blue color. Web safe color of #4C32E6 is #3333CC (or #33C).

RGB color model

#4C32E6 color RGB value is (76,50,230).

  • red value is 76;
  • green value is 50;
  • blue value is 230.
RGB:
(76,50,230)
(30%,20%,90%)

RGB channels and saturation

R 76 of 255 = 30%
G 50 of 255 = 20%
B 230 of 255 = 90%

76
50
230

R + G + B ~ 47%. #4C32E6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 50 + 230 = 356 (100%)
R 76 of 356 ~ 21.35%
G 50 of 356 ~ 14.04%
B 230 of 356 ~ 64.61%

%21.35
%14.04
%64.61

CMYK color model

#4C32E6 color CMYK value is (67,78,0,10).

  • cyan value is 66.96%
  • magenta value is 78.26%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(67,78,0,10)
C67M78Y0K10 
(67%,78%,0%,10%)
(0.67/0.78/0.00/0.10)	

CMYK percentages

%66.96
%78.26
%0
%9.8

Codes

Color #4C32E6 in popluar color models

4C32E6
RGB7650230
HSL249°78.26%54.90%
HSB/HSV249°78.26%90.20%
CMYK66.96%78.26%0.00%
9.80%

Color #4C32E6 in popluar number systems.

HEX4C32E6
Decimal7650230
Binary100110011001011100110
Octal11462346

Shades and tints

Shades of #4C32E6

#4C32E6
(76,50,230)
#462ED2
(70,46,210)
#402ABE
(64,42,190)
#3A26AA
(58,38,170)
#342296
(52,34,150)
#2E1E82
(46,30,130)
#281A6E
(40,26,110)
#22165A
(34,22,90)
#1C1246
(28,18,70)
#160E32
(22,14,50)
#100A1E
(16,10,30)
#000000
(0,0,0)

Tints of #4C32E6

#4C32E6
(76,50,230)
#5C44E8
(92,68,232)
#6C56EA
(108,86,234)
#7C68EC
(124,104,236)
#8C7AEE
(140,122,238)
#9C8CF0
(156,140,240)
#AC9EF2
(172,158,242)
#BCB0F4
(188,176,244)
#CCC2F6
(204,194,246)
#DCD4F8
(220,212,248)
#ECE6FA
(236,230,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C32E6 color. Also use rgb(76,50,230) instead hex code.

Text Font Color

.myTextColor { color: #4C32E6; }

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

This text font color is #4C32E6.


Background Color

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

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

This div background color is #4C32E6.


Border color

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

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

This div border color is #4C32E6.


Opacity

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

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

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

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

This text has shadow with #4C32E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C32E6 on black background.


Color preview on white background

This text has color #4C32E6 on white background.



Black color preview on #4C32E6 background

This text has black color on #4C32E6 background.


White color preview on #4C32E6 background

This text has white color on #4C32E6 background.