COLOR #478ED0

HEX: #478ED0
RGB: (71,142,208)

Color info

#478ED0 contains mainly blue color. Web safe color of #478ED0 is #3399CC (or #39C).

RGB color model

#478ED0 color RGB value is (71,142,208).

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

RGB channels and saturation

R 71 of 255 = 28%
G 142 of 255 = 56%
B 208 of 255 = 82%

71
142
208

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

Portions of RGB colors in percentages

R + G + B =
71 + 142 + 208 = 421 (100%)
R 71 of 421 ~ 16.86%
G 142 of 421 ~ 33.73%
B 208 of 421 ~ 49.41%

%16.86
%33.73
%49.41

CMYK color model

#478ED0 color CMYK value is (66,32,0,18).

  • cyan value is 65.87%
  • magenta value is 31.73%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(66,32,0,18)
C66M32Y0K18 
(66%,32%,0%,18%)
(0.66/0.32/0.00/0.18)	

CMYK percentages

%65.87
%31.73
%0
%18.43

Codes

Color #478ED0 in popluar color models

478ED0
RGB71142208
HSL209°59.31%54.71%
HSB/HSV209°65.87%81.57%
CMYK65.87%31.73%0.00%
18.43%

Color #478ED0 in popluar number systems.

HEX478ED0
Decimal71142208
Binary10001111000111011010000
Octal107216320

Shades and tints

Shades of #478ED0

#478ED0
(71,142,208)
#4182BE
(65,130,190)
#3B76AC
(59,118,172)
#356A9A
(53,106,154)
#2F5E88
(47,94,136)
#295276
(41,82,118)
#234664
(35,70,100)
#1D3A52
(29,58,82)
#172E40
(23,46,64)
#11222E
(17,34,46)
#0B161C
(11,22,28)
#000000
(0,0,0)

Tints of #478ED0

#478ED0
(71,142,208)
#5798D4
(87,152,212)
#67A2D8
(103,162,216)
#77ACDC
(119,172,220)
#87B6E0
(135,182,224)
#97C0E4
(151,192,228)
#A7CAE8
(167,202,232)
#B7D4EC
(183,212,236)
#C7DEF0
(199,222,240)
#D7E8F4
(215,232,244)
#E7F2F8
(231,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478ED0; }

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

This text font color is #478ED0.


Background Color

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

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

This div background color is #478ED0.


Border color

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

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

This div border color is #478ED0.


Opacity

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

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

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

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

This text has shadow with #478ED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478ED0 on black background.


Color preview on white background

This text has color #478ED0 on white background.



Black color preview on #478ED0 background

This text has black color on #478ED0 background.


White color preview on #478ED0 background

This text has white color on #478ED0 background.