COLOR #478DA2

HEX: #478DA2
RGB: (71,141,162)

Color info

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

RGB color model

#478DA2 color RGB value is (71,141,162).

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

RGB channels and saturation

R 71 of 255 = 28%
G 141 of 255 = 55%
B 162 of 255 = 64%

71
141
162

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

Portions of RGB colors in percentages

R + G + B =
71 + 141 + 162 = 374 (100%)
R 71 of 374 ~ 18.98%
G 141 of 374 ~ 37.7%
B 162 of 374 ~ 43.32%

%18.98
%37.7
%43.32

CMYK color model

#478DA2 color CMYK value is (56,13,0,36).

  • cyan value is 56.17%
  • magenta value is 12.96%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(56,13,0,36)
C56M13Y0K36 
(56%,13%,0%,36%)
(0.56/0.13/0.00/0.36)	

CMYK percentages

%56.17
%12.96
%0
%36.47

Codes

Color #478DA2 in popluar color models

478DA2
RGB71141162
HSL194°39.06%45.69%
HSB/HSV194°56.17%63.53%
CMYK56.17%12.96%0.00%
36.47%

Color #478DA2 in popluar number systems.

HEX478DA2
Decimal71141162
Binary10001111000110110100010
Octal107215242

Shades and tints

Shades of #478DA2

#478DA2
(71,141,162)
#418194
(65,129,148)
#3B7586
(59,117,134)
#356978
(53,105,120)
#2F5D6A
(47,93,106)
#29515C
(41,81,92)
#23454E
(35,69,78)
#1D3940
(29,57,64)
#172D32
(23,45,50)
#112124
(17,33,36)
#0B1516
(11,21,22)
#000000
(0,0,0)

Tints of #478DA2

#478DA2
(71,141,162)
#5797AA
(87,151,170)
#67A1B2
(103,161,178)
#77ABBA
(119,171,186)
#87B5C2
(135,181,194)
#97BFCA
(151,191,202)
#A7C9D2
(167,201,210)
#B7D3DA
(183,211,218)
#C7DDE2
(199,221,226)
#D7E7EA
(215,231,234)
#E7F1F2
(231,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478DA2; }

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

This text font color is #478DA2.


Background Color

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

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

This div background color is #478DA2.


Border color

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

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

This div border color is #478DA2.


Opacity

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

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

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

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

This text has shadow with #478DA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478DA2 on black background.


Color preview on white background

This text has color #478DA2 on white background.



Black color preview on #478DA2 background

This text has black color on #478DA2 background.


White color preview on #478DA2 background

This text has white color on #478DA2 background.