COLOR #478DA0

HEX: #478DA0
RGB: (71,141,160)

Color info

#478DA0 contains mainly green and blue colors. Web safe color of #478DA0 is #339999 (or #399).

RGB color model

#478DA0 color RGB value is (71,141,160).

  • red value is 71;
  • green value is 141;
  • blue value is 160.
RGB:
(71,141,160)
(28%,55%,63%)

RGB channels and saturation

R 71 of 255 = 28%
G 141 of 255 = 55%
B 160 of 255 = 63%

71
141
160

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

Portions of RGB colors in percentages

R + G + B =
71 + 141 + 160 = 372 (100%)
R 71 of 372 ~ 19.09%
G 141 of 372 ~ 37.9%
B 160 of 372 ~ 43.01%

%19.09
%37.9
%43.01

CMYK color model

#478DA0 color CMYK value is (56,12,0,37).

  • cyan value is 55.63%
  • magenta value is 11.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(56,12,0,37)
C56M12Y0K37 
(56%,12%,0%,37%)
(0.56/0.12/0.00/0.37)	

CMYK percentages

%55.63
%11.88
%0
%37.25

Codes

Color #478DA0 in popluar color models

478DA0
RGB71141160
HSL193°38.53%45.29%
HSB/HSV193°55.63%62.75%
CMYK55.63%11.88%0.00%
37.25%

Color #478DA0 in popluar number systems.

HEX478DA0
Decimal71141160
Binary10001111000110110100000
Octal107215240

Shades and tints

Shades of #478DA0

#478DA0
(71,141,160)
#418192
(65,129,146)
#3B7584
(59,117,132)
#356976
(53,105,118)
#2F5D68
(47,93,104)
#29515A
(41,81,90)
#23454C
(35,69,76)
#1D393E
(29,57,62)
#172D30
(23,45,48)
#112122
(17,33,34)
#0B1514
(11,21,20)
#000000
(0,0,0)

Tints of #478DA0

#478DA0
(71,141,160)
#5797A8
(87,151,168)
#67A1B0
(103,161,176)
#77ABB8
(119,171,184)
#87B5C0
(135,181,192)
#97BFC8
(151,191,200)
#A7C9D0
(167,201,208)
#B7D3D8
(183,211,216)
#C7DDE0
(199,221,224)
#D7E7E8
(215,231,232)
#E7F1F0
(231,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478DA0 color. Also use rgb(71,141,160) instead hex code.

Text Font Color

.myTextColor { color: #478DA0; }

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

This text font color is #478DA0.


Background Color

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

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

This div background color is #478DA0.


Border color

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

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

This div border color is #478DA0.


Opacity

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

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

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

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

This text has shadow with #478DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478DA0 on black background.


Color preview on white background

This text has color #478DA0 on white background.



Black color preview on #478DA0 background

This text has black color on #478DA0 background.


White color preview on #478DA0 background

This text has white color on #478DA0 background.