COLOR #481F78

HEX: #481F78 RGB: (72,31,120)

Color info

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

RGB color model

#481F78 color RGB value is (72,31,120).

RGB: (72,31,120) (28%, 12%, 47%)

RGB channels and saturation

R 72 of 255 = 28%
G 31 of 255 = 12%
B 120 of 255 = 47%

72
31
120

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

Portions of RGB colors in percentages

R + G + B = 72 + 31 + 120 = 223 (100%)
R 72 of 223 ~ 32.29%
G 31 of 223 ~ 13.9%
B 120 of 223 ~ 53.81'%

%32.29
%13.9
%53.81

CMYK color model

#481F78 color CMYK value is (40,74,0,53).

  • cyan value is 40.00%
  • magenta value is 74.17%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (40,74,0,53)
C40M74Y0K53 (40%, 74%, 0%, 53%)
(0.40 / 0.74 / 0.00 / 0.53)

CMYK percentages

%40
%74.17
%0
%52.94

Codes

Color #481F78 in popluar color models

48 1F 78
RGB 72 31 120
HSL 268° 58.94% 29.61%
HSB/HSV 268° 74.17% 47.06%
CMYK 40.00% 74.17% 0.00%
52.94%

Color #481F78 in popluar number systems.

HEX 48 1F 78
Decimal 72 31 120
Binary 1001000 11111 1111000
Octal 110 37 170

Shades and tints

Shades of #481F78

#481F78
(72,31,120)
#421D6E
(66,29,110)
#3C1B64
(60,27,100)
#36195A
(54,25,90)
#301750
(48,23,80)
#2A1546
(42,21,70)
#24133C
(36,19,60)
#1E1132
(30,17,50)
#180F28
(24,15,40)
#120D1E
(18,13,30)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #481F78

#481F78
(72,31,120)
#583384
(88,51,132)
#684790
(104,71,144)
#785B9C
(120,91,156)
#886FA8
(136,111,168)
#9883B4
(152,131,180)
#A897C0
(168,151,192)
#B8ABCC
(184,171,204)
#C8BFD8
(200,191,216)
#D8D3E4
(216,211,228)
#E8E7F0
(232,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481F78; }

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

This text font color is #481F78.

Background Color

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

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

This div background color is #481F78.

Border color

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

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

This div border color is #481F78.

Opacity

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

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

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

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

This text has shadow with #481F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #481F78.

Preview

Color preview on black background

This text has color #481F78 on black background.


Color preview on white background

This text has color #481F78 on white background.


Black color preview on #481F78 background

This text has black color on #481F78 background.


White color preview on #481F78 background

This text has white color on #481F78 background.


Related colors

Complementary color

Complementary color for #hex is #B7E087.


I love getcolorcode.com

Triadic colors

1 #78481F and #1F7848 with #481F78 are triadic colors.

2 #781F48 and #1F4878 with #481F78 are triadic colors.