COLOR #479B86

HEX: #479B86
RGB: (71,155,134)

Color info

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

RGB color model

#479B86 color RGB value is (71,155,134).

  • red value is 71;
  • green value is 155;
  • blue value is 134.
RGB:
(71,155,134)
(28%,61%,53%)

RGB channels and saturation

R 71 of 255 = 28%
G 155 of 255 = 61%
B 134 of 255 = 53%

71
155
134

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

Portions of RGB colors in percentages

R + G + B =
71 + 155 + 134 = 360 (100%)
R 71 of 360 ~ 19.72%
G 155 of 360 ~ 43.06%
B 134 of 360 ~ 37.22%

%19.72
%43.06
%37.22

CMYK color model

#479B86 color CMYK value is (54,0,14,39).

  • cyan value is 54.19%
  • magenta value is 0.00%
  • yellow value is 13.55%
  • key color value is 39.22%
CMYK:
(54,0,14,39)
C54M0Y14K39 
(54%,0%,14%,39%)
(0.54/0.00/0.14/0.39)	

CMYK percentages

%54.19
%0
%13.55
%39.22

Codes

Color #479B86 in popluar color models

479B86
RGB71155134
HSL165°37.17%44.31%
HSB/HSV165°54.19%60.78%
CMYK54.19%0.00%13.55%
39.22%

Color #479B86 in popluar number systems.

HEX479B86
Decimal71155134
Binary10001111001101110000110
Octal107233206

Shades and tints

Shades of #479B86

#479B86
(71,155,134)
#418D7A
(65,141,122)
#3B7F6E
(59,127,110)
#357162
(53,113,98)
#2F6356
(47,99,86)
#29554A
(41,85,74)
#23473E
(35,71,62)
#1D3932
(29,57,50)
#172B26
(23,43,38)
#111D1A
(17,29,26)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #479B86

#479B86
(71,155,134)
#57A491
(87,164,145)
#67AD9C
(103,173,156)
#77B6A7
(119,182,167)
#87BFB2
(135,191,178)
#97C8BD
(151,200,189)
#A7D1C8
(167,209,200)
#B7DAD3
(183,218,211)
#C7E3DE
(199,227,222)
#D7ECE9
(215,236,233)
#E7F5F4
(231,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479B86 color. Also use rgb(71,155,134) instead hex code.

Text Font Color

.myTextColor { color: #479B86; }

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

This text font color is #479B86.


Background Color

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

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

This div background color is #479B86.


Border color

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

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

This div border color is #479B86.


Opacity

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

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

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

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

This text has shadow with #479B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479B86 on black background.


Color preview on white background

This text has color #479B86 on white background.



Black color preview on #479B86 background

This text has black color on #479B86 background.


White color preview on #479B86 background

This text has white color on #479B86 background.