COLOR #482864

HEX: #482864
RGB: (72,40,100)

Color info

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

RGB color model

#482864 color RGB value is (72,40,100).

  • red value is 72;
  • green value is 40;
  • blue value is 100.
RGB:
(72,40,100)
(28%,16%,39%)

RGB channels and saturation

R 72 of 255 = 28%
G 40 of 255 = 16%
B 100 of 255 = 39%

72
40
100

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

Portions of RGB colors in percentages

R + G + B =
72 + 40 + 100 = 212 (100%)
R 72 of 212 ~ 33.96%
G 40 of 212 ~ 18.87%
B 100 of 212 ~ 47.17%

%33.96
%18.87
%47.17

CMYK color model

#482864 color CMYK value is (28,60,0,61).

  • cyan value is 28.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(28,60,0,61)
C28M60Y0K61 
(28%,60%,0%,61%)
(0.28/0.60/0.00/0.61)	

CMYK percentages

%28
%60
%0
%60.78

Codes

Color #482864 in popluar color models

482864
RGB7240100
HSL272°42.86%27.45%
HSB/HSV272°60.00%39.22%
CMYK28.00%60.00%0.00%
60.78%

Color #482864 in popluar number systems.

HEX482864
Decimal7240100
Binary10010001010001100100
Octal11050144

Shades and tints

Shades of #482864

#482864
(72,40,100)
#42255B
(66,37,91)
#3C2252
(60,34,82)
#361F49
(54,31,73)
#301C40
(48,28,64)
#2A1937
(42,25,55)
#24162E
(36,22,46)
#1E1325
(30,19,37)
#18101C
(24,16,28)
#120D13
(18,13,19)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #482864

#482864
(72,40,100)
#583B72
(88,59,114)
#684E80
(104,78,128)
#78618E
(120,97,142)
#88749C
(136,116,156)
#9887AA
(152,135,170)
#A89AB8
(168,154,184)
#B8ADC6
(184,173,198)
#C8C0D4
(200,192,212)
#D8D3E2
(216,211,226)
#E8E6F0
(232,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482864 color. Also use rgb(72,40,100) instead hex code.

Text Font Color

.myTextColor { color: #482864; }

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

This text font color is #482864.


Background Color

.myBgColor { background-color: #482864; }

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

This div background color is #482864.


Border color

.myBorderColor { border: 1px solid #482864; }

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

This div border color is #482864.


Opacity

.myOpacity80 { color: #482864; opacity: 0.8; }

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

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

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

This text has shadow with #482864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482864 on black background.


Color preview on white background

This text has color #482864 on white background.



Black color preview on #482864 background

This text has black color on #482864 background.


White color preview on #482864 background

This text has white color on #482864 background.