COLOR #483980

HEX: #483980
RGB: (72,57,128)

Color info

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

RGB color model

#483980 color RGB value is (72,57,128).

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

RGB channels and saturation

R 72 of 255 = 28%
G 57 of 255 = 22%
B 128 of 255 = 50%

72
57
128

R + G + B ~ 33%. #483980 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 57 + 128 = 257 (100%)
R 72 of 257 ~ 28.02%
G 57 of 257 ~ 22.18%
B 128 of 257 ~ 49.81%

%28.02
%22.18
%49.81

CMYK color model

#483980 color CMYK value is (44,55,0,50).

  • cyan value is 43.75%
  • magenta value is 55.47%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(44,55,0,50)
C44M55Y0K50 
(44%,55%,0%,50%)
(0.44/0.55/0.00/0.50)	

CMYK percentages

%43.75
%55.47
%0
%49.8

Codes

Color #483980 in popluar color models

483980
RGB7257128
HSL253°38.38%36.27%
HSB/HSV253°55.47%50.20%
CMYK43.75%55.47%0.00%
49.80%

Color #483980 in popluar number systems.

HEX483980
Decimal7257128
Binary100100011100110000000
Octal11071200

Shades and tints

Shades of #483980

#483980
(72,57,128)
#423475
(66,52,117)
#3C2F6A
(60,47,106)
#362A5F
(54,42,95)
#302554
(48,37,84)
#2A2049
(42,32,73)
#241B3E
(36,27,62)
#1E1633
(30,22,51)
#181128
(24,17,40)
#120C1D
(18,12,29)
#0C0712
(12,7,18)
#000000
(0,0,0)

Tints of #483980

#483980
(72,57,128)
#584B8B
(88,75,139)
#685D96
(104,93,150)
#786FA1
(120,111,161)
#8881AC
(136,129,172)
#9893B7
(152,147,183)
#A8A5C2
(168,165,194)
#B8B7CD
(184,183,205)
#C8C9D8
(200,201,216)
#D8DBE3
(216,219,227)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #483980; }

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

This text font color is #483980.


Background Color

.myBgColor { background-color: #483980; }

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

This div background color is #483980.


Border color

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

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

This div border color is #483980.


Opacity

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

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

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

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

This text has shadow with #483980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #483980 on black background.


Color preview on white background

This text has color #483980 on white background.



Black color preview on #483980 background

This text has black color on #483980 background.


White color preview on #483980 background

This text has white color on #483980 background.