COLOR #4816E2

HEX: #4816E2
RGB: (72,22,226)

Color info

#4816E2 contains mainly blue color. Web safe color of #4816E2 is #3300CC (or #30C).

RGB color model

#4816E2 color RGB value is (72,22,226).

  • red value is 72;
  • green value is 22;
  • blue value is 226.
RGB:
(72,22,226)
(28%,9%,89%)

RGB channels and saturation

R 72 of 255 = 28%
G 22 of 255 = 9%
B 226 of 255 = 89%

72
22
226

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

Portions of RGB colors in percentages

R + G + B =
72 + 22 + 226 = 320 (100%)
R 72 of 320 ~ 22.5%
G 22 of 320 ~ 6.88%
B 226 of 320 ~ 70.63%

%22.5
%70.63

CMYK color model

#4816E2 color CMYK value is (68,90,0,11).

  • cyan value is 68.14%
  • magenta value is 90.27%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(68,90,0,11)
C68M90Y0K11 
(68%,90%,0%,11%)
(0.68/0.90/0.00/0.11)	

CMYK percentages

%68.14
%90.27
%0
%11.37

Codes

Color #4816E2 in popluar color models

4816E2
RGB7222226
HSL255°82.26%48.63%
HSB/HSV255°90.27%88.63%
CMYK68.14%90.27%0.00%
11.37%

Color #4816E2 in popluar number systems.

HEX4816E2
Decimal7222226
Binary10010001011011100010
Octal11026342

Shades and tints

Shades of #4816E2

#4816E2
(72,22,226)
#4214CE
(66,20,206)
#3C12BA
(60,18,186)
#3610A6
(54,16,166)
#300E92
(48,14,146)
#2A0C7E
(42,12,126)
#240A6A
(36,10,106)
#1E0856
(30,8,86)
#180642
(24,6,66)
#12042E
(18,4,46)
#0C021A
(12,2,26)
#000000
(0,0,0)

Tints of #4816E2

#4816E2
(72,22,226)
#582BE4
(88,43,228)
#6840E6
(104,64,230)
#7855E8
(120,85,232)
#886AEA
(136,106,234)
#987FEC
(152,127,236)
#A894EE
(168,148,238)
#B8A9F0
(184,169,240)
#C8BEF2
(200,190,242)
#D8D3F4
(216,211,244)
#E8E8F6
(232,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4816E2 color. Also use rgb(72,22,226) instead hex code.

Text Font Color

.myTextColor { color: #4816E2; }

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

This text font color is #4816E2.


Background Color

.myBgColor { background-color: #4816E2; }

<div style="background-color:#4816E2">Inner text</div>

This div background color is #4816E2.


Border color

.myBorderColor { border: 1px solid #4816E2; }

<div style="border:3px solid #4816E2">Div</div>

This div border color is #4816E2.


Opacity

.myOpacity80 { color: #4816E2; opacity: 0.8; }

<p style="color:#4816E2;opacity:0.8;">80%</p>

Text with #4816E2 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 #4816E2;}

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

This text has shadow with #4816E2 color.

.textShadow {text-shadow: 3px 3px 1px #4816E2, 3px 3px 1px red;}

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

This text has shadow with #4816E2 primary color and red secondary color.


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

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

This text has shadow with #4816E2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4816E2 on black background.


Color preview on white background

This text has color #4816E2 on white background.



Black color preview on #4816E2 background

This text has black color on #4816E2 background.


White color preview on #4816E2 background

This text has white color on #4816E2 background.