COLOR #48A9E4

HEX: #48A9E4
RGB: (72,169,228)

Color info

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

RGB color model

#48A9E4 color RGB value is (72,169,228).

  • red value is 72;
  • green value is 169;
  • blue value is 228.
RGB:
(72,169,228)
(28%,66%,89%)

RGB channels and saturation

R 72 of 255 = 28%
G 169 of 255 = 66%
B 228 of 255 = 89%

72
169
228

R + G + B ~ 61%. #48A9E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 169 + 228 = 469 (100%)
R 72 of 469 ~ 15.35%
G 169 of 469 ~ 36.03%
B 228 of 469 ~ 48.61%

%15.35
%36.03
%48.61

CMYK color model

#48A9E4 color CMYK value is (68,26,0,11).

  • cyan value is 68.42%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(68,26,0,11)
C68M26Y0K11 
(68%,26%,0%,11%)
(0.68/0.26/0.00/0.11)	

CMYK percentages

%68.42
%25.88
%0
%10.59

Codes

Color #48A9E4 in popluar color models

48A9E4
RGB72169228
HSL203°74.29%58.82%
HSB/HSV203°68.42%89.41%
CMYK68.42%25.88%0.00%
10.59%

Color #48A9E4 in popluar number systems.

HEX48A9E4
Decimal72169228
Binary10010001010100111100100
Octal110251344

Shades and tints

Shades of #48A9E4

#48A9E4
(72,169,228)
#429AD0
(66,154,208)
#3C8BBC
(60,139,188)
#367CA8
(54,124,168)
#306D94
(48,109,148)
#2A5E80
(42,94,128)
#244F6C
(36,79,108)
#1E4058
(30,64,88)
#183144
(24,49,68)
#122230
(18,34,48)
#0C131C
(12,19,28)
#000000
(0,0,0)

Tints of #48A9E4

#48A9E4
(72,169,228)
#58B0E6
(88,176,230)
#68B7E8
(104,183,232)
#78BEEA
(120,190,234)
#88C5EC
(136,197,236)
#98CCEE
(152,204,238)
#A8D3F0
(168,211,240)
#B8DAF2
(184,218,242)
#C8E1F4
(200,225,244)
#D8E8F6
(216,232,246)
#E8EFF8
(232,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A9E4 color. Also use rgb(72,169,228) instead hex code.

Text Font Color

.myTextColor { color: #48A9E4; }

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

This text font color is #48A9E4.


Background Color

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

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

This div background color is #48A9E4.


Border color

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

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

This div border color is #48A9E4.


Opacity

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

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

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

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

This text has shadow with #48A9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A9E4 on black background.


Color preview on white background

This text has color #48A9E4 on white background.



Black color preview on #48A9E4 background

This text has black color on #48A9E4 background.


White color preview on #48A9E4 background

This text has white color on #48A9E4 background.