COLOR #481F7C

HEX: #481F7C
RGB: (72,31,124)

Color info

#481F7C contains mainly red and blue colors. Web safe color of #481F7C is #333366 (or #336).

RGB color model

#481F7C color RGB value is (72,31,124).

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

RGB channels and saturation

R 72 of 255 = 28%
G 31 of 255 = 12%
B 124 of 255 = 49%

72
31
124

R + G + B ~ 30%. #481F7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 31 + 124 = 227 (100%)
R 72 of 227 ~ 31.72%
G 31 of 227 ~ 13.66%
B 124 of 227 ~ 54.63%

%31.72
%13.66
%54.63

CMYK color model

#481F7C color CMYK value is (42,75,0,51).

  • cyan value is 41.94%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(42,75,0,51)
C42M75Y0K51 
(42%,75%,0%,51%)
(0.42/0.75/0.00/0.51)	

CMYK percentages

%41.94
%75
%0
%51.37

Codes

Color #481F7C in popluar color models

481F7C
RGB7231124
HSL266°60.00%30.39%
HSB/HSV266°75.00%48.63%
CMYK41.94%75.00%0.00%
51.37%

Color #481F7C in popluar number systems.

HEX481F7C
Decimal7231124
Binary1001000111111111100
Octal11037174

Shades and tints

Shades of #481F7C

#481F7C
(72,31,124)
#421D71
(66,29,113)
#3C1B66
(60,27,102)
#36195B
(54,25,91)
#301750
(48,23,80)
#2A1545
(42,21,69)
#24133A
(36,19,58)
#1E112F
(30,17,47)
#180F24
(24,15,36)
#120D19
(18,13,25)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #481F7C

#481F7C
(72,31,124)
#583387
(88,51,135)
#684792
(104,71,146)
#785B9D
(120,91,157)
#886FA8
(136,111,168)
#9883B3
(152,131,179)
#A897BE
(168,151,190)
#B8ABC9
(184,171,201)
#C8BFD4
(200,191,212)
#D8D3DF
(216,211,223)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481F7C; }

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

This text font color is #481F7C.


Background Color

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

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

This div background color is #481F7C.


Border color

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

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

This div border color is #481F7C.


Opacity

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

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

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

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

This text has shadow with #481F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481F7C on black background.


Color preview on white background

This text has color #481F7C on white background.



Black color preview on #481F7C background

This text has black color on #481F7C background.


White color preview on #481F7C background

This text has white color on #481F7C background.