COLOR #481A4E

HEX: #481A4E RGB: (72,26,78)

Color info

#481A4E contains red, green and blue colors in about the same proportion. Web safe color of #481A4E is #330066 (or #306).

RGB color model

#481A4E color RGB value is (72,26,78).

RGB: (72,26,78) (28%, 10%, 31%)

RGB channels and saturation

R 72 of 255 = 28%
G 26 of 255 = 10%
B 78 of 255 = 31%

72
26
78

R + G + B ~ 23%. #481A4E is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 26 + 78 = 176 (100%)
R 72 of 176 ~ 40.91%
G 26 of 176 ~ 14.77%
B 78 of 176 ~ 44.32'%

%40.91
%14.77
%44.32

CMYK color model

#481A4E color CMYK value is (8,67,0,69).

  • cyan value is 7.69%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (8,67,0,69)
C8M67Y0K69 (8%, 67%, 0%, 69%)
(0.08 / 0.67 / 0.00 / 0.69)

CMYK percentages

%7.69
%66.67
%0
%69.41

Codes

Color #481A4E in popluar color models

48 1A 4E
RGB 72 26 78
HSL 293° 50.00% 20.39%
HSB/HSV 293° 66.67% 30.59%
CMYK 7.69% 66.67% 0.00%
69.41%

Color #481A4E in popluar number systems.

HEX 48 1A 4E
Decimal 72 26 78
Binary 1001000 11010 1001110
Octal 110 32 116

Shades and tints

Shades of #481A4E

#481A4E
(72,26,78)
#421847
(66,24,71)
#3C1640
(60,22,64)
#361439
(54,20,57)
#301232
(48,18,50)
#2A102B
(42,16,43)
#240E24
(36,14,36)
#1E0C1D
(30,12,29)
#180A16
(24,10,22)
#12080F
(18,8,15)
#0C0608
(12,6,8)
#000000
(0,0,0)

Tints of #481A4E

#481A4E
(72,26,78)
#582E5E
(88,46,94)
#68426E
(104,66,110)
#78567E
(120,86,126)
#886A8E
(136,106,142)
#987E9E
(152,126,158)
#A892AE
(168,146,174)
#B8A6BE
(184,166,190)
#C8BACE
(200,186,206)
#D8CEDE
(216,206,222)
#E8E2EE
(232,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481A4E color. Also use rgb(72,26,78) instead hex code.

Text Font Color

.myTextColor { color: #481A4E; }

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

This text font color is #481A4E.

Background Color

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

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

This div background color is #481A4E.

Border color

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

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

This div border color is #481A4E.

Opacity

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

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

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

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

This text has shadow with #481A4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #481A4E.

Preview

Color preview on black background

This text has color #481A4E on black background.


Color preview on white background

This text has color #481A4E on white background.


Black color preview on #481A4E background

This text has black color on #481A4E background.


White color preview on #481A4E background

This text has white color on #481A4E background.


Related colors

Complementary color

Complementary color for #hex is #B7E5B1.


I love getcolorcode.com

Triadic colors

1 #4E481A and #1A4E48 with #481A4E are triadic colors.

2 #4E1A48 and #1A484E with #481A4E are triadic colors.