COLOR #481865

HEX: #481865
RGB: (72,24,101)

Color info

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

RGB color model

#481865 color RGB value is (72,24,101).

  • red value is 72;
  • green value is 24;
  • blue value is 101.
RGB:
(72,24,101)
(28%,9%,40%)

RGB channels and saturation

R 72 of 255 = 28%
G 24 of 255 = 9%
B 101 of 255 = 40%

72
24
101

R + G + B ~ 26%. #481865 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 24 + 101 = 197 (100%)
R 72 of 197 ~ 36.55%
G 24 of 197 ~ 12.18%
B 101 of 197 ~ 51.27%

%36.55
%12.18
%51.27

CMYK color model

#481865 color CMYK value is (29,76,0,60).

  • cyan value is 28.71%
  • magenta value is 76.24%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(29,76,0,60)
C29M76Y0K60 
(29%,76%,0%,60%)
(0.29/0.76/0.00/0.60)	

CMYK percentages

%28.71
%76.24
%0
%60.39

Codes

Color #481865 in popluar color models

481865
RGB7224101
HSL277°61.60%24.51%
HSB/HSV277°76.24%39.61%
CMYK28.71%76.24%0.00%
60.39%

Color #481865 in popluar number systems.

HEX481865
Decimal7224101
Binary1001000110001100101
Octal11030145

Shades and tints

Shades of #481865

#481865
(72,24,101)
#42165C
(66,22,92)
#3C1453
(60,20,83)
#36124A
(54,18,74)
#301041
(48,16,65)
#2A0E38
(42,14,56)
#240C2F
(36,12,47)
#1E0A26
(30,10,38)
#18081D
(24,8,29)
#120614
(18,6,20)
#0C040B
(12,4,11)
#000000
(0,0,0)

Tints of #481865

#481865
(72,24,101)
#582D73
(88,45,115)
#684281
(104,66,129)
#78578F
(120,87,143)
#886C9D
(136,108,157)
#9881AB
(152,129,171)
#A896B9
(168,150,185)
#B8ABC7
(184,171,199)
#C8C0D5
(200,192,213)
#D8D5E3
(216,213,227)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481865 color. Also use rgb(72,24,101) instead hex code.

Text Font Color

.myTextColor { color: #481865; }

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

This text font color is #481865.


Background Color

.myBgColor { background-color: #481865; }

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

This div background color is #481865.


Border color

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

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

This div border color is #481865.


Opacity

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

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

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

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

This text has shadow with #481865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481865 on black background.


Color preview on white background

This text has color #481865 on white background.



Black color preview on #481865 background

This text has black color on #481865 background.


White color preview on #481865 background

This text has white color on #481865 background.