COLOR #47A8F2

HEX: #47A8F2
RGB: (71,168,242)

Color info

#47A8F2 contains mainly blue color. Web safe color of #47A8F2 is #3399FF (or #39F).

RGB color model

#47A8F2 color RGB value is (71,168,242).

  • red value is 71;
  • green value is 168;
  • blue value is 242.
RGB:
(71,168,242)
(28%,66%,95%)

RGB channels and saturation

R 71 of 255 = 28%
G 168 of 255 = 66%
B 242 of 255 = 95%

71
168
242

R + G + B ~ 63%. #47A8F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
71 + 168 + 242 = 481 (100%)
R 71 of 481 ~ 14.76%
G 168 of 481 ~ 34.93%
B 242 of 481 ~ 50.31%

%14.76
%34.93
%50.31

CMYK color model

#47A8F2 color CMYK value is (71,31,0,5).

  • cyan value is 70.66%
  • magenta value is 30.58%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(71,31,0,5)
C71M31Y0K5 
(71%,31%,0%,5%)
(0.71/0.31/0.00/0.05)	

CMYK percentages

%70.66
%30.58
%0
%5.1

Codes

Color #47A8F2 in popluar color models

47A8F2
RGB71168242
HSL206°86.80%61.37%
HSB/HSV206°70.66%94.90%
CMYK70.66%30.58%0.00%
5.10%

Color #47A8F2 in popluar number systems.

HEX47A8F2
Decimal71168242
Binary10001111010100011110010
Octal107250362

Shades and tints

Shades of #47A8F2

#47A8F2
(71,168,242)
#4199DC
(65,153,220)
#3B8AC6
(59,138,198)
#357BB0
(53,123,176)
#2F6C9A
(47,108,154)
#295D84
(41,93,132)
#234E6E
(35,78,110)
#1D3F58
(29,63,88)
#173042
(23,48,66)
#11212C
(17,33,44)
#0B1216
(11,18,22)
#000000
(0,0,0)

Tints of #47A8F2

#47A8F2
(71,168,242)
#57AFF3
(87,175,243)
#67B6F4
(103,182,244)
#77BDF5
(119,189,245)
#87C4F6
(135,196,246)
#97CBF7
(151,203,247)
#A7D2F8
(167,210,248)
#B7D9F9
(183,217,249)
#C7E0FA
(199,224,250)
#D7E7FB
(215,231,251)
#E7EEFC
(231,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47A8F2 color. Also use rgb(71,168,242) instead hex code.

Text Font Color

.myTextColor { color: #47A8F2; }

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

This text font color is #47A8F2.


Background Color

.myBgColor { background-color: #47A8F2; }

<div style="background-color:#47A8F2">Inner text</div>

This div background color is #47A8F2.


Border color

.myBorderColor { border: 1px solid #47A8F2; }

<div style="border:3px solid #47A8F2">Div</div>

This div border color is #47A8F2.


Opacity

.myOpacity80 { color: #47A8F2; opacity: 0.8; }

<p style="color:#47A8F2;opacity:0.8;">80%</p>

Text with #47A8F2 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 #47A8F2;}

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

This text has shadow with #47A8F2 color.

.textShadow {text-shadow: 3px 3px 1px #47A8F2, 3px 3px 1px red;}

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

This text has shadow with #47A8F2 primary color and red secondary color.


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

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

This text has shadow with #47A8F2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47A8F2 on black background.


Color preview on white background

This text has color #47A8F2 on white background.



Black color preview on #47A8F2 background

This text has black color on #47A8F2 background.


White color preview on #47A8F2 background

This text has white color on #47A8F2 background.