COLOR #482471

HEX: #482471
RGB: (72,36,113)

Color info

#482471 contains mainly red and blue colors. Web safe color of #482471 is #333366 (or #336).

RGB color model

#482471 color RGB value is (72,36,113).

  • red value is 72;
  • green value is 36;
  • blue value is 113.
RGB:
(72,36,113)
(28%,14%,44%)

RGB channels and saturation

R 72 of 255 = 28%
G 36 of 255 = 14%
B 113 of 255 = 44%

72
36
113

R + G + B ~ 29%. #482471 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 36 + 113 = 221 (100%)
R 72 of 221 ~ 32.58%
G 36 of 221 ~ 16.29%
B 113 of 221 ~ 51.13%

%32.58
%16.29
%51.13

CMYK color model

#482471 color CMYK value is (36,68,0,56).

  • cyan value is 36.28%
  • magenta value is 68.14%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(36,68,0,56)
C36M68Y0K56 
(36%,68%,0%,56%)
(0.36/0.68/0.00/0.56)	

CMYK percentages

%36.28
%68.14
%0
%55.69

Codes

Color #482471 in popluar color models

482471
RGB7236113
HSL268°51.68%29.22%
HSB/HSV268°68.14%44.31%
CMYK36.28%68.14%0.00%
55.69%

Color #482471 in popluar number systems.

HEX482471
Decimal7236113
Binary10010001001001110001
Octal11044161

Shades and tints

Shades of #482471

#482471
(72,36,113)
#422167
(66,33,103)
#3C1E5D
(60,30,93)
#361B53
(54,27,83)
#301849
(48,24,73)
#2A153F
(42,21,63)
#241235
(36,18,53)
#1E0F2B
(30,15,43)
#180C21
(24,12,33)
#120917
(18,9,23)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #482471

#482471
(72,36,113)
#58377D
(88,55,125)
#684A89
(104,74,137)
#785D95
(120,93,149)
#8870A1
(136,112,161)
#9883AD
(152,131,173)
#A896B9
(168,150,185)
#B8A9C5
(184,169,197)
#C8BCD1
(200,188,209)
#D8CFDD
(216,207,221)
#E8E2E9
(232,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482471 color. Also use rgb(72,36,113) instead hex code.

Text Font Color

.myTextColor { color: #482471; }

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

This text font color is #482471.


Background Color

.myBgColor { background-color: #482471; }

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

This div background color is #482471.


Border color

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

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

This div border color is #482471.


Opacity

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

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

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

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

This text has shadow with #482471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482471 on black background.


Color preview on white background

This text has color #482471 on white background.



Black color preview on #482471 background

This text has black color on #482471 background.


White color preview on #482471 background

This text has white color on #482471 background.