COLOR #48A5C0

HEX: #48A5C0
RGB: (72,165,192)

Color info

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

RGB color model

#48A5C0 color RGB value is (72,165,192).

  • red value is 72;
  • green value is 165;
  • blue value is 192.
RGB:
(72,165,192)
(28%,65%,75%)

RGB channels and saturation

R 72 of 255 = 28%
G 165 of 255 = 65%
B 192 of 255 = 75%

72
165
192

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

Portions of RGB colors in percentages

R + G + B =
72 + 165 + 192 = 429 (100%)
R 72 of 429 ~ 16.78%
G 165 of 429 ~ 38.46%
B 192 of 429 ~ 44.76%

%16.78
%38.46
%44.76

CMYK color model

#48A5C0 color CMYK value is (63,14,0,25).

  • cyan value is 62.50%
  • magenta value is 14.06%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(63,14,0,25)
C63M14Y0K25 
(63%,14%,0%,25%)
(0.63/0.14/0.00/0.25)	

CMYK percentages

%62.5
%14.06
%0
%24.71

Codes

Color #48A5C0 in popluar color models

48A5C0
RGB72165192
HSL194°48.78%51.76%
HSB/HSV194°62.50%75.29%
CMYK62.50%14.06%0.00%
24.71%

Color #48A5C0 in popluar number systems.

HEX48A5C0
Decimal72165192
Binary10010001010010111000000
Octal110245300

Shades and tints

Shades of #48A5C0

#48A5C0
(72,165,192)
#4296AF
(66,150,175)
#3C879E
(60,135,158)
#36788D
(54,120,141)
#30697C
(48,105,124)
#2A5A6B
(42,90,107)
#244B5A
(36,75,90)
#1E3C49
(30,60,73)
#182D38
(24,45,56)
#121E27
(18,30,39)
#0C0F16
(12,15,22)
#000000
(0,0,0)

Tints of #48A5C0

#48A5C0
(72,165,192)
#58ADC5
(88,173,197)
#68B5CA
(104,181,202)
#78BDCF
(120,189,207)
#88C5D4
(136,197,212)
#98CDD9
(152,205,217)
#A8D5DE
(168,213,222)
#B8DDE3
(184,221,227)
#C8E5E8
(200,229,232)
#D8EDED
(216,237,237)
#E8F5F2
(232,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A5C0 color. Also use rgb(72,165,192) instead hex code.

Text Font Color

.myTextColor { color: #48A5C0; }

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

This text font color is #48A5C0.


Background Color

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

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

This div background color is #48A5C0.


Border color

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

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

This div border color is #48A5C0.


Opacity

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

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

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

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

This text has shadow with #48A5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A5C0 on black background.


Color preview on white background

This text has color #48A5C0 on white background.



Black color preview on #48A5C0 background

This text has black color on #48A5C0 background.


White color preview on #48A5C0 background

This text has white color on #48A5C0 background.