COLOR #4C2FD1

HEX: #4C2FD1
RGB: (76,47,209)

Color info

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

RGB color model

#4C2FD1 color RGB value is (76,47,209).

  • red value is 76;
  • green value is 47;
  • blue value is 209.
RGB:
(76,47,209)
(30%,18%,82%)

RGB channels and saturation

R 76 of 255 = 30%
G 47 of 255 = 18%
B 209 of 255 = 82%

76
47
209

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

Portions of RGB colors in percentages

R + G + B =
76 + 47 + 209 = 332 (100%)
R 76 of 332 ~ 22.89%
G 47 of 332 ~ 14.16%
B 209 of 332 ~ 62.95%

%22.89
%14.16
%62.95

CMYK color model

#4C2FD1 color CMYK value is (64,78,0,18).

  • cyan value is 63.64%
  • magenta value is 77.51%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(64,78,0,18)
C64M78Y0K18 
(64%,78%,0%,18%)
(0.64/0.78/0.00/0.18)	

CMYK percentages

%63.64
%77.51
%0
%18.04

Codes

Color #4C2FD1 in popluar color models

4C2FD1
RGB7647209
HSL251°63.78%50.20%
HSB/HSV251°77.51%81.96%
CMYK63.64%77.51%0.00%
18.04%

Color #4C2FD1 in popluar number systems.

HEX4C2FD1
Decimal7647209
Binary100110010111111010001
Octal11457321

Shades and tints

Shades of #4C2FD1

#4C2FD1
(76,47,209)
#462BBE
(70,43,190)
#4027AB
(64,39,171)
#3A2398
(58,35,152)
#341F85
(52,31,133)
#2E1B72
(46,27,114)
#28175F
(40,23,95)
#22134C
(34,19,76)
#1C0F39
(28,15,57)
#160B26
(22,11,38)
#100713
(16,7,19)
#000000
(0,0,0)

Tints of #4C2FD1

#4C2FD1
(76,47,209)
#5C41D5
(92,65,213)
#6C53D9
(108,83,217)
#7C65DD
(124,101,221)
#8C77E1
(140,119,225)
#9C89E5
(156,137,229)
#AC9BE9
(172,155,233)
#BCADED
(188,173,237)
#CCBFF1
(204,191,241)
#DCD1F5
(220,209,245)
#ECE3F9
(236,227,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C2FD1 color. Also use rgb(76,47,209) instead hex code.

Text Font Color

.myTextColor { color: #4C2FD1; }

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

This text font color is #4C2FD1.


Background Color

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

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

This div background color is #4C2FD1.


Border color

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

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

This div border color is #4C2FD1.


Opacity

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

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

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

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

This text has shadow with #4C2FD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2FD1 on black background.


Color preview on white background

This text has color #4C2FD1 on white background.



Black color preview on #4C2FD1 background

This text has black color on #4C2FD1 background.


White color preview on #4C2FD1 background

This text has white color on #4C2FD1 background.