COLOR #4C0EE7

HEX: #4C0EE7
RGB: (76,14,231)

Color info

#4C0EE7 contains mainly blue color. Web safe color of #4C0EE7 is #3300FF (or #30F).

RGB color model

#4C0EE7 color RGB value is (76,14,231).

  • red value is 76;
  • green value is 14;
  • blue value is 231.
RGB:
(76,14,231)
(30%,5%,91%)

RGB channels and saturation

R 76 of 255 = 30%
G 14 of 255 = 5%
B 231 of 255 = 91%

76
14
231

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

Portions of RGB colors in percentages

R + G + B =
76 + 14 + 231 = 321 (100%)
R 76 of 321 ~ 23.68%
G 14 of 321 ~ 4.36%
B 231 of 321 ~ 71.96%

%23.68
%71.96

CMYK color model

#4C0EE7 color CMYK value is (67,94,0,9).

  • cyan value is 67.10%
  • magenta value is 93.94%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(67,94,0,9)
C67M94Y0K9 
(67%,94%,0%,9%)
(0.67/0.94/0.00/0.09)	

CMYK percentages

%67.1
%93.94
%0
%9.41

Codes

Color #4C0EE7 in popluar color models

4C0EE7
RGB7614231
HSL257°88.57%48.04%
HSB/HSV257°93.94%90.59%
CMYK67.10%93.94%0.00%
9.41%

Color #4C0EE7 in popluar number systems.

HEX4C0EE7
Decimal7614231
Binary1001100111011100111
Octal11416347

Shades and tints

Shades of #4C0EE7

#4C0EE7
(76,14,231)
#460DD2
(70,13,210)
#400CBD
(64,12,189)
#3A0BA8
(58,11,168)
#340A93
(52,10,147)
#2E097E
(46,9,126)
#280869
(40,8,105)
#220754
(34,7,84)
#1C063F
(28,6,63)
#16052A
(22,5,42)
#100415
(16,4,21)
#000000
(0,0,0)

Tints of #4C0EE7

#4C0EE7
(76,14,231)
#5C23E9
(92,35,233)
#6C38EB
(108,56,235)
#7C4DED
(124,77,237)
#8C62EF
(140,98,239)
#9C77F1
(156,119,241)
#AC8CF3
(172,140,243)
#BCA1F5
(188,161,245)
#CCB6F7
(204,182,247)
#DCCBF9
(220,203,249)
#ECE0FB
(236,224,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C0EE7 color. Also use rgb(76,14,231) instead hex code.

Text Font Color

.myTextColor { color: #4C0EE7; }

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

This text font color is #4C0EE7.


Background Color

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

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

This div background color is #4C0EE7.


Border color

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

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

This div border color is #4C0EE7.


Opacity

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

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

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

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

This text has shadow with #4C0EE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0EE7 on black background.


Color preview on white background

This text has color #4C0EE7 on white background.



Black color preview on #4C0EE7 background

This text has black color on #4C0EE7 background.


White color preview on #4C0EE7 background

This text has white color on #4C0EE7 background.