COLOR #4815F6

HEX: #4815F6
RGB: (72,21,246)

Color info

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

RGB color model

#4815F6 color RGB value is (72,21,246).

  • red value is 72;
  • green value is 21;
  • blue value is 246.
RGB:
(72,21,246)
(28%,8%,96%)

RGB channels and saturation

R 72 of 255 = 28%
G 21 of 255 = 8%
B 246 of 255 = 96%

72
21
246

R + G + B ~ 44%. #4815F6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 21 + 246 = 339 (100%)
R 72 of 339 ~ 21.24%
G 21 of 339 ~ 6.19%
B 246 of 339 ~ 72.57%

%21.24
%72.57

CMYK color model

#4815F6 color CMYK value is (71,91,0,4).

  • cyan value is 70.73%
  • magenta value is 91.46%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(71,91,0,4)
C71M91Y0K4 
(71%,91%,0%,4%)
(0.71/0.91/0.00/0.04)	

CMYK percentages

%70.73
%91.46
%0
%3.53

Codes

Color #4815F6 in popluar color models

4815F6
RGB7221246
HSL254°92.59%52.35%
HSB/HSV254°91.46%96.47%
CMYK70.73%91.46%0.00%
3.53%

Color #4815F6 in popluar number systems.

HEX4815F6
Decimal7221246
Binary10010001010111110110
Octal11025366

Shades and tints

Shades of #4815F6

#4815F6
(72,21,246)
#4214E0
(66,20,224)
#3C13CA
(60,19,202)
#3612B4
(54,18,180)
#30119E
(48,17,158)
#2A1088
(42,16,136)
#240F72
(36,15,114)
#1E0E5C
(30,14,92)
#180D46
(24,13,70)
#120C30
(18,12,48)
#0C0B1A
(12,11,26)
#000000
(0,0,0)

Tints of #4815F6

#4815F6
(72,21,246)
#582AF6
(88,42,246)
#683FF6
(104,63,246)
#7854F6
(120,84,246)
#8869F6
(136,105,246)
#987EF6
(152,126,246)
#A893F6
(168,147,246)
#B8A8F6
(184,168,246)
#C8BDF6
(200,189,246)
#D8D2F6
(216,210,246)
#E8E7F6
(232,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4815F6 color. Also use rgb(72,21,246) instead hex code.

Text Font Color

.myTextColor { color: #4815F6; }

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

This text font color is #4815F6.


Background Color

.myBgColor { background-color: #4815F6; }

<div style="background-color:#4815F6">Inner text</div>

This div background color is #4815F6.


Border color

.myBorderColor { border: 1px solid #4815F6; }

<div style="border:3px solid #4815F6">Div</div>

This div border color is #4815F6.


Opacity

.myOpacity80 { color: #4815F6; opacity: 0.8; }

<p style="color:#4815F6;opacity:0.8;">80%</p>

Text with #4815F6 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 #4815F6;}

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

This text has shadow with #4815F6 color.

.textShadow {text-shadow: 3px 3px 1px #4815F6, 3px 3px 1px red;}

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

This text has shadow with #4815F6 primary color and red secondary color.


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

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

This text has shadow with #4815F6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4815F6 on black background.


Color preview on white background

This text has color #4815F6 on white background.



Black color preview on #4815F6 background

This text has black color on #4815F6 background.


White color preview on #4815F6 background

This text has white color on #4815F6 background.