COLOR #479695

HEX: #479695
RGB: (71,150,149)

Color info

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

RGB color model

#479695 color RGB value is (71,150,149).

  • red value is 71;
  • green value is 150;
  • blue value is 149.
RGB:
(71,150,149)
(28%,59%,58%)

RGB channels and saturation

R 71 of 255 = 28%
G 150 of 255 = 59%
B 149 of 255 = 58%

71
150
149

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

Portions of RGB colors in percentages

R + G + B =
71 + 150 + 149 = 370 (100%)
R 71 of 370 ~ 19.19%
G 150 of 370 ~ 40.54%
B 149 of 370 ~ 40.27%

%19.19
%40.54
%40.27

CMYK color model

#479695 color CMYK value is (53,0,1,41).

  • cyan value is 52.67%
  • magenta value is 0.00%
  • yellow value is 0.67%
  • key color value is 41.18%
CMYK:
(53,0,1,41)
C53M0Y1K41 
(53%,0%,1%,41%)
(0.53/0.00/0.01/0.41)	

CMYK percentages

%52.67
%0
%0.67
%41.18

Codes

Color #479695 in popluar color models

479695
RGB71150149
HSL179°35.75%43.33%
HSB/HSV179°52.67%58.82%
CMYK52.67%0.00%0.67%
41.18%

Color #479695 in popluar number systems.

HEX479695
Decimal71150149
Binary10001111001011010010101
Octal107226225

Shades and tints

Shades of #479695

#479695
(71,150,149)
#418988
(65,137,136)
#3B7C7B
(59,124,123)
#356F6E
(53,111,110)
#2F6261
(47,98,97)
#295554
(41,85,84)
#234847
(35,72,71)
#1D3B3A
(29,59,58)
#172E2D
(23,46,45)
#112120
(17,33,32)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #479695

#479695
(71,150,149)
#579F9E
(87,159,158)
#67A8A7
(103,168,167)
#77B1B0
(119,177,176)
#87BAB9
(135,186,185)
#97C3C2
(151,195,194)
#A7CCCB
(167,204,203)
#B7D5D4
(183,213,212)
#C7DEDD
(199,222,221)
#D7E7E6
(215,231,230)
#E7F0EF
(231,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479695 color. Also use rgb(71,150,149) instead hex code.

Text Font Color

.myTextColor { color: #479695; }

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

This text font color is #479695.


Background Color

.myBgColor { background-color: #479695; }

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

This div background color is #479695.


Border color

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

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

This div border color is #479695.


Opacity

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

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

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

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

This text has shadow with #479695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479695 on black background.


Color preview on white background

This text has color #479695 on white background.



Black color preview on #479695 background

This text has black color on #479695 background.


White color preview on #479695 background

This text has white color on #479695 background.