COLOR #480959

HEX: #480959
RGB: (72,9,89)

Color info

#480959 contains mainly red and blue colors. Web safe color of #480959 is #330066 (or #306).

RGB color model

#480959 color RGB value is (72,9,89).

  • red value is 72;
  • green value is 9;
  • blue value is 89.
RGB:
(72,9,89)
(28%,4%,35%)

RGB channels and saturation

R 72 of 255 = 28%
G 9 of 255 = 4%
B 89 of 255 = 35%

72
9
89

R + G + B ~ 22%. #480959 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 9 + 89 = 170 (100%)
R 72 of 170 ~ 42.35%
G 9 of 170 ~ 5.29%
B 89 of 170 ~ 52.35%

%42.35
%52.35

CMYK color model

#480959 color CMYK value is (19,90,0,65).

  • cyan value is 19.10%
  • magenta value is 89.89%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(19,90,0,65)
C19M90Y0K65 
(19%,90%,0%,65%)
(0.19/0.90/0.00/0.65)	

CMYK percentages

%19.1
%89.89
%0
%65.1

Codes

Color #480959 in popluar color models

480959
RGB72989
HSL287°81.63%19.22%
HSB/HSV287°89.89%34.90%
CMYK19.10%89.89%0.00%
65.10%

Color #480959 in popluar number systems.

HEX480959
Decimal72989
Binary100100010011011001
Octal11011131

Shades and tints

Shades of #480959

#480959
(72,9,89)
#420951
(66,9,81)
#3C0949
(60,9,73)
#360941
(54,9,65)
#300939
(48,9,57)
#2A0931
(42,9,49)
#240929
(36,9,41)
#1E0921
(30,9,33)
#180919
(24,9,25)
#120911
(18,9,17)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #480959

#480959
(72,9,89)
#581F68
(88,31,104)
#683577
(104,53,119)
#784B86
(120,75,134)
#886195
(136,97,149)
#9877A4
(152,119,164)
#A88DB3
(168,141,179)
#B8A3C2
(184,163,194)
#C8B9D1
(200,185,209)
#D8CFE0
(216,207,224)
#E8E5EF
(232,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480959 color. Also use rgb(72,9,89) instead hex code.

Text Font Color

.myTextColor { color: #480959; }

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

This text font color is #480959.


Background Color

.myBgColor { background-color: #480959; }

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

This div background color is #480959.


Border color

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

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

This div border color is #480959.


Opacity

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

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

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

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

This text has shadow with #480959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480959 on black background.


Color preview on white background

This text has color #480959 on white background.



Black color preview on #480959 background

This text has black color on #480959 background.


White color preview on #480959 background

This text has white color on #480959 background.