COLOR #47228B

HEX: #47228B
RGB: (71,34,139)

Color info

#47228B contains mainly blue color. Web safe color of #47228B is #333399 (or #339).

RGB color model

#47228B color RGB value is (71,34,139).

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

RGB channels and saturation

R 71 of 255 = 28%
G 34 of 255 = 13%
B 139 of 255 = 55%

71
34
139

R + G + B ~ 32%. #47228B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 34 + 139 = 244 (100%)
R 71 of 244 ~ 29.1%
G 34 of 244 ~ 13.93%
B 139 of 244 ~ 56.97%

%29.1
%13.93
%56.97

CMYK color model

#47228B color CMYK value is (49,76,0,45).

  • cyan value is 48.92%
  • magenta value is 75.54%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(49,76,0,45)
C49M76Y0K45 
(49%,76%,0%,45%)
(0.49/0.76/0.00/0.45)	

CMYK percentages

%48.92
%75.54
%0
%45.49

Codes

Color #47228B in popluar color models

47228B
RGB7134139
HSL261°60.69%33.92%
HSB/HSV261°75.54%54.51%
CMYK48.92%75.54%0.00%
45.49%

Color #47228B in popluar number systems.

HEX47228B
Decimal7134139
Binary100011110001010001011
Octal10742213

Shades and tints

Shades of #47228B

#47228B
(71,34,139)
#411F7F
(65,31,127)
#3B1C73
(59,28,115)
#351967
(53,25,103)
#2F165B
(47,22,91)
#29134F
(41,19,79)
#231043
(35,16,67)
#1D0D37
(29,13,55)
#170A2B
(23,10,43)
#11071F
(17,7,31)
#0B0413
(11,4,19)
#000000
(0,0,0)

Tints of #47228B

#47228B
(71,34,139)
#573695
(87,54,149)
#674A9F
(103,74,159)
#775EA9
(119,94,169)
#8772B3
(135,114,179)
#9786BD
(151,134,189)
#A79AC7
(167,154,199)
#B7AED1
(183,174,209)
#C7C2DB
(199,194,219)
#D7D6E5
(215,214,229)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47228B; }

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

This text font color is #47228B.


Background Color

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

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

This div background color is #47228B.


Border color

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

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

This div border color is #47228B.


Opacity

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

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

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

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

This text has shadow with #47228B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47228B on black background.


Color preview on white background

This text has color #47228B on white background.



Black color preview on #47228B background

This text has black color on #47228B background.


White color preview on #47228B background

This text has white color on #47228B background.