COLOR #481461

HEX: #481461
RGB: (72,20,97)

Color info

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

RGB color model

#481461 color RGB value is (72,20,97).

  • red value is 72;
  • green value is 20;
  • blue value is 97.
RGB:
(72,20,97)
(28%,8%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 20 of 255 = 8%
B 97 of 255 = 38%

72
20
97

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

Portions of RGB colors in percentages

R + G + B =
72 + 20 + 97 = 189 (100%)
R 72 of 189 ~ 38.1%
G 20 of 189 ~ 10.58%
B 97 of 189 ~ 51.32%

%38.1
%10.58
%51.32

CMYK color model

#481461 color CMYK value is (26,79,0,62).

  • cyan value is 25.77%
  • magenta value is 79.38%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(26,79,0,62)
C26M79Y0K62 
(26%,79%,0%,62%)
(0.26/0.79/0.00/0.62)	

CMYK percentages

%25.77
%79.38
%0
%61.96

Codes

Color #481461 in popluar color models

481461
RGB722097
HSL281°65.81%22.94%
HSB/HSV281°79.38%38.04%
CMYK25.77%79.38%0.00%
61.96%

Color #481461 in popluar number systems.

HEX481461
Decimal722097
Binary1001000101001100001
Octal11024141

Shades and tints

Shades of #481461

#481461
(72,20,97)
#421359
(66,19,89)
#3C1251
(60,18,81)
#361149
(54,17,73)
#301041
(48,16,65)
#2A0F39
(42,15,57)
#240E31
(36,14,49)
#1E0D29
(30,13,41)
#180C21
(24,12,33)
#120B19
(18,11,25)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #481461

#481461
(72,20,97)
#58296F
(88,41,111)
#683E7D
(104,62,125)
#78538B
(120,83,139)
#886899
(136,104,153)
#987DA7
(152,125,167)
#A892B5
(168,146,181)
#B8A7C3
(184,167,195)
#C8BCD1
(200,188,209)
#D8D1DF
(216,209,223)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481461 color. Also use rgb(72,20,97) instead hex code.

Text Font Color

.myTextColor { color: #481461; }

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

This text font color is #481461.


Background Color

.myBgColor { background-color: #481461; }

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

This div background color is #481461.


Border color

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

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

This div border color is #481461.


Opacity

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

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

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

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

This text has shadow with #481461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481461 on black background.


Color preview on white background

This text has color #481461 on white background.



Black color preview on #481461 background

This text has black color on #481461 background.


White color preview on #481461 background

This text has white color on #481461 background.