COLOR #48A0DA

HEX: #48A0DA
RGB: (72,160,218)

Color info

#48A0DA contains mainly green and blue colors. Web safe color of #48A0DA is #3399CC (or #39C).

RGB color model

#48A0DA color RGB value is (72,160,218).

  • red value is 72;
  • green value is 160;
  • blue value is 218.
RGB:
(72,160,218)
(28%,63%,85%)

RGB channels and saturation

R 72 of 255 = 28%
G 160 of 255 = 63%
B 218 of 255 = 85%

72
160
218

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

Portions of RGB colors in percentages

R + G + B =
72 + 160 + 218 = 450 (100%)
R 72 of 450 ~ 16%
G 160 of 450 ~ 35.56%
B 218 of 450 ~ 48.44%

%16
%35.56
%48.44

CMYK color model

#48A0DA color CMYK value is (67,27,0,15).

  • cyan value is 66.97%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(67,27,0,15)
C67M27Y0K15 
(67%,27%,0%,15%)
(0.67/0.27/0.00/0.15)	

CMYK percentages

%66.97
%26.61
%0
%14.51

Codes

Color #48A0DA in popluar color models

48A0DA
RGB72160218
HSL204°66.36%56.86%
HSB/HSV204°66.97%85.49%
CMYK66.97%26.61%0.00%
14.51%

Color #48A0DA in popluar number systems.

HEX48A0DA
Decimal72160218
Binary10010001010000011011010
Octal110240332

Shades and tints

Shades of #48A0DA

#48A0DA
(72,160,218)
#4292C7
(66,146,199)
#3C84B4
(60,132,180)
#3676A1
(54,118,161)
#30688E
(48,104,142)
#2A5A7B
(42,90,123)
#244C68
(36,76,104)
#1E3E55
(30,62,85)
#183042
(24,48,66)
#12222F
(18,34,47)
#0C141C
(12,20,28)
#000000
(0,0,0)

Tints of #48A0DA

#48A0DA
(72,160,218)
#58A8DD
(88,168,221)
#68B0E0
(104,176,224)
#78B8E3
(120,184,227)
#88C0E6
(136,192,230)
#98C8E9
(152,200,233)
#A8D0EC
(168,208,236)
#B8D8EF
(184,216,239)
#C8E0F2
(200,224,242)
#D8E8F5
(216,232,245)
#E8F0F8
(232,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A0DA color. Also use rgb(72,160,218) instead hex code.

Text Font Color

.myTextColor { color: #48A0DA; }

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

This text font color is #48A0DA.


Background Color

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

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

This div background color is #48A0DA.


Border color

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

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

This div border color is #48A0DA.


Opacity

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

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

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

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

This text has shadow with #48A0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A0DA on black background.


Color preview on white background

This text has color #48A0DA on white background.



Black color preview on #48A0DA background

This text has black color on #48A0DA background.


White color preview on #48A0DA background

This text has white color on #48A0DA background.