COLOR #478D9F

HEX: #478D9F
RGB: (71,141,159)

Color info

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

RGB color model

#478D9F color RGB value is (71,141,159).

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

RGB channels and saturation

R 71 of 255 = 28%
G 141 of 255 = 55%
B 159 of 255 = 62%

71
141
159

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

Portions of RGB colors in percentages

R + G + B =
71 + 141 + 159 = 371 (100%)
R 71 of 371 ~ 19.14%
G 141 of 371 ~ 38.01%
B 159 of 371 ~ 42.86%

%19.14
%38.01
%42.86

CMYK color model

#478D9F color CMYK value is (55,11,0,38).

  • cyan value is 55.35%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(55,11,0,38)
C55M11Y0K38 
(55%,11%,0%,38%)
(0.55/0.11/0.00/0.38)	

CMYK percentages

%55.35
%11.32
%0
%37.65

Codes

Color #478D9F in popluar color models

478D9F
RGB71141159
HSL192°38.26%45.10%
HSB/HSV192°55.35%62.35%
CMYK55.35%11.32%0.00%
37.65%

Color #478D9F in popluar number systems.

HEX478D9F
Decimal71141159
Binary10001111000110110011111
Octal107215237

Shades and tints

Shades of #478D9F

#478D9F
(71,141,159)
#418191
(65,129,145)
#3B7583
(59,117,131)
#356975
(53,105,117)
#2F5D67
(47,93,103)
#295159
(41,81,89)
#23454B
(35,69,75)
#1D393D
(29,57,61)
#172D2F
(23,45,47)
#112121
(17,33,33)
#0B1513
(11,21,19)
#000000
(0,0,0)

Tints of #478D9F

#478D9F
(71,141,159)
#5797A7
(87,151,167)
#67A1AF
(103,161,175)
#77ABB7
(119,171,183)
#87B5BF
(135,181,191)
#97BFC7
(151,191,199)
#A7C9CF
(167,201,207)
#B7D3D7
(183,211,215)
#C7DDDF
(199,221,223)
#D7E7E7
(215,231,231)
#E7F1EF
(231,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478D9F; }

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

This text font color is #478D9F.


Background Color

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

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

This div background color is #478D9F.


Border color

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

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

This div border color is #478D9F.


Opacity

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

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

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

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

This text has shadow with #478D9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478D9F on black background.


Color preview on white background

This text has color #478D9F on white background.



Black color preview on #478D9F background

This text has black color on #478D9F background.


White color preview on #478D9F background

This text has white color on #478D9F background.