COLOR #471294

HEX: #471294
RGB: (71,18,148)

Color info

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

RGB color model

#471294 color RGB value is (71,18,148).

  • red value is 71;
  • green value is 18;
  • blue value is 148.
RGB:
(71,18,148)
(28%,7%,58%)

RGB channels and saturation

R 71 of 255 = 28%
G 18 of 255 = 7%
B 148 of 255 = 58%

71
18
148

R + G + B ~ 31%. #471294 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 18 + 148 = 237 (100%)
R 71 of 237 ~ 29.96%
G 18 of 237 ~ 7.59%
B 148 of 237 ~ 62.45%

%29.96
%62.45

CMYK color model

#471294 color CMYK value is (52,88,0,42).

  • cyan value is 52.03%
  • magenta value is 87.84%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(52,88,0,42)
C52M88Y0K42 
(52%,88%,0%,42%)
(0.52/0.88/0.00/0.42)	

CMYK percentages

%52.03
%87.84
%0
%41.96

Codes

Color #471294 in popluar color models

471294
RGB7118148
HSL264°78.31%32.55%
HSB/HSV264°87.84%58.04%
CMYK52.03%87.84%0.00%
41.96%

Color #471294 in popluar number systems.

HEX471294
Decimal7118148
Binary10001111001010010100
Octal10722224

Shades and tints

Shades of #471294

#471294
(71,18,148)
#411187
(65,17,135)
#3B107A
(59,16,122)
#350F6D
(53,15,109)
#2F0E60
(47,14,96)
#290D53
(41,13,83)
#230C46
(35,12,70)
#1D0B39
(29,11,57)
#170A2C
(23,10,44)
#11091F
(17,9,31)
#0B0812
(11,8,18)
#000000
(0,0,0)

Tints of #471294

#471294
(71,18,148)
#57279D
(87,39,157)
#673CA6
(103,60,166)
#7751AF
(119,81,175)
#8766B8
(135,102,184)
#977BC1
(151,123,193)
#A790CA
(167,144,202)
#B7A5D3
(183,165,211)
#C7BADC
(199,186,220)
#D7CFE5
(215,207,229)
#E7E4EE
(231,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471294 color. Also use rgb(71,18,148) instead hex code.

Text Font Color

.myTextColor { color: #471294; }

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

This text font color is #471294.


Background Color

.myBgColor { background-color: #471294; }

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

This div background color is #471294.


Border color

.myBorderColor { border: 1px solid #471294; }

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

This div border color is #471294.


Opacity

.myOpacity80 { color: #471294; opacity: 0.8; }

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

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

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

This text has shadow with #471294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471294 on black background.


Color preview on white background

This text has color #471294 on white background.



Black color preview on #471294 background

This text has black color on #471294 background.


White color preview on #471294 background

This text has white color on #471294 background.