COLOR #47009B

HEX: #47009B
RGB: (71,0,155)

Color info

#47009B contains mainly blue color. Web safe color of #47009B is #330099 (or #309).

RGB color model

#47009B color RGB value is (71,0,155).

  • red value is 71;
  • green value is 0;
  • blue value is 155.
RGB:
(71,0,155)
(28%,0%,61%)

RGB channels and saturation

R 71 of 255 = 28%
G 0 of 255 = 0%
B 155 of 255 = 61%

71
0
155

R + G + B ~ 30%. #47009B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 0 + 155 = 226 (100%)
R 71 of 226 ~ 31.42%
G 0 of 226 ~ 0%
B 155 of 226 ~ 68.58%

%31.42
%68.58

CMYK color model

#47009B color CMYK value is (54,100,0,39).

  • cyan value is 54.19%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(54,100,0,39)
C54M100Y0K39 
(54%,100%,0%,39%)
(0.54/1.00/0.00/0.39)	

CMYK percentages

%54.19
%100
%0
%39.22

Codes

Color #47009B in popluar color models

47009B
RGB710155
HSL267°100.00%30.39%
HSB/HSV267°100.00%60.78%
CMYK54.19%100.00%0.00%
39.22%

Color #47009B in popluar number systems.

HEX47009B
Decimal710155
Binary1000111010011011
Octal1070233

Shades and tints

Shades of #47009B

#47009B
(71,0,155)
#41008D
(65,0,141)
#3B007F
(59,0,127)
#350071
(53,0,113)
#2F0063
(47,0,99)
#290055
(41,0,85)
#230047
(35,0,71)
#1D0039
(29,0,57)
#17002B
(23,0,43)
#11001D
(17,0,29)
#0B000F
(11,0,15)
#000000
(0,0,0)

Tints of #47009B

#47009B
(71,0,155)
#5717A4
(87,23,164)
#672EAD
(103,46,173)
#7745B6
(119,69,182)
#875CBF
(135,92,191)
#9773C8
(151,115,200)
#A78AD1
(167,138,209)
#B7A1DA
(183,161,218)
#C7B8E3
(199,184,227)
#D7CFEC
(215,207,236)
#E7E6F5
(231,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47009B; }

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

This text font color is #47009B.


Background Color

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

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

This div background color is #47009B.


Border color

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

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

This div border color is #47009B.


Opacity

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

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

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

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

This text has shadow with #47009B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47009B on black background.


Color preview on white background

This text has color #47009B on white background.



Black color preview on #47009B background

This text has black color on #47009B background.


White color preview on #47009B background

This text has white color on #47009B background.