COLOR #479E88

HEX: #479E88 RGB: (71,158,136)

Color info

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

RGB color model

#479E88 color RGB value is (71,158,136).

RGB: (71,158,136) (28%, 62%, 53%)

RGB channels and saturation

R 71 of 255 = 28%
G 158 of 255 = 62%
B 136 of 255 = 53%

71
158
136

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

Portions of RGB colors in percentages

R + G + B = 71 + 158 + 136 = 365 (100%)
R 71 of 365 ~ 19.45%
G 158 of 365 ~ 43.29%
B 136 of 365 ~ 37.26'%

%19.45
%43.29
%37.26

CMYK color model

#479E88 color CMYK value is (55,0,14,38).

  • cyan value is 55.06%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 38.04%

CMYK: (55,0,14,38)
C55M0Y14K38 (55%, 0%, 14%, 38%)
(0.55 / 0.00 / 0.14 / 0.38)

CMYK percentages

%55.06
%0
%13.92
%38.04

Codes

Color #479E88 in popluar color models

47 9E 88
RGB 71 158 136
HSL 165° 37.99% 44.90%
HSB/HSV 165° 55.06% 61.96%
CMYK 55.06% 0.00% 13.92%
38.04%

Color #479E88 in popluar number systems.

HEX 47 9E 88
Decimal 71 158 136
Binary 1000111 10011110 10001000
Octal 107 236 210

Shades and tints

Shades of #479E88

#479E88
(71,158,136)
#41907C
(65,144,124)
#3B8270
(59,130,112)
#357464
(53,116,100)
#2F6658
(47,102,88)
#29584C
(41,88,76)
#234A40
(35,74,64)
#1D3C34
(29,60,52)
#172E28
(23,46,40)
#11201C
(17,32,28)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #479E88

#479E88
(71,158,136)
#57A692
(87,166,146)
#67AE9C
(103,174,156)
#77B6A6
(119,182,166)
#87BEB0
(135,190,176)
#97C6BA
(151,198,186)
#A7CEC4
(167,206,196)
#B7D6CE
(183,214,206)
#C7DED8
(199,222,216)
#D7E6E2
(215,230,226)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479E88 color. Also use rgb(71,158,136) instead hex code.

Text Font Color

.myTextColor { color: #479E88; }

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

This text font color is #479E88.

Background Color

.myBgColor { background-color: #479E88; }

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

This div background color is #479E88.

Border color

.myBorderColor { border: 1px solid #479E88; }

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

This div border color is #479E88.

Opacity

.myOpacity80 { color: #479E88; opacity: 0.8; }

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

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

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

This text has shadow with #479E88 color.


.textShadow {text-shadow: 3px 3px 1px #479E88', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #479E88; -webkit-box-shadow: 1px 1px 3px 2px #479E88; box-shadow:1px 1px 3px 2px #479E88;">
Div content here
</div>

This div box has shadow with color #479E88.

Preview

Color preview on black background

This text has color #479E88 on black background.


Color preview on white background

This text has color #479E88 on white background.


Black color preview on #479E88 background

This text has black color on #479E88 background.


White color preview on #479E88 background

This text has white color on #479E88 background.


Related colors

Complementary color

Complementary color for #hex is #B86177.


I love getcolorcode.com

Triadic colors

1 #88479E and #9E8847 with #479E88 are triadic colors.

2 #889E47 and #9E4788 with #479E88 are triadic colors.