COLOR #478980

HEX: #478980
RGB: (71,137,128)

Color info

#478980 contains mainly green and blue colors. Web safe color of #478980 is #339966 (or #396).

RGB color model

#478980 color RGB value is (71,137,128).

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

RGB channels and saturation

R 71 of 255 = 28%
G 137 of 255 = 54%
B 128 of 255 = 50%

71
137
128

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

Portions of RGB colors in percentages

R + G + B =
71 + 137 + 128 = 336 (100%)
R 71 of 336 ~ 21.13%
G 137 of 336 ~ 40.77%
B 128 of 336 ~ 38.1%

%21.13
%40.77
%38.1

CMYK color model

#478980 color CMYK value is (48,0,7,46).

  • cyan value is 48.18%
  • magenta value is 0.00%
  • yellow value is 6.57%
  • key color value is 46.27%
CMYK:
(48,0,7,46)
C48M0Y7K46 
(48%,0%,7%,46%)
(0.48/0.00/0.07/0.46)	

CMYK percentages

%48.18
%0
%6.57
%46.27

Codes

Color #478980 in popluar color models

478980
RGB71137128
HSL172°31.73%40.78%
HSB/HSV172°48.18%53.73%
CMYK48.18%0.00%6.57%
46.27%

Color #478980 in popluar number systems.

HEX478980
Decimal71137128
Binary10001111000100110000000
Octal107211200

Shades and tints

Shades of #478980

#478980
(71,137,128)
#417D75
(65,125,117)
#3B716A
(59,113,106)
#35655F
(53,101,95)
#2F5954
(47,89,84)
#294D49
(41,77,73)
#23413E
(35,65,62)
#1D3533
(29,53,51)
#172928
(23,41,40)
#111D1D
(17,29,29)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #478980

#478980
(71,137,128)
#57938B
(87,147,139)
#679D96
(103,157,150)
#77A7A1
(119,167,161)
#87B1AC
(135,177,172)
#97BBB7
(151,187,183)
#A7C5C2
(167,197,194)
#B7CFCD
(183,207,205)
#C7D9D8
(199,217,216)
#D7E3E3
(215,227,227)
#E7EDEE
(231,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478980; }

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

This text font color is #478980.


Background Color

.myBgColor { background-color: #478980; }

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

This div background color is #478980.


Border color

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

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

This div border color is #478980.


Opacity

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

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

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

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

This text has shadow with #478980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478980 on black background.


Color preview on white background

This text has color #478980 on white background.



Black color preview on #478980 background

This text has black color on #478980 background.


White color preview on #478980 background

This text has white color on #478980 background.