COLOR #4C3EAB

HEX: #4C3EAB
RGB: (76,62,171)

Color info

#4C3EAB contains mainly blue color. Web safe color of #4C3EAB is #333399 (or #339).

RGB color model

#4C3EAB color RGB value is (76,62,171).

  • red value is 76;
  • green value is 62;
  • blue value is 171.
RGB:
(76,62,171)
(30%,24%,67%)

RGB channels and saturation

R 76 of 255 = 30%
G 62 of 255 = 24%
B 171 of 255 = 67%

76
62
171

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

Portions of RGB colors in percentages

R + G + B =
76 + 62 + 171 = 309 (100%)
R 76 of 309 ~ 24.6%
G 62 of 309 ~ 20.06%
B 171 of 309 ~ 55.34%

%24.6
%20.06
%55.34

CMYK color model

#4C3EAB color CMYK value is (56,64,0,33).

  • cyan value is 55.56%
  • magenta value is 63.74%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(56,64,0,33)
C56M64Y0K33 
(56%,64%,0%,33%)
(0.56/0.64/0.00/0.33)	

CMYK percentages

%55.56
%63.74
%0
%32.94

Codes

Color #4C3EAB in popluar color models

4C3EAB
RGB7662171
HSL248°46.78%45.69%
HSB/HSV248°63.74%67.06%
CMYK55.56%63.74%0.00%
32.94%

Color #4C3EAB in popluar number systems.

HEX4C3EAB
Decimal7662171
Binary100110011111010101011
Octal11476253

Shades and tints

Shades of #4C3EAB

#4C3EAB
(76,62,171)
#46399C
(70,57,156)
#40348D
(64,52,141)
#3A2F7E
(58,47,126)
#342A6F
(52,42,111)
#2E2560
(46,37,96)
#282051
(40,32,81)
#221B42
(34,27,66)
#1C1633
(28,22,51)
#161124
(22,17,36)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #4C3EAB

#4C3EAB
(76,62,171)
#5C4FB2
(92,79,178)
#6C60B9
(108,96,185)
#7C71C0
(124,113,192)
#8C82C7
(140,130,199)
#9C93CE
(156,147,206)
#ACA4D5
(172,164,213)
#BCB5DC
(188,181,220)
#CCC6E3
(204,198,227)
#DCD7EA
(220,215,234)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3EAB color. Also use rgb(76,62,171) instead hex code.

Text Font Color

.myTextColor { color: #4C3EAB; }

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

This text font color is #4C3EAB.


Background Color

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

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

This div background color is #4C3EAB.


Border color

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

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

This div border color is #4C3EAB.


Opacity

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

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

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

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

This text has shadow with #4C3EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3EAB on black background.


Color preview on white background

This text has color #4C3EAB on white background.



Black color preview on #4C3EAB background

This text has black color on #4C3EAB background.


White color preview on #4C3EAB background

This text has white color on #4C3EAB background.