COLOR #481F85

HEX: #481F85
RGB: (72,31,133)

Color info

#481F85 contains mainly blue color. Web safe color of #481F85 is #333399 (or #339).

RGB color model

#481F85 color RGB value is (72,31,133).

  • red value is 72;
  • green value is 31;
  • blue value is 133.
RGB:
(72,31,133)
(28%,12%,52%)

RGB channels and saturation

R 72 of 255 = 28%
G 31 of 255 = 12%
B 133 of 255 = 52%

72
31
133

R + G + B ~ 31%. #481F85 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 31 + 133 = 236 (100%)
R 72 of 236 ~ 30.51%
G 31 of 236 ~ 13.14%
B 133 of 236 ~ 56.36%

%30.51
%13.14
%56.36

CMYK color model

#481F85 color CMYK value is (46,77,0,48).

  • cyan value is 45.86%
  • magenta value is 76.69%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(46,77,0,48)
C46M77Y0K48 
(46%,77%,0%,48%)
(0.46/0.77/0.00/0.48)	

CMYK percentages

%45.86
%76.69
%0
%47.84

Codes

Color #481F85 in popluar color models

481F85
RGB7231133
HSL264°62.20%32.16%
HSB/HSV264°76.69%52.16%
CMYK45.86%76.69%0.00%
47.84%

Color #481F85 in popluar number systems.

HEX481F85
Decimal7231133
Binary10010001111110000101
Octal11037205

Shades and tints

Shades of #481F85

#481F85
(72,31,133)
#421D79
(66,29,121)
#3C1B6D
(60,27,109)
#361961
(54,25,97)
#301755
(48,23,85)
#2A1549
(42,21,73)
#24133D
(36,19,61)
#1E1131
(30,17,49)
#180F25
(24,15,37)
#120D19
(18,13,25)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #481F85

#481F85
(72,31,133)
#583390
(88,51,144)
#68479B
(104,71,155)
#785BA6
(120,91,166)
#886FB1
(136,111,177)
#9883BC
(152,131,188)
#A897C7
(168,151,199)
#B8ABD2
(184,171,210)
#C8BFDD
(200,191,221)
#D8D3E8
(216,211,232)
#E8E7F3
(232,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481F85 color. Also use rgb(72,31,133) instead hex code.

Text Font Color

.myTextColor { color: #481F85; }

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

This text font color is #481F85.


Background Color

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

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

This div background color is #481F85.


Border color

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

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

This div border color is #481F85.


Opacity

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

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

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

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

This text has shadow with #481F85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481F85 on black background.


Color preview on white background

This text has color #481F85 on white background.



Black color preview on #481F85 background

This text has black color on #481F85 background.


White color preview on #481F85 background

This text has white color on #481F85 background.