COLOR #482173

HEX: #482173
RGB: (72,33,115)

Color info

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

RGB color model

#482173 color RGB value is (72,33,115).

  • red value is 72;
  • green value is 33;
  • blue value is 115.
RGB:
(72,33,115)
(28%,13%,45%)

RGB channels and saturation

R 72 of 255 = 28%
G 33 of 255 = 13%
B 115 of 255 = 45%

72
33
115

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

Portions of RGB colors in percentages

R + G + B =
72 + 33 + 115 = 220 (100%)
R 72 of 220 ~ 32.73%
G 33 of 220 ~ 15%
B 115 of 220 ~ 52.27%

%32.73
%15
%52.27

CMYK color model

#482173 color CMYK value is (37,71,0,55).

  • cyan value is 37.39%
  • magenta value is 71.30%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(37,71,0,55)
C37M71Y0K55 
(37%,71%,0%,55%)
(0.37/0.71/0.00/0.55)	

CMYK percentages

%37.39
%71.3
%0
%54.9

Codes

Color #482173 in popluar color models

482173
RGB7233115
HSL269°55.41%29.02%
HSB/HSV269°71.30%45.10%
CMYK37.39%71.30%0.00%
54.90%

Color #482173 in popluar number systems.

HEX482173
Decimal7233115
Binary10010001000011110011
Octal11041163

Shades and tints

Shades of #482173

#482173
(72,33,115)
#421E69
(66,30,105)
#3C1B5F
(60,27,95)
#361855
(54,24,85)
#30154B
(48,21,75)
#2A1241
(42,18,65)
#240F37
(36,15,55)
#1E0C2D
(30,12,45)
#180923
(24,9,35)
#120619
(18,6,25)
#0C030F
(12,3,15)
#000000
(0,0,0)

Tints of #482173

#482173
(72,33,115)
#58357F
(88,53,127)
#68498B
(104,73,139)
#785D97
(120,93,151)
#8871A3
(136,113,163)
#9885AF
(152,133,175)
#A899BB
(168,153,187)
#B8ADC7
(184,173,199)
#C8C1D3
(200,193,211)
#D8D5DF
(216,213,223)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482173 color. Also use rgb(72,33,115) instead hex code.

Text Font Color

.myTextColor { color: #482173; }

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

This text font color is #482173.


Background Color

.myBgColor { background-color: #482173; }

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

This div background color is #482173.


Border color

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

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

This div border color is #482173.


Opacity

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

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

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

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

This text has shadow with #482173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482173 on black background.


Color preview on white background

This text has color #482173 on white background.



Black color preview on #482173 background

This text has black color on #482173 background.


White color preview on #482173 background

This text has white color on #482173 background.