COLOR #481992

HEX: #481992
RGB: (72,25,146)

Color info

#481992 contains mainly blue color. Web safe color of #481992 is #330099 (or #309).

RGB color model

#481992 color RGB value is (72,25,146).

  • red value is 72;
  • green value is 25;
  • blue value is 146.
RGB:
(72,25,146)
(28%,10%,57%)

RGB channels and saturation

R 72 of 255 = 28%
G 25 of 255 = 10%
B 146 of 255 = 57%

72
25
146

R + G + B ~ 32%. #481992 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 25 + 146 = 243 (100%)
R 72 of 243 ~ 29.63%
G 25 of 243 ~ 10.29%
B 146 of 243 ~ 60.08%

%29.63
%10.29
%60.08

CMYK color model

#481992 color CMYK value is (51,83,0,43).

  • cyan value is 50.68%
  • magenta value is 82.88%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(51,83,0,43)
C51M83Y0K43 
(51%,83%,0%,43%)
(0.51/0.83/0.00/0.43)	

CMYK percentages

%50.68
%82.88
%0
%42.75

Codes

Color #481992 in popluar color models

481992
RGB7225146
HSL263°70.76%33.53%
HSB/HSV263°82.88%57.25%
CMYK50.68%82.88%0.00%
42.75%

Color #481992 in popluar number systems.

HEX481992
Decimal7225146
Binary10010001100110010010
Octal11031222

Shades and tints

Shades of #481992

#481992
(72,25,146)
#421785
(66,23,133)
#3C1578
(60,21,120)
#36136B
(54,19,107)
#30115E
(48,17,94)
#2A0F51
(42,15,81)
#240D44
(36,13,68)
#1E0B37
(30,11,55)
#18092A
(24,9,42)
#12071D
(18,7,29)
#0C0510
(12,5,16)
#000000
(0,0,0)

Tints of #481992

#481992
(72,25,146)
#582D9B
(88,45,155)
#6841A4
(104,65,164)
#7855AD
(120,85,173)
#8869B6
(136,105,182)
#987DBF
(152,125,191)
#A891C8
(168,145,200)
#B8A5D1
(184,165,209)
#C8B9DA
(200,185,218)
#D8CDE3
(216,205,227)
#E8E1EC
(232,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481992 color. Also use rgb(72,25,146) instead hex code.

Text Font Color

.myTextColor { color: #481992; }

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

This text font color is #481992.


Background Color

.myBgColor { background-color: #481992; }

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

This div background color is #481992.


Border color

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

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

This div border color is #481992.


Opacity

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

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

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

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

This text has shadow with #481992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481992 on black background.


Color preview on white background

This text has color #481992 on white background.



Black color preview on #481992 background

This text has black color on #481992 background.


White color preview on #481992 background

This text has white color on #481992 background.