COLOR #479CB9

HEX: #479CB9
RGB: (71,156,185)

Color info

#479CB9 contains mainly green and blue colors. Web safe color of #479CB9 is #3399CC (or #39C).

RGB color model

#479CB9 color RGB value is (71,156,185).

  • red value is 71;
  • green value is 156;
  • blue value is 185.
RGB:
(71,156,185)
(28%,61%,73%)

RGB channels and saturation

R 71 of 255 = 28%
G 156 of 255 = 61%
B 185 of 255 = 73%

71
156
185

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

Portions of RGB colors in percentages

R + G + B =
71 + 156 + 185 = 412 (100%)
R 71 of 412 ~ 17.23%
G 156 of 412 ~ 37.86%
B 185 of 412 ~ 44.9%

%17.23
%37.86
%44.9

CMYK color model

#479CB9 color CMYK value is (62,16,0,27).

  • cyan value is 61.62%
  • magenta value is 15.68%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(62,16,0,27)
C62M16Y0K27 
(62%,16%,0%,27%)
(0.62/0.16/0.00/0.27)	

CMYK percentages

%61.62
%15.68
%0
%27.45

Codes

Color #479CB9 in popluar color models

479CB9
RGB71156185
HSL195°44.88%50.20%
HSB/HSV195°61.62%72.55%
CMYK61.62%15.68%0.00%
27.45%

Color #479CB9 in popluar number systems.

HEX479CB9
Decimal71156185
Binary10001111001110010111001
Octal107234271

Shades and tints

Shades of #479CB9

#479CB9
(71,156,185)
#418EA9
(65,142,169)
#3B8099
(59,128,153)
#357289
(53,114,137)
#2F6479
(47,100,121)
#295669
(41,86,105)
#234859
(35,72,89)
#1D3A49
(29,58,73)
#172C39
(23,44,57)
#111E29
(17,30,41)
#0B1019
(11,16,25)
#000000
(0,0,0)

Tints of #479CB9

#479CB9
(71,156,185)
#57A5BF
(87,165,191)
#67AEC5
(103,174,197)
#77B7CB
(119,183,203)
#87C0D1
(135,192,209)
#97C9D7
(151,201,215)
#A7D2DD
(167,210,221)
#B7DBE3
(183,219,227)
#C7E4E9
(199,228,233)
#D7EDEF
(215,237,239)
#E7F6F5
(231,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479CB9 color. Also use rgb(71,156,185) instead hex code.

Text Font Color

.myTextColor { color: #479CB9; }

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

This text font color is #479CB9.


Background Color

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

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

This div background color is #479CB9.


Border color

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

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

This div border color is #479CB9.


Opacity

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

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

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

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

This text has shadow with #479CB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479CB9 on black background.


Color preview on white background

This text has color #479CB9 on white background.



Black color preview on #479CB9 background

This text has black color on #479CB9 background.


White color preview on #479CB9 background

This text has white color on #479CB9 background.