COLOR #480F74

HEX: #480F74
RGB: (72,15,116)

Color info

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

RGB color model

#480F74 color RGB value is (72,15,116).

  • red value is 72;
  • green value is 15;
  • blue value is 116.
RGB:
(72,15,116)
(28%,6%,45%)

RGB channels and saturation

R 72 of 255 = 28%
G 15 of 255 = 6%
B 116 of 255 = 45%

72
15
116

R + G + B ~ 26%. #480F74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 15 + 116 = 203 (100%)
R 72 of 203 ~ 35.47%
G 15 of 203 ~ 7.39%
B 116 of 203 ~ 57.14%

%35.47
%57.14

CMYK color model

#480F74 color CMYK value is (38,87,0,55).

  • cyan value is 37.93%
  • magenta value is 87.07%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(38,87,0,55)
C38M87Y0K55 
(38%,87%,0%,55%)
(0.38/0.87/0.00/0.55)	

CMYK percentages

%37.93
%87.07
%0
%54.51

Codes

Color #480F74 in popluar color models

480F74
RGB7215116
HSL274°77.10%25.69%
HSB/HSV274°87.07%45.49%
CMYK37.93%87.07%0.00%
54.51%

Color #480F74 in popluar number systems.

HEX480F74
Decimal7215116
Binary100100011111110100
Octal11017164

Shades and tints

Shades of #480F74

#480F74
(72,15,116)
#420E6A
(66,14,106)
#3C0D60
(60,13,96)
#360C56
(54,12,86)
#300B4C
(48,11,76)
#2A0A42
(42,10,66)
#240938
(36,9,56)
#1E082E
(30,8,46)
#180724
(24,7,36)
#12061A
(18,6,26)
#0C0510
(12,5,16)
#000000
(0,0,0)

Tints of #480F74

#480F74
(72,15,116)
#582480
(88,36,128)
#68398C
(104,57,140)
#784E98
(120,78,152)
#8863A4
(136,99,164)
#9878B0
(152,120,176)
#A88DBC
(168,141,188)
#B8A2C8
(184,162,200)
#C8B7D4
(200,183,212)
#D8CCE0
(216,204,224)
#E8E1EC
(232,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480F74 color. Also use rgb(72,15,116) instead hex code.

Text Font Color

.myTextColor { color: #480F74; }

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

This text font color is #480F74.


Background Color

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

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

This div background color is #480F74.


Border color

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

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

This div border color is #480F74.


Opacity

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

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

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

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

This text has shadow with #480F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480F74 on black background.


Color preview on white background

This text has color #480F74 on white background.



Black color preview on #480F74 background

This text has black color on #480F74 background.


White color preview on #480F74 background

This text has white color on #480F74 background.