COLOR #478EB8

HEX: #478EB8
RGB: (71,142,184)

Color info

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

RGB color model

#478EB8 color RGB value is (71,142,184).

  • red value is 71;
  • green value is 142;
  • blue value is 184.
RGB:
(71,142,184)
(28%,56%,72%)

RGB channels and saturation

R 71 of 255 = 28%
G 142 of 255 = 56%
B 184 of 255 = 72%

71
142
184

R + G + B ~ 52%. #478EB8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 142 + 184 = 397 (100%)
R 71 of 397 ~ 17.88%
G 142 of 397 ~ 35.77%
B 184 of 397 ~ 46.35%

%17.88
%35.77
%46.35

CMYK color model

#478EB8 color CMYK value is (61,23,0,28).

  • cyan value is 61.41%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(61,23,0,28)
C61M23Y0K28 
(61%,23%,0%,28%)
(0.61/0.23/0.00/0.28)	

CMYK percentages

%61.41
%22.83
%0
%27.84

Codes

Color #478EB8 in popluar color models

478EB8
RGB71142184
HSL202°44.31%50.00%
HSB/HSV202°61.41%72.16%
CMYK61.41%22.83%0.00%
27.84%

Color #478EB8 in popluar number systems.

HEX478EB8
Decimal71142184
Binary10001111000111010111000
Octal107216270

Shades and tints

Shades of #478EB8

#478EB8
(71,142,184)
#4182A8
(65,130,168)
#3B7698
(59,118,152)
#356A88
(53,106,136)
#2F5E78
(47,94,120)
#295268
(41,82,104)
#234658
(35,70,88)
#1D3A48
(29,58,72)
#172E38
(23,46,56)
#112228
(17,34,40)
#0B1618
(11,22,24)
#000000
(0,0,0)

Tints of #478EB8

#478EB8
(71,142,184)
#5798BE
(87,152,190)
#67A2C4
(103,162,196)
#77ACCA
(119,172,202)
#87B6D0
(135,182,208)
#97C0D6
(151,192,214)
#A7CADC
(167,202,220)
#B7D4E2
(183,212,226)
#C7DEE8
(199,222,232)
#D7E8EE
(215,232,238)
#E7F2F4
(231,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478EB8 color. Also use rgb(71,142,184) instead hex code.

Text Font Color

.myTextColor { color: #478EB8; }

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

This text font color is #478EB8.


Background Color

.myBgColor { background-color: #478EB8; }

<div style="background-color:#478EB8">Inner text</div>

This div background color is #478EB8.


Border color

.myBorderColor { border: 1px solid #478EB8; }

<div style="border:3px solid #478EB8">Div</div>

This div border color is #478EB8.


Opacity

.myOpacity80 { color: #478EB8; opacity: 0.8; }

<p style="color:#478EB8;opacity:0.8;">80%</p>

Text with #478EB8 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 #478EB8;}

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

This text has shadow with #478EB8 color.

.textShadow {text-shadow: 3px 3px 1px #478EB8, 3px 3px 1px red;}

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

This text has shadow with #478EB8 primary color and red secondary color.


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

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

This text has shadow with #478EB8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478EB8 on black background.


Color preview on white background

This text has color #478EB8 on white background.



Black color preview on #478EB8 background

This text has black color on #478EB8 background.


White color preview on #478EB8 background

This text has white color on #478EB8 background.