COLOR #472482

HEX: #472482
RGB: (71,36,130)

Color info

#472482 contains mainly red and blue colors. Web safe color of #472482 is #333399 (or #339).

RGB color model

#472482 color RGB value is (71,36,130).

  • red value is 71;
  • green value is 36;
  • blue value is 130.
RGB:
(71,36,130)
(28%,14%,51%)

RGB channels and saturation

R 71 of 255 = 28%
G 36 of 255 = 14%
B 130 of 255 = 51%

71
36
130

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

Portions of RGB colors in percentages

R + G + B =
71 + 36 + 130 = 237 (100%)
R 71 of 237 ~ 29.96%
G 36 of 237 ~ 15.19%
B 130 of 237 ~ 54.85%

%29.96
%15.19
%54.85

CMYK color model

#472482 color CMYK value is (45,72,0,49).

  • cyan value is 45.38%
  • magenta value is 72.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(45,72,0,49)
C45M72Y0K49 
(45%,72%,0%,49%)
(0.45/0.72/0.00/0.49)	

CMYK percentages

%45.38
%72.31
%0
%49.02

Codes

Color #472482 in popluar color models

472482
RGB7136130
HSL262°56.63%32.55%
HSB/HSV262°72.31%50.98%
CMYK45.38%72.31%0.00%
49.02%

Color #472482 in popluar number systems.

HEX472482
Decimal7136130
Binary100011110010010000010
Octal10744202

Shades and tints

Shades of #472482

#472482
(71,36,130)
#412177
(65,33,119)
#3B1E6C
(59,30,108)
#351B61
(53,27,97)
#2F1856
(47,24,86)
#29154B
(41,21,75)
#231240
(35,18,64)
#1D0F35
(29,15,53)
#170C2A
(23,12,42)
#11091F
(17,9,31)
#0B0614
(11,6,20)
#000000
(0,0,0)

Tints of #472482

#472482
(71,36,130)
#57378D
(87,55,141)
#674A98
(103,74,152)
#775DA3
(119,93,163)
#8770AE
(135,112,174)
#9783B9
(151,131,185)
#A796C4
(167,150,196)
#B7A9CF
(183,169,207)
#C7BCDA
(199,188,218)
#D7CFE5
(215,207,229)
#E7E2F0
(231,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472482 color. Also use rgb(71,36,130) instead hex code.

Text Font Color

.myTextColor { color: #472482; }

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

This text font color is #472482.


Background Color

.myBgColor { background-color: #472482; }

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

This div background color is #472482.


Border color

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

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

This div border color is #472482.


Opacity

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

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

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

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

This text has shadow with #472482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472482 on black background.


Color preview on white background

This text has color #472482 on white background.



Black color preview on #472482 background

This text has black color on #472482 background.


White color preview on #472482 background

This text has white color on #472482 background.