COLOR #481B72

HEX: #481B72 RGB: (72,27,114)

Color info

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

RGB color model

#481B72 color RGB value is (72,27,114).

RGB: (72,27,114) (28%, 11%, 45%)

RGB channels and saturation

R 72 of 255 = 28%
G 27 of 255 = 11%
B 114 of 255 = 45%

72
27
114

R + G + B ~ 28%. #481B72 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 27 + 114 = 213 (100%)
R 72 of 213 ~ 33.8%
G 27 of 213 ~ 12.68%
B 114 of 213 ~ 53.52'%

%33.8
%12.68
%53.52

CMYK color model

#481B72 color CMYK value is (37,76,0,55).

  • cyan value is 36.84%
  • magenta value is 76.32%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (37,76,0,55)
C37M76Y0K55 (37%, 76%, 0%, 55%)
(0.37 / 0.76 / 0.00 / 0.55)

CMYK percentages

%36.84
%76.32
%0
%55.29

Codes

Color #481B72 in popluar color models

48 1B 72
RGB 72 27 114
HSL 271° 61.70% 27.65%
HSB/HSV 271° 76.32% 44.71%
CMYK 36.84% 76.32% 0.00%
55.29%

Color #481B72 in popluar number systems.

HEX 48 1B 72
Decimal 72 27 114
Binary 1001000 11011 1110010
Octal 110 33 162

Shades and tints

Shades of #481B72

#481B72
(72,27,114)
#421968
(66,25,104)
#3C175E
(60,23,94)
#361554
(54,21,84)
#30134A
(48,19,74)
#2A1140
(42,17,64)
#240F36
(36,15,54)
#1E0D2C
(30,13,44)
#180B22
(24,11,34)
#120918
(18,9,24)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #481B72

#481B72
(72,27,114)
#582F7E
(88,47,126)
#68438A
(104,67,138)
#785796
(120,87,150)
#886BA2
(136,107,162)
#987FAE
(152,127,174)
#A893BA
(168,147,186)
#B8A7C6
(184,167,198)
#C8BBD2
(200,187,210)
#D8CFDE
(216,207,222)
#E8E3EA
(232,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481B72 color. Also use rgb(72,27,114) instead hex code.

Text Font Color

.myTextColor { color: #481B72; }

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

This text font color is #481B72.

Background Color

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

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

This div background color is #481B72.

Border color

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

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

This div border color is #481B72.

Opacity

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

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

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

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

This text has shadow with #481B72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #481B72.

Preview

Color preview on black background

This text has color #481B72 on black background.


Color preview on white background

This text has color #481B72 on white background.


Black color preview on #481B72 background

This text has black color on #481B72 background.


White color preview on #481B72 background

This text has white color on #481B72 background.


Related colors

Complementary color

Complementary color for #hex is #B7E48D.


I love getcolorcode.com

Triadic colors

1 #72481B and #1B7248 with #481B72 are triadic colors.

2 #721B48 and #1B4872 with #481B72 are triadic colors.