COLOR #479EA5

HEX: #479EA5
RGB: (71,158,165)

Color info

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

RGB color model

#479EA5 color RGB value is (71,158,165).

  • red value is 71;
  • green value is 158;
  • blue value is 165.
RGB:
(71,158,165)
(28%,62%,65%)

RGB channels and saturation

R 71 of 255 = 28%
G 158 of 255 = 62%
B 165 of 255 = 65%

71
158
165

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

Portions of RGB colors in percentages

R + G + B =
71 + 158 + 165 = 394 (100%)
R 71 of 394 ~ 18.02%
G 158 of 394 ~ 40.1%
B 165 of 394 ~ 41.88%

%18.02
%40.1
%41.88

CMYK color model

#479EA5 color CMYK value is (57,4,0,35).

  • cyan value is 56.97%
  • magenta value is 4.24%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(57,4,0,35)
C57M4Y0K35 
(57%,4%,0%,35%)
(0.57/0.04/0.00/0.35)	

CMYK percentages

%56.97
%4.24
%0
%35.29

Codes

Color #479EA5 in popluar color models

479EA5
RGB71158165
HSL184°39.83%46.27%
HSB/HSV184°56.97%64.71%
CMYK56.97%4.24%0.00%
35.29%

Color #479EA5 in popluar number systems.

HEX479EA5
Decimal71158165
Binary10001111001111010100101
Octal107236245

Shades and tints

Shades of #479EA5

#479EA5
(71,158,165)
#419096
(65,144,150)
#3B8287
(59,130,135)
#357478
(53,116,120)
#2F6669
(47,102,105)
#29585A
(41,88,90)
#234A4B
(35,74,75)
#1D3C3C
(29,60,60)
#172E2D
(23,46,45)
#11201E
(17,32,30)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #479EA5

#479EA5
(71,158,165)
#57A6AD
(87,166,173)
#67AEB5
(103,174,181)
#77B6BD
(119,182,189)
#87BEC5
(135,190,197)
#97C6CD
(151,198,205)
#A7CED5
(167,206,213)
#B7D6DD
(183,214,221)
#C7DEE5
(199,222,229)
#D7E6ED
(215,230,237)
#E7EEF5
(231,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #479EA5; }

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

This text font color is #479EA5.


Background Color

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

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

This div background color is #479EA5.


Border color

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

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

This div border color is #479EA5.


Opacity

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

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

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

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

This text has shadow with #479EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479EA5 on black background.


Color preview on white background

This text has color #479EA5 on white background.



Black color preview on #479EA5 background

This text has black color on #479EA5 background.


White color preview on #479EA5 background

This text has white color on #479EA5 background.