COLOR #47588B

HEX: #47588B
RGB: (71,88,139)

Color info

#47588B contains mainly green and blue colors. Web safe color of #47588B is #336699 (or #369).

RGB color model

#47588B color RGB value is (71,88,139).

  • red value is 71;
  • green value is 88;
  • blue value is 139.
RGB:
(71,88,139)
(28%,35%,55%)

RGB channels and saturation

R 71 of 255 = 28%
G 88 of 255 = 35%
B 139 of 255 = 55%

71
88
139

R + G + B ~ 39%. #47588B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 88 + 139 = 298 (100%)
R 71 of 298 ~ 23.83%
G 88 of 298 ~ 29.53%
B 139 of 298 ~ 46.64%

%23.83
%29.53
%46.64

CMYK color model

#47588B color CMYK value is (49,37,0,45).

  • cyan value is 48.92%
  • magenta value is 36.69%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(49,37,0,45)
C49M37Y0K45 
(49%,37%,0%,45%)
(0.49/0.37/0.00/0.45)	

CMYK percentages

%48.92
%36.69
%0
%45.49

Codes

Color #47588B in popluar color models

47588B
RGB7188139
HSL225°32.38%41.18%
HSB/HSV225°48.92%54.51%
CMYK48.92%36.69%0.00%
45.49%

Color #47588B in popluar number systems.

HEX47588B
Decimal7188139
Binary1000111101100010001011
Octal107130213

Shades and tints

Shades of #47588B

#47588B
(71,88,139)
#41507F
(65,80,127)
#3B4873
(59,72,115)
#354067
(53,64,103)
#2F385B
(47,56,91)
#29304F
(41,48,79)
#232843
(35,40,67)
#1D2037
(29,32,55)
#17182B
(23,24,43)
#11101F
(17,16,31)
#0B0813
(11,8,19)
#000000
(0,0,0)

Tints of #47588B

#47588B
(71,88,139)
#576795
(87,103,149)
#67769F
(103,118,159)
#7785A9
(119,133,169)
#8794B3
(135,148,179)
#97A3BD
(151,163,189)
#A7B2C7
(167,178,199)
#B7C1D1
(183,193,209)
#C7D0DB
(199,208,219)
#D7DFE5
(215,223,229)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47588B color. Also use rgb(71,88,139) instead hex code.

Text Font Color

.myTextColor { color: #47588B; }

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

This text font color is #47588B.


Background Color

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

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

This div background color is #47588B.


Border color

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

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

This div border color is #47588B.


Opacity

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

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

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

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

This text has shadow with #47588B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47588B on black background.


Color preview on white background

This text has color #47588B on white background.



Black color preview on #47588B background

This text has black color on #47588B background.


White color preview on #47588B background

This text has white color on #47588B background.