COLOR #4C04F6

HEX: #4C04F6
RGB: (76,4,246)

Color info

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

RGB color model

#4C04F6 color RGB value is (76,4,246).

  • red value is 76;
  • green value is 4;
  • blue value is 246.
RGB:
(76,4,246)
(30%,2%,96%)

RGB channels and saturation

R 76 of 255 = 30%
G 4 of 255 = 2%
B 246 of 255 = 96%

76
4
246

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

Portions of RGB colors in percentages

R + G + B =
76 + 4 + 246 = 326 (100%)
R 76 of 326 ~ 23.31%
G 4 of 326 ~ 1.23%
B 246 of 326 ~ 75.46%

%23.31
%75.46

CMYK color model

#4C04F6 color CMYK value is (69,98,0,4).

  • cyan value is 69.11%
  • magenta value is 98.37%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(69,98,0,4)
C69M98Y0K4 
(69%,98%,0%,4%)
(0.69/0.98/0.00/0.04)	

CMYK percentages

%69.11
%98.37
%0
%3.53

Codes

Color #4C04F6 in popluar color models

4C04F6
RGB764246
HSL258°96.80%49.02%
HSB/HSV258°98.37%96.47%
CMYK69.11%98.37%0.00%
3.53%

Color #4C04F6 in popluar number systems.

HEX4C04F6
Decimal764246
Binary100110010011110110
Octal1144366

Shades and tints

Shades of #4C04F6

#4C04F6
(76,4,246)
#4604E0
(70,4,224)
#4004CA
(64,4,202)
#3A04B4
(58,4,180)
#34049E
(52,4,158)
#2E0488
(46,4,136)
#280472
(40,4,114)
#22045C
(34,4,92)
#1C0446
(28,4,70)
#160430
(22,4,48)
#10041A
(16,4,26)
#000000
(0,0,0)

Tints of #4C04F6

#4C04F6
(76,4,246)
#5C1AF6
(92,26,246)
#6C30F6
(108,48,246)
#7C46F6
(124,70,246)
#8C5CF6
(140,92,246)
#9C72F6
(156,114,246)
#AC88F6
(172,136,246)
#BC9EF6
(188,158,246)
#CCB4F6
(204,180,246)
#DCCAF6
(220,202,246)
#ECE0F6
(236,224,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C04F6; }

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

This text font color is #4C04F6.


Background Color

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

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

This div background color is #4C04F6.


Border color

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

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

This div border color is #4C04F6.


Opacity

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

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

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

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

This text has shadow with #4C04F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C04F6 on black background.


Color preview on white background

This text has color #4C04F6 on white background.



Black color preview on #4C04F6 background

This text has black color on #4C04F6 background.


White color preview on #4C04F6 background

This text has white color on #4C04F6 background.