COLOR #48A2E1

HEX: #48A2E1
RGB: (72,162,225)

Color info

#48A2E1 contains mainly blue color. Web safe color of #48A2E1 is #3399CC (or #39C).

RGB color model

#48A2E1 color RGB value is (72,162,225).

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

RGB channels and saturation

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

72
162
225

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

Portions of RGB colors in percentages

R + G + B =
72 + 162 + 225 = 459 (100%)
R 72 of 459 ~ 15.69%
G 162 of 459 ~ 35.29%
B 225 of 459 ~ 49.02%

%15.69
%35.29
%49.02

CMYK color model

#48A2E1 color CMYK value is (68,28,0,12).

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

CMYK percentages

%68
%28
%0
%11.76

Codes

Color #48A2E1 in popluar color models

48A2E1
RGB72162225
HSL205°71.83%58.24%
HSB/HSV205°68.00%88.24%
CMYK68.00%28.00%0.00%
11.76%

Color #48A2E1 in popluar number systems.

HEX48A2E1
Decimal72162225
Binary10010001010001011100001
Octal110242341

Shades and tints

Shades of #48A2E1

#48A2E1
(72,162,225)
#4294CD
(66,148,205)
#3C86B9
(60,134,185)
#3678A5
(54,120,165)
#306A91
(48,106,145)
#2A5C7D
(42,92,125)
#244E69
(36,78,105)
#1E4055
(30,64,85)
#183241
(24,50,65)
#12242D
(18,36,45)
#0C1619
(12,22,25)
#000000
(0,0,0)

Tints of #48A2E1

#48A2E1
(72,162,225)
#58AAE3
(88,170,227)
#68B2E5
(104,178,229)
#78BAE7
(120,186,231)
#88C2E9
(136,194,233)
#98CAEB
(152,202,235)
#A8D2ED
(168,210,237)
#B8DAEF
(184,218,239)
#C8E2F1
(200,226,241)
#D8EAF3
(216,234,243)
#E8F2F5
(232,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48A2E1; }

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

This text font color is #48A2E1.


Background Color

.myBgColor { background-color: #48A2E1; }

<div style="background-color:#48A2E1">Inner text</div>

This div background color is #48A2E1.


Border color

.myBorderColor { border: 1px solid #48A2E1; }

<div style="border:3px solid #48A2E1">Div</div>

This div border color is #48A2E1.


Opacity

.myOpacity80 { color: #48A2E1; opacity: 0.8; }

<p style="color:#48A2E1;opacity:0.8;">80%</p>

Text with #48A2E1 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 #48A2E1;}

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

This text has shadow with #48A2E1 color.

.textShadow {text-shadow: 3px 3px 1px #48A2E1, 3px 3px 1px red;}

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

This text has shadow with #48A2E1 primary color and red secondary color.


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

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

This text has shadow with #48A2E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A2E1 on black background.


Color preview on white background

This text has color #48A2E1 on white background.



Black color preview on #48A2E1 background

This text has black color on #48A2E1 background.


White color preview on #48A2E1 background

This text has white color on #48A2E1 background.