COLOR #481E6B

HEX: #481E6B
RGB: (72,30,107)

Color info

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

RGB color model

#481E6B color RGB value is (72,30,107).

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

RGB channels and saturation

R 72 of 255 = 28%
G 30 of 255 = 12%
B 107 of 255 = 42%

72
30
107

R + G + B ~ 27%. #481E6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 30 + 107 = 209 (100%)
R 72 of 209 ~ 34.45%
G 30 of 209 ~ 14.35%
B 107 of 209 ~ 51.2%

%34.45
%14.35
%51.2

CMYK color model

#481E6B color CMYK value is (33,72,0,58).

  • cyan value is 32.71%
  • magenta value is 71.96%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(33,72,0,58)
C33M72Y0K58 
(33%,72%,0%,58%)
(0.33/0.72/0.00/0.58)	

CMYK percentages

%32.71
%71.96
%0
%58.04

Codes

Color #481E6B in popluar color models

481E6B
RGB7230107
HSL273°56.20%26.86%
HSB/HSV273°71.96%41.96%
CMYK32.71%71.96%0.00%
58.04%

Color #481E6B in popluar number systems.

HEX481E6B
Decimal7230107
Binary1001000111101101011
Octal11036153

Shades and tints

Shades of #481E6B

#481E6B
(72,30,107)
#421C62
(66,28,98)
#3C1A59
(60,26,89)
#361850
(54,24,80)
#301647
(48,22,71)
#2A143E
(42,20,62)
#241235
(36,18,53)
#1E102C
(30,16,44)
#180E23
(24,14,35)
#120C1A
(18,12,26)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #481E6B

#481E6B
(72,30,107)
#583278
(88,50,120)
#684685
(104,70,133)
#785A92
(120,90,146)
#886E9F
(136,110,159)
#9882AC
(152,130,172)
#A896B9
(168,150,185)
#B8AAC6
(184,170,198)
#C8BED3
(200,190,211)
#D8D2E0
(216,210,224)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481E6B; }

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

This text font color is #481E6B.


Background Color

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

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

This div background color is #481E6B.


Border color

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

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

This div border color is #481E6B.


Opacity

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

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

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

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

This text has shadow with #481E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481E6B on black background.


Color preview on white background

This text has color #481E6B on white background.



Black color preview on #481E6B background

This text has black color on #481E6B background.


White color preview on #481E6B background

This text has white color on #481E6B background.