COLOR #481978

HEX: #481978
RGB: (72,25,120)

Color info

#481978 contains mainly red and blue colors. Web safe color of #481978 is #330066 (or #306).

RGB color model

#481978 color RGB value is (72,25,120).

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

RGB channels and saturation

R 72 of 255 = 28%
G 25 of 255 = 10%
B 120 of 255 = 47%

72
25
120

R + G + B ~ 28%. #481978 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 25 + 120 = 217 (100%)
R 72 of 217 ~ 33.18%
G 25 of 217 ~ 11.52%
B 120 of 217 ~ 55.3%

%33.18
%11.52
%55.3

CMYK color model

#481978 color CMYK value is (40,79,0,53).

  • cyan value is 40.00%
  • magenta value is 79.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(40,79,0,53)
C40M79Y0K53 
(40%,79%,0%,53%)
(0.40/0.79/0.00/0.53)	

CMYK percentages

%40
%79.17
%0
%52.94

Codes

Color #481978 in popluar color models

481978
RGB7225120
HSL270°65.52%28.43%
HSB/HSV270°79.17%47.06%
CMYK40.00%79.17%0.00%
52.94%

Color #481978 in popluar number systems.

HEX481978
Decimal7225120
Binary1001000110011111000
Octal11031170

Shades and tints

Shades of #481978

#481978
(72,25,120)
#42176E
(66,23,110)
#3C1564
(60,21,100)
#36135A
(54,19,90)
#301150
(48,17,80)
#2A0F46
(42,15,70)
#240D3C
(36,13,60)
#1E0B32
(30,11,50)
#180928
(24,9,40)
#12071E
(18,7,30)
#0C0514
(12,5,20)
#000000
(0,0,0)

Tints of #481978

#481978
(72,25,120)
#582D84
(88,45,132)
#684190
(104,65,144)
#78559C
(120,85,156)
#8869A8
(136,105,168)
#987DB4
(152,125,180)
#A891C0
(168,145,192)
#B8A5CC
(184,165,204)
#C8B9D8
(200,185,216)
#D8CDE4
(216,205,228)
#E8E1F0
(232,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481978; }

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

This text font color is #481978.


Background Color

.myBgColor { background-color: #481978; }

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

This div background color is #481978.


Border color

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

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

This div border color is #481978.


Opacity

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

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

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

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

This text has shadow with #481978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481978 on black background.


Color preview on white background

This text has color #481978 on white background.



Black color preview on #481978 background

This text has black color on #481978 background.


White color preview on #481978 background

This text has white color on #481978 background.