COLOR #47559B

HEX: #47559B RGB: (71,85,155)

Color info

#47559B contains mainly blue color. Web safe color of #47559B is #336699 (or #369).

RGB color model

#47559B color RGB value is (71,85,155).

RGB: (71,85,155) (28%, 33%, 61%)

RGB channels and saturation

R 71 of 255 = 28%
G 85 of 255 = 33%
B 155 of 255 = 61%

71
85
155

R + G + B ~ 41%. #47559B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 71 + 85 + 155 = 311 (100%)
R 71 of 311 ~ 22.83%
G 85 of 311 ~ 27.33%
B 155 of 311 ~ 49.84'%

%22.83
%27.33
%49.84

CMYK color model

#47559B color CMYK value is (54,45,0,39).

  • cyan value is 54.19%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (54,45,0,39)
C54M45Y0K39 (54%, 45%, 0%, 39%)
(0.54 / 0.45 / 0.00 / 0.39)

CMYK percentages

%54.19
%45.16
%0
%39.22

Codes

Color #47559B in popluar color models

47 55 9B
RGB 71 85 155
HSL 230° 37.17% 44.31%
HSB/HSV 230° 54.19% 60.78%
CMYK 54.19% 45.16% 0.00%
39.22%

Color #47559B in popluar number systems.

HEX 47 55 9B
Decimal 71 85 155
Binary 1000111 1010101 10011011
Octal 107 125 233

Shades and tints

Shades of #47559B

#47559B
(71,85,155)
#414E8D
(65,78,141)
#3B477F
(59,71,127)
#354071
(53,64,113)
#2F3963
(47,57,99)
#293255
(41,50,85)
#232B47
(35,43,71)
#1D2439
(29,36,57)
#171D2B
(23,29,43)
#11161D
(17,22,29)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #47559B

#47559B
(71,85,155)
#5764A4
(87,100,164)
#6773AD
(103,115,173)
#7782B6
(119,130,182)
#8791BF
(135,145,191)
#97A0C8
(151,160,200)
#A7AFD1
(167,175,209)
#B7BEDA
(183,190,218)
#C7CDE3
(199,205,227)
#D7DCEC
(215,220,236)
#E7EBF5
(231,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47559B color. Also use rgb(71,85,155) instead hex code.

Text Font Color

.myTextColor { color: #47559B; }

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

This text font color is #47559B.

Background Color

.myBgColor { background-color: #47559B; }

<div style="background-color:#47559B">Inner text</div>

This div background color is #47559B.

Border color

.myBorderColor { border: 1px solid #47559B; }

<div style="border:3px solid #47559B">Div</div>

This div border color is #47559B.

Opacity

.myOpacity80 { color: #47559B; opacity: 0.8; }

<p style="color:#47559B;opacity:0.8;">80%</p>

Text with #47559B 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 #47559B;}

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

This text has shadow with #47559B color.


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

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

This text has shadow with #47559B primary color and red secondary color.


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

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

This text has shadow with #47559B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #47559B.

Preview

Color preview on black background

This text has color #47559B on black background.


Color preview on white background

This text has color #47559B on white background.


Black color preview on #47559B background

This text has black color on #47559B background.


White color preview on #47559B background

This text has white color on #47559B background.


Related colors

Complementary color

Complementary color for #hex is #B8AA64.


I love getcolorcode.com

Triadic colors

1 #9B4755 and #559B47 with #47559B are triadic colors.

2 #9B5547 and #55479B with #47559B are triadic colors.