COLOR #479EBA

HEX: #479EBA
RGB: (71,158,186)

Color info

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

RGB color model

#479EBA color RGB value is (71,158,186).

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

RGB channels and saturation

R 71 of 255 = 28%
G 158 of 255 = 62%
B 186 of 255 = 73%

71
158
186

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

Portions of RGB colors in percentages

R + G + B =
71 + 158 + 186 = 415 (100%)
R 71 of 415 ~ 17.11%
G 158 of 415 ~ 38.07%
B 186 of 415 ~ 44.82%

%17.11
%38.07
%44.82

CMYK color model

#479EBA color CMYK value is (62,15,0,27).

  • cyan value is 61.83%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(62,15,0,27)
C62M15Y0K27 
(62%,15%,0%,27%)
(0.62/0.15/0.00/0.27)	

CMYK percentages

%61.83
%15.05
%0
%27.06

Codes

Color #479EBA in popluar color models

479EBA
RGB71158186
HSL195°45.45%50.39%
HSB/HSV195°61.83%72.94%
CMYK61.83%15.05%0.00%
27.06%

Color #479EBA in popluar number systems.

HEX479EBA
Decimal71158186
Binary10001111001111010111010
Octal107236272

Shades and tints

Shades of #479EBA

#479EBA
(71,158,186)
#4190AA
(65,144,170)
#3B829A
(59,130,154)
#35748A
(53,116,138)
#2F667A
(47,102,122)
#29586A
(41,88,106)
#234A5A
(35,74,90)
#1D3C4A
(29,60,74)
#172E3A
(23,46,58)
#11202A
(17,32,42)
#0B121A
(11,18,26)
#000000
(0,0,0)

Tints of #479EBA

#479EBA
(71,158,186)
#57A6C0
(87,166,192)
#67AEC6
(103,174,198)
#77B6CC
(119,182,204)
#87BED2
(135,190,210)
#97C6D8
(151,198,216)
#A7CEDE
(167,206,222)
#B7D6E4
(183,214,228)
#C7DEEA
(199,222,234)
#D7E6F0
(215,230,240)
#E7EEF6
(231,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #479EBA; }

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

This text font color is #479EBA.


Background Color

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

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

This div background color is #479EBA.


Border color

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

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

This div border color is #479EBA.


Opacity

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

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

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

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

This text has shadow with #479EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479EBA on black background.


Color preview on white background

This text has color #479EBA on white background.



Black color preview on #479EBA background

This text has black color on #479EBA background.


White color preview on #479EBA background

This text has white color on #479EBA background.