COLOR #4848E1

HEX: #4848E1
RGB: (72,72,225)

Color info

#4848E1 contains mainly blue color. Web safe color of #4848E1 is #3333CC (or #33C).

RGB color model

#4848E1 color RGB value is (72,72,225).

  • red value is 72;
  • green value is 72;
  • blue value is 225.
RGB:
(72,72,225)
(28%,28%,88%)

RGB channels and saturation

R 72 of 255 = 28%
G 72 of 255 = 28%
B 225 of 255 = 88%

72
72
225

R + G + B ~ 48%. #4848E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 72 + 225 = 369 (100%)
R 72 of 369 ~ 19.51%
G 72 of 369 ~ 19.51%
B 225 of 369 ~ 60.98%

%19.51
%19.51
%60.98

CMYK color model

#4848E1 color CMYK value is (68,68,0,12).

  • cyan value is 68.00%
  • magenta value is 68.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(68,68,0,12)
C68M68Y0K12 
(68%,68%,0%,12%)
(0.68/0.68/0.00/0.12)	

CMYK percentages

%68
%68
%0
%11.76

Codes

Color #4848E1 in popluar color models

4848E1
RGB7272225
HSL240°71.83%58.24%
HSB/HSV240°68.00%88.24%
CMYK68.00%68.00%0.00%
11.76%

Color #4848E1 in popluar number systems.

HEX4848E1
Decimal7272225
Binary1001000100100011100001
Octal110110341

Shades and tints

Shades of #4848E1

#4848E1
(72,72,225)
#4242CD
(66,66,205)
#3C3CB9
(60,60,185)
#3636A5
(54,54,165)
#303091
(48,48,145)
#2A2A7D
(42,42,125)
#242469
(36,36,105)
#1E1E55
(30,30,85)
#181841
(24,24,65)
#12122D
(18,18,45)
#0C0C19
(12,12,25)
#000000
(0,0,0)

Tints of #4848E1

#4848E1
(72,72,225)
#5858E3
(88,88,227)
#6868E5
(104,104,229)
#7878E7
(120,120,231)
#8888E9
(136,136,233)
#9898EB
(152,152,235)
#A8A8ED
(168,168,237)
#B8B8EF
(184,184,239)
#C8C8F1
(200,200,241)
#D8D8F3
(216,216,243)
#E8E8F5
(232,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4848E1 color. Also use rgb(72,72,225) instead hex code.

Text Font Color

.myTextColor { color: #4848E1; }

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

This text font color is #4848E1.


Background Color

.myBgColor { background-color: #4848E1; }

<div style="background-color:#4848E1">Inner text</div>

This div background color is #4848E1.


Border color

.myBorderColor { border: 1px solid #4848E1; }

<div style="border:3px solid #4848E1">Div</div>

This div border color is #4848E1.


Opacity

.myOpacity80 { color: #4848E1; opacity: 0.8; }

<p style="color:#4848E1;opacity:0.8;">80%</p>

Text with #4848E1 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 #4848E1;}

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

This text has shadow with #4848E1 color.

.textShadow {text-shadow: 3px 3px 1px #4848E1, 3px 3px 1px red;}

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

This text has shadow with #4848E1 primary color and red secondary color.


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

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

This text has shadow with #4848E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4848E1 on black background.


Color preview on white background

This text has color #4848E1 on white background.



Black color preview on #4848E1 background

This text has black color on #4848E1 background.


White color preview on #4848E1 background

This text has white color on #4848E1 background.