COLOR #4C12F7

HEX: #4C12F7
RGB: (76,18,247)

Color info

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

RGB color model

#4C12F7 color RGB value is (76,18,247).

  • red value is 76;
  • green value is 18;
  • blue value is 247.
RGB:
(76,18,247)
(30%,7%,97%)

RGB channels and saturation

R 76 of 255 = 30%
G 18 of 255 = 7%
B 247 of 255 = 97%

76
18
247

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

Portions of RGB colors in percentages

R + G + B =
76 + 18 + 247 = 341 (100%)
R 76 of 341 ~ 22.29%
G 18 of 341 ~ 5.28%
B 247 of 341 ~ 72.43%

%22.29
%72.43

CMYK color model

#4C12F7 color CMYK value is (69,93,0,3).

  • cyan value is 69.23%
  • magenta value is 92.71%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(69,93,0,3)
C69M93Y0K3 
(69%,93%,0%,3%)
(0.69/0.93/0.00/0.03)	

CMYK percentages

%69.23
%92.71
%0
%3.14

Codes

Color #4C12F7 in popluar color models

4C12F7
RGB7618247
HSL255°93.47%51.96%
HSB/HSV255°92.71%96.86%
CMYK69.23%92.71%0.00%
3.14%

Color #4C12F7 in popluar number systems.

HEX4C12F7
Decimal7618247
Binary10011001001011110111
Octal11422367

Shades and tints

Shades of #4C12F7

#4C12F7
(76,18,247)
#4611E1
(70,17,225)
#4010CB
(64,16,203)
#3A0FB5
(58,15,181)
#340E9F
(52,14,159)
#2E0D89
(46,13,137)
#280C73
(40,12,115)
#220B5D
(34,11,93)
#1C0A47
(28,10,71)
#160931
(22,9,49)
#10081B
(16,8,27)
#000000
(0,0,0)

Tints of #4C12F7

#4C12F7
(76,18,247)
#5C27F7
(92,39,247)
#6C3CF7
(108,60,247)
#7C51F7
(124,81,247)
#8C66F7
(140,102,247)
#9C7BF7
(156,123,247)
#AC90F7
(172,144,247)
#BCA5F7
(188,165,247)
#CCBAF7
(204,186,247)
#DCCFF7
(220,207,247)
#ECE4F7
(236,228,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C12F7 color. Also use rgb(76,18,247) instead hex code.

Text Font Color

.myTextColor { color: #4C12F7; }

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

This text font color is #4C12F7.


Background Color

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

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

This div background color is #4C12F7.


Border color

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

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

This div border color is #4C12F7.


Opacity

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

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

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

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

This text has shadow with #4C12F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C12F7 on black background.


Color preview on white background

This text has color #4C12F7 on white background.



Black color preview on #4C12F7 background

This text has black color on #4C12F7 background.


White color preview on #4C12F7 background

This text has white color on #4C12F7 background.