COLOR #480195

HEX: #480195
RGB: (72,1,149)

Color info

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

RGB color model

#480195 color RGB value is (72,1,149).

  • red value is 72;
  • green value is 1;
  • blue value is 149.
RGB:
(72,1,149)
(28%,0%,58%)

RGB channels and saturation

R 72 of 255 = 28%
G 1 of 255 = 0%
B 149 of 255 = 58%

72
1
149

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

Portions of RGB colors in percentages

R + G + B =
72 + 1 + 149 = 222 (100%)
R 72 of 222 ~ 32.43%
G 1 of 222 ~ 0.45%
B 149 of 222 ~ 67.12%

%32.43
%67.12

CMYK color model

#480195 color CMYK value is (52,99,0,42).

  • cyan value is 51.68%
  • magenta value is 99.33%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(52,99,0,42)
C52M99Y0K42 
(52%,99%,0%,42%)
(0.52/0.99/0.00/0.42)	

CMYK percentages

%51.68
%99.33
%0
%41.57

Codes

Color #480195 in popluar color models

480195
RGB721149
HSL269°98.67%29.41%
HSB/HSV269°99.33%58.43%
CMYK51.68%99.33%0.00%
41.57%

Color #480195 in popluar number systems.

HEX480195
Decimal721149
Binary1001000110010101
Octal1101225

Shades and tints

Shades of #480195

#480195
(72,1,149)
#420188
(66,1,136)
#3C017B
(60,1,123)
#36016E
(54,1,110)
#300161
(48,1,97)
#2A0154
(42,1,84)
#240147
(36,1,71)
#1E013A
(30,1,58)
#18012D
(24,1,45)
#120120
(18,1,32)
#0C0113
(12,1,19)
#000000
(0,0,0)

Tints of #480195

#480195
(72,1,149)
#58189E
(88,24,158)
#682FA7
(104,47,167)
#7846B0
(120,70,176)
#885DB9
(136,93,185)
#9874C2
(152,116,194)
#A88BCB
(168,139,203)
#B8A2D4
(184,162,212)
#C8B9DD
(200,185,221)
#D8D0E6
(216,208,230)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480195 color. Also use rgb(72,1,149) instead hex code.

Text Font Color

.myTextColor { color: #480195; }

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

This text font color is #480195.


Background Color

.myBgColor { background-color: #480195; }

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

This div background color is #480195.


Border color

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

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

This div border color is #480195.


Opacity

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

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

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

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

This text has shadow with #480195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480195 on black background.


Color preview on white background

This text has color #480195 on white background.



Black color preview on #480195 background

This text has black color on #480195 background.


White color preview on #480195 background

This text has white color on #480195 background.