COLOR #480B6D

HEX: #480B6D
RGB: (72,11,109)

Color info

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

RGB color model

#480B6D color RGB value is (72,11,109).

  • red value is 72;
  • green value is 11;
  • blue value is 109.
RGB:
(72,11,109)
(28%,4%,43%)

RGB channels and saturation

R 72 of 255 = 28%
G 11 of 255 = 4%
B 109 of 255 = 43%

72
11
109

R + G + B ~ 25%. #480B6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 11 + 109 = 192 (100%)
R 72 of 192 ~ 37.5%
G 11 of 192 ~ 5.73%
B 109 of 192 ~ 56.77%

%37.5
%56.77

CMYK color model

#480B6D color CMYK value is (34,90,0,57).

  • cyan value is 33.94%
  • magenta value is 89.91%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(34,90,0,57)
C34M90Y0K57 
(34%,90%,0%,57%)
(0.34/0.90/0.00/0.57)	

CMYK percentages

%33.94
%89.91
%0
%57.25

Codes

Color #480B6D in popluar color models

480B6D
RGB7211109
HSL277°81.67%23.53%
HSB/HSV277°89.91%42.75%
CMYK33.94%89.91%0.00%
57.25%

Color #480B6D in popluar number systems.

HEX480B6D
Decimal7211109
Binary100100010111101101
Octal11013155

Shades and tints

Shades of #480B6D

#480B6D
(72,11,109)
#420A64
(66,10,100)
#3C095B
(60,9,91)
#360852
(54,8,82)
#300749
(48,7,73)
#2A0640
(42,6,64)
#240537
(36,5,55)
#1E042E
(30,4,46)
#180325
(24,3,37)
#12021C
(18,2,28)
#0C0113
(12,1,19)
#000000
(0,0,0)

Tints of #480B6D

#480B6D
(72,11,109)
#58217A
(88,33,122)
#683787
(104,55,135)
#784D94
(120,77,148)
#8863A1
(136,99,161)
#9879AE
(152,121,174)
#A88FBB
(168,143,187)
#B8A5C8
(184,165,200)
#C8BBD5
(200,187,213)
#D8D1E2
(216,209,226)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480B6D color. Also use rgb(72,11,109) instead hex code.

Text Font Color

.myTextColor { color: #480B6D; }

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

This text font color is #480B6D.


Background Color

.myBgColor { background-color: #480B6D; }

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

This div background color is #480B6D.


Border color

.myBorderColor { border: 1px solid #480B6D; }

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

This div border color is #480B6D.


Opacity

.myOpacity80 { color: #480B6D; opacity: 0.8; }

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

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

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

This text has shadow with #480B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480B6D on black background.


Color preview on white background

This text has color #480B6D on white background.



Black color preview on #480B6D background

This text has black color on #480B6D background.


White color preview on #480B6D background

This text has white color on #480B6D background.