COLOR #481E6E

HEX: #481E6E
RGB: (72,30,110)

Color info

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

RGB color model

#481E6E color RGB value is (72,30,110).

  • red value is 72;
  • green value is 30;
  • blue value is 110.
RGB:
(72,30,110)
(28%,12%,43%)

RGB channels and saturation

R 72 of 255 = 28%
G 30 of 255 = 12%
B 110 of 255 = 43%

72
30
110

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

Portions of RGB colors in percentages

R + G + B =
72 + 30 + 110 = 212 (100%)
R 72 of 212 ~ 33.96%
G 30 of 212 ~ 14.15%
B 110 of 212 ~ 51.89%

%33.96
%14.15
%51.89

CMYK color model

#481E6E color CMYK value is (35,73,0,57).

  • cyan value is 34.55%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(35,73,0,57)
C35M73Y0K57 
(35%,73%,0%,57%)
(0.35/0.73/0.00/0.57)	

CMYK percentages

%34.55
%72.73
%0
%56.86

Codes

Color #481E6E in popluar color models

481E6E
RGB7230110
HSL272°57.14%27.45%
HSB/HSV272°72.73%43.14%
CMYK34.55%72.73%0.00%
56.86%

Color #481E6E in popluar number systems.

HEX481E6E
Decimal7230110
Binary1001000111101101110
Octal11036156

Shades and tints

Shades of #481E6E

#481E6E
(72,30,110)
#421C64
(66,28,100)
#3C1A5A
(60,26,90)
#361850
(54,24,80)
#301646
(48,22,70)
#2A143C
(42,20,60)
#241232
(36,18,50)
#1E1028
(30,16,40)
#180E1E
(24,14,30)
#120C14
(18,12,20)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #481E6E

#481E6E
(72,30,110)
#58327B
(88,50,123)
#684688
(104,70,136)
#785A95
(120,90,149)
#886EA2
(136,110,162)
#9882AF
(152,130,175)
#A896BC
(168,150,188)
#B8AAC9
(184,170,201)
#C8BED6
(200,190,214)
#D8D2E3
(216,210,227)
#E8E6F0
(232,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481E6E color. Also use rgb(72,30,110) instead hex code.

Text Font Color

.myTextColor { color: #481E6E; }

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

This text font color is #481E6E.


Background Color

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

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

This div background color is #481E6E.


Border color

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

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

This div border color is #481E6E.


Opacity

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

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

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

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

This text has shadow with #481E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481E6E on black background.


Color preview on white background

This text has color #481E6E on white background.



Black color preview on #481E6E background

This text has black color on #481E6E background.


White color preview on #481E6E background

This text has white color on #481E6E background.