COLOR #479485

HEX: #479485
RGB: (71,148,133)

Color info

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

RGB color model

#479485 color RGB value is (71,148,133).

  • red value is 71;
  • green value is 148;
  • blue value is 133.
RGB:
(71,148,133)
(28%,58%,52%)

RGB channels and saturation

R 71 of 255 = 28%
G 148 of 255 = 58%
B 133 of 255 = 52%

71
148
133

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

Portions of RGB colors in percentages

R + G + B =
71 + 148 + 133 = 352 (100%)
R 71 of 352 ~ 20.17%
G 148 of 352 ~ 42.05%
B 133 of 352 ~ 37.78%

%20.17
%42.05
%37.78

CMYK color model

#479485 color CMYK value is (52,0,10,42).

  • cyan value is 52.03%
  • magenta value is 0.00%
  • yellow value is 10.14%
  • key color value is 41.96%
CMYK:
(52,0,10,42)
C52M0Y10K42 
(52%,0%,10%,42%)
(0.52/0.00/0.10/0.42)	

CMYK percentages

%52.03
%0
%10.14
%41.96

Codes

Color #479485 in popluar color models

479485
RGB71148133
HSL168°35.16%42.94%
HSB/HSV168°52.03%58.04%
CMYK52.03%0.00%10.14%
41.96%

Color #479485 in popluar number systems.

HEX479485
Decimal71148133
Binary10001111001010010000101
Octal107224205

Shades and tints

Shades of #479485

#479485
(71,148,133)
#418779
(65,135,121)
#3B7A6D
(59,122,109)
#356D61
(53,109,97)
#2F6055
(47,96,85)
#295349
(41,83,73)
#23463D
(35,70,61)
#1D3931
(29,57,49)
#172C25
(23,44,37)
#111F19
(17,31,25)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #479485

#479485
(71,148,133)
#579D90
(87,157,144)
#67A69B
(103,166,155)
#77AFA6
(119,175,166)
#87B8B1
(135,184,177)
#97C1BC
(151,193,188)
#A7CAC7
(167,202,199)
#B7D3D2
(183,211,210)
#C7DCDD
(199,220,221)
#D7E5E8
(215,229,232)
#E7EEF3
(231,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479485 color. Also use rgb(71,148,133) instead hex code.

Text Font Color

.myTextColor { color: #479485; }

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

This text font color is #479485.


Background Color

.myBgColor { background-color: #479485; }

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

This div background color is #479485.


Border color

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

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

This div border color is #479485.


Opacity

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

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

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

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

This text has shadow with #479485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479485 on black background.


Color preview on white background

This text has color #479485 on white background.



Black color preview on #479485 background

This text has black color on #479485 background.


White color preview on #479485 background

This text has white color on #479485 background.