COLOR #481A7F

HEX: #481A7F
RGB: (72,26,127)

Color info

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

RGB color model

#481A7F color RGB value is (72,26,127).

  • red value is 72;
  • green value is 26;
  • blue value is 127.
RGB:
(72,26,127)
(28%,10%,50%)

RGB channels and saturation

R 72 of 255 = 28%
G 26 of 255 = 10%
B 127 of 255 = 50%

72
26
127

R + G + B ~ 29%. #481A7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 26 + 127 = 225 (100%)
R 72 of 225 ~ 32%
G 26 of 225 ~ 11.56%
B 127 of 225 ~ 56.44%

%32
%11.56
%56.44

CMYK color model

#481A7F color CMYK value is (43,80,0,50).

  • cyan value is 43.31%
  • magenta value is 79.53%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(43,80,0,50)
C43M80Y0K50 
(43%,80%,0%,50%)
(0.43/0.80/0.00/0.50)	

CMYK percentages

%43.31
%79.53
%0
%50.2

Codes

Color #481A7F in popluar color models

481A7F
RGB7226127
HSL267°66.01%30.00%
HSB/HSV267°79.53%49.80%
CMYK43.31%79.53%0.00%
50.20%

Color #481A7F in popluar number systems.

HEX481A7F
Decimal7226127
Binary1001000110101111111
Octal11032177

Shades and tints

Shades of #481A7F

#481A7F
(72,26,127)
#421874
(66,24,116)
#3C1669
(60,22,105)
#36145E
(54,20,94)
#301253
(48,18,83)
#2A1048
(42,16,72)
#240E3D
(36,14,61)
#1E0C32
(30,12,50)
#180A27
(24,10,39)
#12081C
(18,8,28)
#0C0611
(12,6,17)
#000000
(0,0,0)

Tints of #481A7F

#481A7F
(72,26,127)
#582E8A
(88,46,138)
#684295
(104,66,149)
#7856A0
(120,86,160)
#886AAB
(136,106,171)
#987EB6
(152,126,182)
#A892C1
(168,146,193)
#B8A6CC
(184,166,204)
#C8BAD7
(200,186,215)
#D8CEE2
(216,206,226)
#E8E2ED
(232,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481A7F color. Also use rgb(72,26,127) instead hex code.

Text Font Color

.myTextColor { color: #481A7F; }

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

This text font color is #481A7F.


Background Color

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

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

This div background color is #481A7F.


Border color

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

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

This div border color is #481A7F.


Opacity

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

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

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

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

This text has shadow with #481A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481A7F on black background.


Color preview on white background

This text has color #481A7F on white background.



Black color preview on #481A7F background

This text has black color on #481A7F background.


White color preview on #481A7F background

This text has white color on #481A7F background.