COLOR #479AAD

HEX: #479AAD RGB: (71,154,173)

Color info

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

RGB color model

#479AAD color RGB value is (71,154,173).

RGB: (71,154,173) (28%, 60%, 68%)

RGB channels and saturation

R 71 of 255 = 28%
G 154 of 255 = 60%
B 173 of 255 = 68%

71
154
173

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

Portions of RGB colors in percentages

R + G + B = 71 + 154 + 173 = 398 (100%)
R 71 of 398 ~ 17.84%
G 154 of 398 ~ 38.69%
B 173 of 398 ~ 43.47'%

%17.84
%38.69
%43.47

CMYK color model

#479AAD color CMYK value is (59,11,0,32).

  • cyan value is 58.96%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (59,11,0,32)
C59M11Y0K32 (59%, 11%, 0%, 32%)
(0.59 / 0.11 / 0.00 / 0.32)

CMYK percentages

%58.96
%10.98
%0
%32.16

Codes

Color #479AAD in popluar color models

47 9A AD
RGB 71 154 173
HSL 191° 41.80% 47.84%
HSB/HSV 191° 58.96% 67.84%
CMYK 58.96% 10.98% 0.00%
32.16%

Color #479AAD in popluar number systems.

HEX 47 9A AD
Decimal 71 154 173
Binary 1000111 10011010 10101101
Octal 107 232 255

Shades and tints

Shades of #479AAD

#479AAD
(71,154,173)
#418C9E
(65,140,158)
#3B7E8F
(59,126,143)
#357080
(53,112,128)
#2F6271
(47,98,113)
#295462
(41,84,98)
#234653
(35,70,83)
#1D3844
(29,56,68)
#172A35
(23,42,53)
#111C26
(17,28,38)
#0B0E17
(11,14,23)
#000000
(0,0,0)

Tints of #479AAD

#479AAD
(71,154,173)
#57A3B4
(87,163,180)
#67ACBB
(103,172,187)
#77B5C2
(119,181,194)
#87BEC9
(135,190,201)
#97C7D0
(151,199,208)
#A7D0D7
(167,208,215)
#B7D9DE
(183,217,222)
#C7E2E5
(199,226,229)
#D7EBEC
(215,235,236)
#E7F4F3
(231,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479AAD color. Also use rgb(71,154,173) instead hex code.

Text Font Color

.myTextColor { color: #479AAD; }

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

This text font color is #479AAD.

Background Color

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

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

This div background color is #479AAD.

Border color

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

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

This div border color is #479AAD.

Opacity

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

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

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

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

This text has shadow with #479AAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #479AAD.

Preview

Color preview on black background

This text has color #479AAD on black background.


Color preview on white background

This text has color #479AAD on white background.


Black color preview on #479AAD background

This text has black color on #479AAD background.


White color preview on #479AAD background

This text has white color on #479AAD background.


Related colors

Complementary color

Complementary color for #hex is #B86552.


I love getcolorcode.com

Triadic colors

1 #AD479A and #9AAD47 with #479AAD are triadic colors.

2 #AD9A47 and #9A47AD with #479AAD are triadic colors.