COLOR #479D88

HEX: #479D88 RGB: (71,157,136)

Color info

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

RGB color model

#479D88 color RGB value is (71,157,136).

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

RGB channels and saturation

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

71
157
136

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

Portions of RGB colors in percentages

R + G + B = 71 + 157 + 136 = 364 (100%)
R 71 of 364 ~ 19.51%
G 157 of 364 ~ 43.13%
B 136 of 364 ~ 37.36'%

%19.51
%43.13
%37.36

CMYK color model

#479D88 color CMYK value is (55,0,13,38).

  • cyan value is 54.78%
  • magenta value is 0.00%
  • yellow value is 13.38%
  • key color value is 38.43%

CMYK: (55,0,13,38)
C55M0Y13K38 (55%, 0%, 13%, 38%)
(0.55 / 0.00 / 0.13 / 0.38)

CMYK percentages

%54.78
%0
%13.38
%38.43

Codes

Color #479D88 in popluar color models

47 9D 88
RGB 71 157 136
HSL 165° 37.72% 44.71%
HSB/HSV 165° 54.78% 61.57%
CMYK 54.78% 0.00% 13.38%
38.43%

Color #479D88 in popluar number systems.

HEX 47 9D 88
Decimal 71 157 136
Binary 1000111 10011101 10001000
Octal 107 235 210

Shades and tints

Shades of #479D88

#479D88
(71,157,136)
#418F7C
(65,143,124)
#3B8170
(59,129,112)
#357364
(53,115,100)
#2F6558
(47,101,88)
#29574C
(41,87,76)
#234940
(35,73,64)
#1D3B34
(29,59,52)
#172D28
(23,45,40)
#111F1C
(17,31,28)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #479D88

#479D88
(71,157,136)
#57A592
(87,165,146)
#67AD9C
(103,173,156)
#77B5A6
(119,181,166)
#87BDB0
(135,189,176)
#97C5BA
(151,197,186)
#A7CDC4
(167,205,196)
#B7D5CE
(183,213,206)
#C7DDD8
(199,221,216)
#D7E5E2
(215,229,226)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #479D88; }

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

This text font color is #479D88.

Background Color

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

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

This div background color is #479D88.

Border color

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

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

This div border color is #479D88.

Opacity

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

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

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

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

This text has shadow with #479D88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #479D88.

Preview

Color preview on black background

This text has color #479D88 on black background.


Color preview on white background

This text has color #479D88 on white background.


Black color preview on #479D88 background

This text has black color on #479D88 background.


White color preview on #479D88 background

This text has white color on #479D88 background.


Related colors

Complementary color

Complementary color for #hex is #B86277.


I love getcolorcode.com

Triadic colors

1 #88479D and #9D8847 with #479D88 are triadic colors.

2 #889D47 and #9D4788 with #479D88 are triadic colors.