COLOR #480792

HEX: #480792
RGB: (72,7,146)

Color info

#480792 contains mainly blue color. Web safe color of #480792 is #330099 (or #309).

RGB color model

#480792 color RGB value is (72,7,146).

  • red value is 72;
  • green value is 7;
  • blue value is 146.
RGB:
(72,7,146)
(28%,3%,57%)

RGB channels and saturation

R 72 of 255 = 28%
G 7 of 255 = 3%
B 146 of 255 = 57%

72
7
146

R + G + B ~ 29%. #480792 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 7 + 146 = 225 (100%)
R 72 of 225 ~ 32%
G 7 of 225 ~ 3.11%
B 146 of 225 ~ 64.89%

%32
%64.89

CMYK color model

#480792 color CMYK value is (51,95,0,43).

  • cyan value is 50.68%
  • magenta value is 95.21%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(51,95,0,43)
C51M95Y0K43 
(51%,95%,0%,43%)
(0.51/0.95/0.00/0.43)	

CMYK percentages

%50.68
%95.21
%0
%42.75

Codes

Color #480792 in popluar color models

480792
RGB727146
HSL268°90.85%30.00%
HSB/HSV268°95.21%57.25%
CMYK50.68%95.21%0.00%
42.75%

Color #480792 in popluar number systems.

HEX480792
Decimal727146
Binary100100011110010010
Octal1107222

Shades and tints

Shades of #480792

#480792
(72,7,146)
#420785
(66,7,133)
#3C0778
(60,7,120)
#36076B
(54,7,107)
#30075E
(48,7,94)
#2A0751
(42,7,81)
#240744
(36,7,68)
#1E0737
(30,7,55)
#18072A
(24,7,42)
#12071D
(18,7,29)
#0C0710
(12,7,16)
#000000
(0,0,0)

Tints of #480792

#480792
(72,7,146)
#581D9B
(88,29,155)
#6833A4
(104,51,164)
#7849AD
(120,73,173)
#885FB6
(136,95,182)
#9875BF
(152,117,191)
#A88BC8
(168,139,200)
#B8A1D1
(184,161,209)
#C8B7DA
(200,183,218)
#D8CDE3
(216,205,227)
#E8E3EC
(232,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480792 color. Also use rgb(72,7,146) instead hex code.

Text Font Color

.myTextColor { color: #480792; }

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

This text font color is #480792.


Background Color

.myBgColor { background-color: #480792; }

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

This div background color is #480792.


Border color

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

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

This div border color is #480792.


Opacity

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

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

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

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

This text has shadow with #480792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480792 on black background.


Color preview on white background

This text has color #480792 on white background.



Black color preview on #480792 background

This text has black color on #480792 background.


White color preview on #480792 background

This text has white color on #480792 background.