COLOR #482583

HEX: #482583
RGB: (72,37,131)

Color info

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

RGB color model

#482583 color RGB value is (72,37,131).

  • red value is 72;
  • green value is 37;
  • blue value is 131.
RGB:
(72,37,131)
(28%,15%,51%)

RGB channels and saturation

R 72 of 255 = 28%
G 37 of 255 = 15%
B 131 of 255 = 51%

72
37
131

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

Portions of RGB colors in percentages

R + G + B =
72 + 37 + 131 = 240 (100%)
R 72 of 240 ~ 30%
G 37 of 240 ~ 15.42%
B 131 of 240 ~ 54.58%

%30
%15.42
%54.58

CMYK color model

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

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

CMYK percentages

%45.04
%71.76
%0
%48.63

Codes

Color #482583 in popluar color models

482583
RGB7237131
HSL262°55.95%32.94%
HSB/HSV262°71.76%51.37%
CMYK45.04%71.76%0.00%
48.63%

Color #482583 in popluar number systems.

HEX482583
Decimal7237131
Binary100100010010110000011
Octal11045203

Shades and tints

Shades of #482583

#482583
(72,37,131)
#422278
(66,34,120)
#3C1F6D
(60,31,109)
#361C62
(54,28,98)
#301957
(48,25,87)
#2A164C
(42,22,76)
#241341
(36,19,65)
#1E1036
(30,16,54)
#180D2B
(24,13,43)
#120A20
(18,10,32)
#0C0715
(12,7,21)
#000000
(0,0,0)

Tints of #482583

#482583
(72,37,131)
#58388E
(88,56,142)
#684B99
(104,75,153)
#785EA4
(120,94,164)
#8871AF
(136,113,175)
#9884BA
(152,132,186)
#A897C5
(168,151,197)
#B8AAD0
(184,170,208)
#C8BDDB
(200,189,219)
#D8D0E6
(216,208,230)
#E8E3F1
(232,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482583 color. Also use rgb(72,37,131) instead hex code.

Text Font Color

.myTextColor { color: #482583; }

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

This text font color is #482583.


Background Color

.myBgColor { background-color: #482583; }

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

This div background color is #482583.


Border color

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

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

This div border color is #482583.


Opacity

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

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

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

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

This text has shadow with #482583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482583 on black background.


Color preview on white background

This text has color #482583 on white background.



Black color preview on #482583 background

This text has black color on #482583 background.


White color preview on #482583 background

This text has white color on #482583 background.