COLOR #479BAA

HEX: #479BAA RGB: (71,155,170)

Color info

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

RGB color model

#479BAA color RGB value is (71,155,170).

RGB: (71,155,170) (28%, 61%, 67%)

RGB channels and saturation

R 71 of 255 = 28%
G 155 of 255 = 61%
B 170 of 255 = 67%

71
155
170

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

Portions of RGB colors in percentages

R + G + B = 71 + 155 + 170 = 396 (100%)
R 71 of 396 ~ 17.93%
G 155 of 396 ~ 39.14%
B 170 of 396 ~ 42.93'%

%17.93
%39.14
%42.93

CMYK color model

#479BAA color CMYK value is (58,9,0,33).

  • cyan value is 58.24%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (58,9,0,33)
C58M9Y0K33 (58%, 9%, 0%, 33%)
(0.58 / 0.09 / 0.00 / 0.33)

CMYK percentages

%58.24
%8.82
%0
%33.33

Codes

Color #479BAA in popluar color models

47 9B AA
RGB 71 155 170
HSL 189° 41.08% 47.25%
HSB/HSV 189° 58.24% 66.67%
CMYK 58.24% 8.82% 0.00%
33.33%

Color #479BAA in popluar number systems.

HEX 47 9B AA
Decimal 71 155 170
Binary 1000111 10011011 10101010
Octal 107 233 252

Shades and tints

Shades of #479BAA

#479BAA
(71,155,170)
#418D9B
(65,141,155)
#3B7F8C
(59,127,140)
#35717D
(53,113,125)
#2F636E
(47,99,110)
#29555F
(41,85,95)
#234750
(35,71,80)
#1D3941
(29,57,65)
#172B32
(23,43,50)
#111D23
(17,29,35)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #479BAA

#479BAA
(71,155,170)
#57A4B1
(87,164,177)
#67ADB8
(103,173,184)
#77B6BF
(119,182,191)
#87BFC6
(135,191,198)
#97C8CD
(151,200,205)
#A7D1D4
(167,209,212)
#B7DADB
(183,218,219)
#C7E3E2
(199,227,226)
#D7ECE9
(215,236,233)
#E7F5F0
(231,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479BAA color. Also use rgb(71,155,170) instead hex code.

Text Font Color

.myTextColor { color: #479BAA; }

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

This text font color is #479BAA.

Background Color

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

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

This div background color is #479BAA.

Border color

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

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

This div border color is #479BAA.

Opacity

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

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

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

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

This text has shadow with #479BAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #479BAA.

Preview

Color preview on black background

This text has color #479BAA on black background.


Color preview on white background

This text has color #479BAA on white background.


Black color preview on #479BAA background

This text has black color on #479BAA background.


White color preview on #479BAA background

This text has white color on #479BAA background.


Related colors

Complementary color

Complementary color for #hex is #B86455.


I love getcolorcode.com

Triadic colors

1 #AA479B and #9BAA47 with #479BAA are triadic colors.

2 #AA9B47 and #9B47AA with #479BAA are triadic colors.