COLOR #47419C

HEX: #47419C
RGB: (71,65,156)

Color info

#47419C contains mainly blue color. Web safe color of #47419C is #333399 (or #339).

RGB color model

#47419C color RGB value is (71,65,156).

  • red value is 71;
  • green value is 65;
  • blue value is 156.
RGB:
(71,65,156)
(28%,25%,61%)

RGB channels and saturation

R 71 of 255 = 28%
G 65 of 255 = 25%
B 156 of 255 = 61%

71
65
156

R + G + B ~ 38%. #47419C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 65 + 156 = 292 (100%)
R 71 of 292 ~ 24.32%
G 65 of 292 ~ 22.26%
B 156 of 292 ~ 53.42%

%24.32
%22.26
%53.42

CMYK color model

#47419C color CMYK value is (54,58,0,39).

  • cyan value is 54.49%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(54,58,0,39)
C54M58Y0K39 
(54%,58%,0%,39%)
(0.54/0.58/0.00/0.39)	

CMYK percentages

%54.49
%58.33
%0
%38.82

Codes

Color #47419C in popluar color models

47419C
RGB7165156
HSL244°41.18%43.33%
HSB/HSV244°58.33%61.18%
CMYK54.49%58.33%0.00%
38.82%

Color #47419C in popluar number systems.

HEX47419C
Decimal7165156
Binary1000111100000110011100
Octal107101234

Shades and tints

Shades of #47419C

#47419C
(71,65,156)
#413C8E
(65,60,142)
#3B3780
(59,55,128)
#353272
(53,50,114)
#2F2D64
(47,45,100)
#292856
(41,40,86)
#232348
(35,35,72)
#1D1E3A
(29,30,58)
#17192C
(23,25,44)
#11141E
(17,20,30)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #47419C

#47419C
(71,65,156)
#5752A5
(87,82,165)
#6763AE
(103,99,174)
#7774B7
(119,116,183)
#8785C0
(135,133,192)
#9796C9
(151,150,201)
#A7A7D2
(167,167,210)
#B7B8DB
(183,184,219)
#C7C9E4
(199,201,228)
#D7DAED
(215,218,237)
#E7EBF6
(231,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47419C color. Also use rgb(71,65,156) instead hex code.

Text Font Color

.myTextColor { color: #47419C; }

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

This text font color is #47419C.


Background Color

.myBgColor { background-color: #47419C; }

<div style="background-color:#47419C">Inner text</div>

This div background color is #47419C.


Border color

.myBorderColor { border: 1px solid #47419C; }

<div style="border:3px solid #47419C">Div</div>

This div border color is #47419C.


Opacity

.myOpacity80 { color: #47419C; opacity: 0.8; }

<p style="color:#47419C;opacity:0.8;">80%</p>

Text with #47419C 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 #47419C;}

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

This text has shadow with #47419C color.

.textShadow {text-shadow: 3px 3px 1px #47419C, 3px 3px 1px red;}

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

This text has shadow with #47419C primary color and red secondary color.


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

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

This text has shadow with #47419C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47419C on black background.


Color preview on white background

This text has color #47419C on white background.



Black color preview on #47419C background

This text has black color on #47419C background.


White color preview on #47419C background

This text has white color on #47419C background.