COLOR #480946

HEX: #480946
RGB: (72,9,70)

Color info

#480946 contains mainly red and blue colors. Web safe color of #480946 is #330033 (or #303).

RGB color model

#480946 color RGB value is (72,9,70).

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

RGB channels and saturation

R 72 of 255 = 28%
G 9 of 255 = 4%
B 70 of 255 = 27%

72
9
70

R + G + B ~ 20%. #480946 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 9 + 70 = 151 (100%)
R 72 of 151 ~ 47.68%
G 9 of 151 ~ 5.96%
B 70 of 151 ~ 46.36%

%47.68
%46.36

CMYK color model

#480946 color CMYK value is (0,88,3,72).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 2.78%
  • key color value is 71.76%
CMYK:
(0,88,3,72)
C0M88Y3K72 
(0%,88%,3%,72%)
(0.00/0.88/0.03/0.72)	

CMYK percentages

%0
%87.5
%2.78
%71.76

Codes

Color #480946 in popluar color models

480946
RGB72970
HSL302°77.78%15.88%
HSB/HSV302°87.50%28.24%
CMYK0.00%87.50%2.78%
71.76%

Color #480946 in popluar number systems.

HEX480946
Decimal72970
Binary100100010011000110
Octal11011106

Shades and tints

Shades of #480946

#480946
(72,9,70)
#420940
(66,9,64)
#3C093A
(60,9,58)
#360934
(54,9,52)
#30092E
(48,9,46)
#2A0928
(42,9,40)
#240922
(36,9,34)
#1E091C
(30,9,28)
#180916
(24,9,22)
#120910
(18,9,16)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #480946

#480946
(72,9,70)
#581F56
(88,31,86)
#683566
(104,53,102)
#784B76
(120,75,118)
#886186
(136,97,134)
#987796
(152,119,150)
#A88DA6
(168,141,166)
#B8A3B6
(184,163,182)
#C8B9C6
(200,185,198)
#D8CFD6
(216,207,214)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480946; }

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

This text font color is #480946.


Background Color

.myBgColor { background-color: #480946; }

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

This div background color is #480946.


Border color

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

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

This div border color is #480946.


Opacity

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

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

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

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

This text has shadow with #480946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480946 on black background.


Color preview on white background

This text has color #480946 on white background.



Black color preview on #480946 background

This text has black color on #480946 background.


White color preview on #480946 background

This text has white color on #480946 background.