COLOR #482480

HEX: #482480
RGB: (72,36,128)

Color info

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

RGB color model

#482480 color RGB value is (72,36,128).

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

RGB channels and saturation

R 72 of 255 = 28%
G 36 of 255 = 14%
B 128 of 255 = 50%

72
36
128

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

Portions of RGB colors in percentages

R + G + B =
72 + 36 + 128 = 236 (100%)
R 72 of 236 ~ 30.51%
G 36 of 236 ~ 15.25%
B 128 of 236 ~ 54.24%

%30.51
%15.25
%54.24

CMYK color model

#482480 color CMYK value is (44,72,0,50).

  • cyan value is 43.75%
  • magenta value is 71.88%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(44,72,0,50)
C44M72Y0K50 
(44%,72%,0%,50%)
(0.44/0.72/0.00/0.50)	

CMYK percentages

%43.75
%71.88
%0
%49.8

Codes

Color #482480 in popluar color models

482480
RGB7236128
HSL263°56.10%32.16%
HSB/HSV263°71.88%50.20%
CMYK43.75%71.88%0.00%
49.80%

Color #482480 in popluar number systems.

HEX482480
Decimal7236128
Binary100100010010010000000
Octal11044200

Shades and tints

Shades of #482480

#482480
(72,36,128)
#422175
(66,33,117)
#3C1E6A
(60,30,106)
#361B5F
(54,27,95)
#301854
(48,24,84)
#2A1549
(42,21,73)
#24123E
(36,18,62)
#1E0F33
(30,15,51)
#180C28
(24,12,40)
#12091D
(18,9,29)
#0C0612
(12,6,18)
#000000
(0,0,0)

Tints of #482480

#482480
(72,36,128)
#58378B
(88,55,139)
#684A96
(104,74,150)
#785DA1
(120,93,161)
#8870AC
(136,112,172)
#9883B7
(152,131,183)
#A896C2
(168,150,194)
#B8A9CD
(184,169,205)
#C8BCD8
(200,188,216)
#D8CFE3
(216,207,227)
#E8E2EE
(232,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482480; }

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

This text font color is #482480.


Background Color

.myBgColor { background-color: #482480; }

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

This div background color is #482480.


Border color

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

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

This div border color is #482480.


Opacity

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

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

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

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

This text has shadow with #482480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482480 on black background.


Color preview on white background

This text has color #482480 on white background.



Black color preview on #482480 background

This text has black color on #482480 background.


White color preview on #482480 background

This text has white color on #482480 background.