COLOR #480A6D

HEX: #480A6D
RGB: (72,10,109)

Color info

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

RGB color model

#480A6D color RGB value is (72,10,109).

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

RGB channels and saturation

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

72
10
109

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

Portions of RGB colors in percentages

R + G + B =
72 + 10 + 109 = 191 (100%)
R 72 of 191 ~ 37.7%
G 10 of 191 ~ 5.24%
B 109 of 191 ~ 57.07%

%37.7
%57.07

CMYK color model

#480A6D color CMYK value is (34,91,0,57).

  • cyan value is 33.94%
  • magenta value is 90.83%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(34,91,0,57)
C34M91Y0K57 
(34%,91%,0%,57%)
(0.34/0.91/0.00/0.57)	

CMYK percentages

%33.94
%90.83
%0
%57.25

Codes

Color #480A6D in popluar color models

480A6D
RGB7210109
HSL278°83.19%23.33%
HSB/HSV278°90.83%42.75%
CMYK33.94%90.83%0.00%
57.25%

Color #480A6D in popluar number systems.

HEX480A6D
Decimal7210109
Binary100100010101101101
Octal11012155

Shades and tints

Shades of #480A6D

#480A6D
(72,10,109)
#420A64
(66,10,100)
#3C0A5B
(60,10,91)
#360A52
(54,10,82)
#300A49
(48,10,73)
#2A0A40
(42,10,64)
#240A37
(36,10,55)
#1E0A2E
(30,10,46)
#180A25
(24,10,37)
#120A1C
(18,10,28)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #480A6D

#480A6D
(72,10,109)
#58207A
(88,32,122)
#683687
(104,54,135)
#784C94
(120,76,148)
#8862A1
(136,98,161)
#9878AE
(152,120,174)
#A88EBB
(168,142,187)
#B8A4C8
(184,164,200)
#C8BAD5
(200,186,213)
#D8D0E2
(216,208,226)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480A6D; }

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

This text font color is #480A6D.


Background Color

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

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

This div background color is #480A6D.


Border color

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

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

This div border color is #480A6D.


Opacity

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

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

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

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

This text has shadow with #480A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480A6D on black background.


Color preview on white background

This text has color #480A6D on white background.



Black color preview on #480A6D background

This text has black color on #480A6D background.


White color preview on #480A6D background

This text has white color on #480A6D background.