COLOR #4C3AE4

HEX: #4C3AE4
RGB: (76,58,228)

Color info

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

RGB color model

#4C3AE4 color RGB value is (76,58,228).

  • red value is 76;
  • green value is 58;
  • blue value is 228.
RGB:
(76,58,228)
(30%,23%,89%)

RGB channels and saturation

R 76 of 255 = 30%
G 58 of 255 = 23%
B 228 of 255 = 89%

76
58
228

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

Portions of RGB colors in percentages

R + G + B =
76 + 58 + 228 = 362 (100%)
R 76 of 362 ~ 20.99%
G 58 of 362 ~ 16.02%
B 228 of 362 ~ 62.98%

%20.99
%16.02
%62.98

CMYK color model

#4C3AE4 color CMYK value is (67,75,0,11).

  • cyan value is 66.67%
  • magenta value is 74.56%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(67,75,0,11)
C67M75Y0K11 
(67%,75%,0%,11%)
(0.67/0.75/0.00/0.11)	

CMYK percentages

%66.67
%74.56
%0
%10.59

Codes

Color #4C3AE4 in popluar color models

4C3AE4
RGB7658228
HSL246°75.89%56.08%
HSB/HSV246°74.56%89.41%
CMYK66.67%74.56%0.00%
10.59%

Color #4C3AE4 in popluar number systems.

HEX4C3AE4
Decimal7658228
Binary100110011101011100100
Octal11472344

Shades and tints

Shades of #4C3AE4

#4C3AE4
(76,58,228)
#4635D0
(70,53,208)
#4030BC
(64,48,188)
#3A2BA8
(58,43,168)
#342694
(52,38,148)
#2E2180
(46,33,128)
#281C6C
(40,28,108)
#221758
(34,23,88)
#1C1244
(28,18,68)
#160D30
(22,13,48)
#10081C
(16,8,28)
#000000
(0,0,0)

Tints of #4C3AE4

#4C3AE4
(76,58,228)
#5C4BE6
(92,75,230)
#6C5CE8
(108,92,232)
#7C6DEA
(124,109,234)
#8C7EEC
(140,126,236)
#9C8FEE
(156,143,238)
#ACA0F0
(172,160,240)
#BCB1F2
(188,177,242)
#CCC2F4
(204,194,244)
#DCD3F6
(220,211,246)
#ECE4F8
(236,228,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3AE4 color. Also use rgb(76,58,228) instead hex code.

Text Font Color

.myTextColor { color: #4C3AE4; }

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

This text font color is #4C3AE4.


Background Color

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

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

This div background color is #4C3AE4.


Border color

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

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

This div border color is #4C3AE4.


Opacity

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

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

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

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

This text has shadow with #4C3AE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3AE4 on black background.


Color preview on white background

This text has color #4C3AE4 on white background.



Black color preview on #4C3AE4 background

This text has black color on #4C3AE4 background.


White color preview on #4C3AE4 background

This text has white color on #4C3AE4 background.