COLOR #482360

HEX: #482360 RGB: (72,35,96)

Color info

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

RGB color model

#482360 color RGB value is (72,35,96).

RGB: (72,35,96) (28%, 14%, 38%)

RGB channels and saturation

R 72 of 255 = 28%
G 35 of 255 = 14%
B 96 of 255 = 38%

72
35
96

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

Portions of RGB colors in percentages

R + G + B = 72 + 35 + 96 = 203 (100%)
R 72 of 203 ~ 35.47%
G 35 of 203 ~ 17.24%
B 96 of 203 ~ 47.29'%

%35.47
%17.24
%47.29

CMYK color model

#482360 color CMYK value is (25,64,0,62).

  • cyan value is 25.00%
  • magenta value is 63.54%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK: (25,64,0,62) C25M64Y0K62 (25%,64%,0%,62%) (0.25/0.64/0.00/0.62) 

CMYK percentages

%25
%63.54
%0
%62.35

Codes

Color #482360 in popluar color models

48 23 60
RGB 72 35 96
HSL 276° 46.56% 25.69%
HSB/HSV 276° 63.54% 37.65%
CMYK 25.00% 63.54% 0.00%
62.35%

Color #482360 in popluar number systems.

HEX 48 23 60
Decimal 72 35 96
Binary 1001000 100011 1100000
Octal 110 43 140

Shades and tints

Shades of #482360

#482360
(72,35,96)
#422058
(66,32,88)
#3C1D50
(60,29,80)
#361A48
(54,26,72)
#301740
(48,23,64)
#2A1438
(42,20,56)
#241130
(36,17,48)
#1E0E28
(30,14,40)
#180B20
(24,11,32)
#120818
(18,8,24)
#0C0510
(12,5,16)
#000000
(0,0,0)

Tints of #482360

#482360
(72,35,96)
#58376E
(88,55,110)
#684B7C
(104,75,124)
#785F8A
(120,95,138)
#887398
(136,115,152)
#9887A6
(152,135,166)
#A89BB4
(168,155,180)
#B8AFC2
(184,175,194)
#C8C3D0
(200,195,208)
#D8D7DE
(216,215,222)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482360 color. Also use rgb(72,35,96) instead hex code.

Text Font Color

.myTextColor { color: #482360; }

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

This text font color is #482360.

Background Color

.myBgColor { background-color: #482360; }

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

This div background color is #482360.

Border color

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

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

This div border color is #482360.

Opacity

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

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

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

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

This text has shadow with #482360 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #482360.

Preview

Color preview on black background

This text has color #482360 on black background.


Color preview on white background

This text has color #482360 on white background.


Black color preview on #482360 background

This text has black color on #482360 background.


White color preview on #482360 background

This text has white color on #482360 background.


Related colors

Complementary color

Complementary color for #hex is #B7DC9F.


I love getcolorcode.com

Triadic colors

1 #604823 and #236048 with #482360 are triadic colors.

2 #602348 and #234860 with #482360 are triadic colors.