COLOR #482A5E

HEX: #482A5E
RGB: (72,42,94)

Color info

#482A5E contains red, green and blue colors in about the same proportion. Web safe color of #482A5E is #333366 (or #336).

RGB color model

#482A5E color RGB value is (72,42,94).

  • red value is 72;
  • green value is 42;
  • blue value is 94.
RGB:
(72,42,94)
(28%,16%,37%)

RGB channels and saturation

R 72 of 255 = 28%
G 42 of 255 = 16%
B 94 of 255 = 37%

72
42
94

R + G + B ~ 27%. #482A5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 42 + 94 = 208 (100%)
R 72 of 208 ~ 34.62%
G 42 of 208 ~ 20.19%
B 94 of 208 ~ 45.19%

%34.62
%20.19
%45.19

CMYK color model

#482A5E color CMYK value is (23,55,0,63).

  • cyan value is 23.40%
  • magenta value is 55.32%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(23,55,0,63)
C23M55Y0K63 
(23%,55%,0%,63%)
(0.23/0.55/0.00/0.63)	

CMYK percentages

%23.4
%55.32
%0
%63.14

Codes

Color #482A5E in popluar color models

482A5E
RGB724294
HSL275°38.24%26.67%
HSB/HSV275°55.32%36.86%
CMYK23.40%55.32%0.00%
63.14%

Color #482A5E in popluar number systems.

HEX482A5E
Decimal724294
Binary10010001010101011110
Octal11052136

Shades and tints

Shades of #482A5E

#482A5E
(72,42,94)
#422756
(66,39,86)
#3C244E
(60,36,78)
#362146
(54,33,70)
#301E3E
(48,30,62)
#2A1B36
(42,27,54)
#24182E
(36,24,46)
#1E1526
(30,21,38)
#18121E
(24,18,30)
#120F16
(18,15,22)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #482A5E

#482A5E
(72,42,94)
#583D6C
(88,61,108)
#68507A
(104,80,122)
#786388
(120,99,136)
#887696
(136,118,150)
#9889A4
(152,137,164)
#A89CB2
(168,156,178)
#B8AFC0
(184,175,192)
#C8C2CE
(200,194,206)
#D8D5DC
(216,213,220)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482A5E color. Also use rgb(72,42,94) instead hex code.

Text Font Color

.myTextColor { color: #482A5E; }

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

This text font color is #482A5E.


Background Color

.myBgColor { background-color: #482A5E; }

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

This div background color is #482A5E.


Border color

.myBorderColor { border: 1px solid #482A5E; }

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

This div border color is #482A5E.


Opacity

.myOpacity80 { color: #482A5E; opacity: 0.8; }

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

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

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

This text has shadow with #482A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482A5E on black background.


Color preview on white background

This text has color #482A5E on white background.



Black color preview on #482A5E background

This text has black color on #482A5E background.


White color preview on #482A5E background

This text has white color on #482A5E background.