COLOR #478991

HEX: #478991
RGB: (71,137,145)

Color info

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

RGB color model

#478991 color RGB value is (71,137,145).

  • red value is 71;
  • green value is 137;
  • blue value is 145.
RGB:
(71,137,145)
(28%,54%,57%)

RGB channels and saturation

R 71 of 255 = 28%
G 137 of 255 = 54%
B 145 of 255 = 57%

71
137
145

R + G + B ~ 46%. #478991 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 137 + 145 = 353 (100%)
R 71 of 353 ~ 20.11%
G 137 of 353 ~ 38.81%
B 145 of 353 ~ 41.08%

%20.11
%38.81
%41.08

CMYK color model

#478991 color CMYK value is (51,6,0,43).

  • cyan value is 51.03%
  • magenta value is 5.52%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(51,6,0,43)
C51M6Y0K43 
(51%,6%,0%,43%)
(0.51/0.06/0.00/0.43)	

CMYK percentages

%51.03
%5.52
%0
%43.14

Codes

Color #478991 in popluar color models

478991
RGB71137145
HSL186°34.26%42.35%
HSB/HSV186°51.03%56.86%
CMYK51.03%5.52%0.00%
43.14%

Color #478991 in popluar number systems.

HEX478991
Decimal71137145
Binary10001111000100110010001
Octal107211221

Shades and tints

Shades of #478991

#478991
(71,137,145)
#417D84
(65,125,132)
#3B7177
(59,113,119)
#35656A
(53,101,106)
#2F595D
(47,89,93)
#294D50
(41,77,80)
#234143
(35,65,67)
#1D3536
(29,53,54)
#172929
(23,41,41)
#111D1C
(17,29,28)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #478991

#478991
(71,137,145)
#57939B
(87,147,155)
#679DA5
(103,157,165)
#77A7AF
(119,167,175)
#87B1B9
(135,177,185)
#97BBC3
(151,187,195)
#A7C5CD
(167,197,205)
#B7CFD7
(183,207,215)
#C7D9E1
(199,217,225)
#D7E3EB
(215,227,235)
#E7EDF5
(231,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478991 color. Also use rgb(71,137,145) instead hex code.

Text Font Color

.myTextColor { color: #478991; }

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

This text font color is #478991.


Background Color

.myBgColor { background-color: #478991; }

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

This div background color is #478991.


Border color

.myBorderColor { border: 1px solid #478991; }

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

This div border color is #478991.


Opacity

.myOpacity80 { color: #478991; opacity: 0.8; }

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

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

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

This text has shadow with #478991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478991 on black background.


Color preview on white background

This text has color #478991 on white background.



Black color preview on #478991 background

This text has black color on #478991 background.


White color preview on #478991 background

This text has white color on #478991 background.