COLOR #481E5C

HEX: #481E5C
RGB: (72,30,92)

Color info

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

RGB color model

#481E5C color RGB value is (72,30,92).

  • red value is 72;
  • green value is 30;
  • blue value is 92.
RGB:
(72,30,92)
(28%,12%,36%)

RGB channels and saturation

R 72 of 255 = 28%
G 30 of 255 = 12%
B 92 of 255 = 36%

72
30
92

R + G + B ~ 25%. #481E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 30 + 92 = 194 (100%)
R 72 of 194 ~ 37.11%
G 30 of 194 ~ 15.46%
B 92 of 194 ~ 47.42%

%37.11
%15.46
%47.42

CMYK color model

#481E5C color CMYK value is (22,67,0,64).

  • cyan value is 21.74%
  • magenta value is 67.39%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(22,67,0,64)
C22M67Y0K64 
(22%,67%,0%,64%)
(0.22/0.67/0.00/0.64)	

CMYK percentages

%21.74
%67.39
%0
%63.92

Codes

Color #481E5C in popluar color models

481E5C
RGB723092
HSL281°50.82%23.92%
HSB/HSV281°67.39%36.08%
CMYK21.74%67.39%0.00%
63.92%

Color #481E5C in popluar number systems.

HEX481E5C
Decimal723092
Binary1001000111101011100
Octal11036134

Shades and tints

Shades of #481E5C

#481E5C
(72,30,92)
#421C54
(66,28,84)
#3C1A4C
(60,26,76)
#361844
(54,24,68)
#30163C
(48,22,60)
#2A1434
(42,20,52)
#24122C
(36,18,44)
#1E1024
(30,16,36)
#180E1C
(24,14,28)
#120C14
(18,12,20)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #481E5C

#481E5C
(72,30,92)
#58326A
(88,50,106)
#684678
(104,70,120)
#785A86
(120,90,134)
#886E94
(136,110,148)
#9882A2
(152,130,162)
#A896B0
(168,150,176)
#B8AABE
(184,170,190)
#C8BECC
(200,190,204)
#D8D2DA
(216,210,218)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481E5C color. Also use rgb(72,30,92) instead hex code.

Text Font Color

.myTextColor { color: #481E5C; }

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

This text font color is #481E5C.


Background Color

.myBgColor { background-color: #481E5C; }

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

This div background color is #481E5C.


Border color

.myBorderColor { border: 1px solid #481E5C; }

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

This div border color is #481E5C.


Opacity

.myOpacity80 { color: #481E5C; opacity: 0.8; }

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

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

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

This text has shadow with #481E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481E5C on black background.


Color preview on white background

This text has color #481E5C on white background.



Black color preview on #481E5C background

This text has black color on #481E5C background.


White color preview on #481E5C background

This text has white color on #481E5C background.