COLOR #48A7C7

HEX: #48A7C7
RGB: (72,167,199)

Color info

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

RGB color model

#48A7C7 color RGB value is (72,167,199).

  • red value is 72;
  • green value is 167;
  • blue value is 199.
RGB:
(72,167,199)
(28%,65%,78%)

RGB channels and saturation

R 72 of 255 = 28%
G 167 of 255 = 65%
B 199 of 255 = 78%

72
167
199

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

Portions of RGB colors in percentages

R + G + B =
72 + 167 + 199 = 438 (100%)
R 72 of 438 ~ 16.44%
G 167 of 438 ~ 38.13%
B 199 of 438 ~ 45.43%

%16.44
%38.13
%45.43

CMYK color model

#48A7C7 color CMYK value is (64,16,0,22).

  • cyan value is 63.82%
  • magenta value is 16.08%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(64,16,0,22)
C64M16Y0K22 
(64%,16%,0%,22%)
(0.64/0.16/0.00/0.22)	

CMYK percentages

%63.82
%16.08
%0
%21.96

Codes

Color #48A7C7 in popluar color models

48A7C7
RGB72167199
HSL195°53.14%53.14%
HSB/HSV195°63.82%78.04%
CMYK63.82%16.08%0.00%
21.96%

Color #48A7C7 in popluar number systems.

HEX48A7C7
Decimal72167199
Binary10010001010011111000111
Octal110247307

Shades and tints

Shades of #48A7C7

#48A7C7
(72,167,199)
#4298B5
(66,152,181)
#3C89A3
(60,137,163)
#367A91
(54,122,145)
#306B7F
(48,107,127)
#2A5C6D
(42,92,109)
#244D5B
(36,77,91)
#1E3E49
(30,62,73)
#182F37
(24,47,55)
#122025
(18,32,37)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #48A7C7

#48A7C7
(72,167,199)
#58AFCC
(88,175,204)
#68B7D1
(104,183,209)
#78BFD6
(120,191,214)
#88C7DB
(136,199,219)
#98CFE0
(152,207,224)
#A8D7E5
(168,215,229)
#B8DFEA
(184,223,234)
#C8E7EF
(200,231,239)
#D8EFF4
(216,239,244)
#E8F7F9
(232,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48A7C7 color. Also use rgb(72,167,199) instead hex code.

Text Font Color

.myTextColor { color: #48A7C7; }

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

This text font color is #48A7C7.


Background Color

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

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

This div background color is #48A7C7.


Border color

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

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

This div border color is #48A7C7.


Opacity

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

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

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

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

This text has shadow with #48A7C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48A7C7 on black background.


Color preview on white background

This text has color #48A7C7 on white background.



Black color preview on #48A7C7 background

This text has black color on #48A7C7 background.


White color preview on #48A7C7 background

This text has white color on #48A7C7 background.