COLOR #471684

HEX: #471684
RGB: (71,22,132)

Color info

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

RGB color model

#471684 color RGB value is (71,22,132).

  • red value is 71;
  • green value is 22;
  • blue value is 132.
RGB:
(71,22,132)
(28%,9%,52%)

RGB channels and saturation

R 71 of 255 = 28%
G 22 of 255 = 9%
B 132 of 255 = 52%

71
22
132

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

Portions of RGB colors in percentages

R + G + B =
71 + 22 + 132 = 225 (100%)
R 71 of 225 ~ 31.56%
G 22 of 225 ~ 9.78%
B 132 of 225 ~ 58.67%

%31.56
%9.78
%58.67

CMYK color model

#471684 color CMYK value is (46,83,0,48).

  • cyan value is 46.21%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(46,83,0,48)
C46M83Y0K48 
(46%,83%,0%,48%)
(0.46/0.83/0.00/0.48)	

CMYK percentages

%46.21
%83.33
%0
%48.24

Codes

Color #471684 in popluar color models

471684
RGB7122132
HSL267°71.43%30.20%
HSB/HSV267°83.33%51.76%
CMYK46.21%83.33%0.00%
48.24%

Color #471684 in popluar number systems.

HEX471684
Decimal7122132
Binary10001111011010000100
Octal10726204

Shades and tints

Shades of #471684

#471684
(71,22,132)
#411478
(65,20,120)
#3B126C
(59,18,108)
#351060
(53,16,96)
#2F0E54
(47,14,84)
#290C48
(41,12,72)
#230A3C
(35,10,60)
#1D0830
(29,8,48)
#170624
(23,6,36)
#110418
(17,4,24)
#0B020C
(11,2,12)
#000000
(0,0,0)

Tints of #471684

#471684
(71,22,132)
#572B8F
(87,43,143)
#67409A
(103,64,154)
#7755A5
(119,85,165)
#876AB0
(135,106,176)
#977FBB
(151,127,187)
#A794C6
(167,148,198)
#B7A9D1
(183,169,209)
#C7BEDC
(199,190,220)
#D7D3E7
(215,211,231)
#E7E8F2
(231,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471684 color. Also use rgb(71,22,132) instead hex code.

Text Font Color

.myTextColor { color: #471684; }

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

This text font color is #471684.


Background Color

.myBgColor { background-color: #471684; }

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

This div background color is #471684.


Border color

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

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

This div border color is #471684.


Opacity

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

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

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

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

This text has shadow with #471684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471684 on black background.


Color preview on white background

This text has color #471684 on white background.



Black color preview on #471684 background

This text has black color on #471684 background.


White color preview on #471684 background

This text has white color on #471684 background.