COLOR #460380

HEX: #460380
RGB: (70,3,128)

Color info

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

RGB color model

#460380 color RGB value is (70,3,128).

  • red value is 70;
  • green value is 3;
  • blue value is 128.
RGB:
(70,3,128)
(27%,1%,50%)

RGB channels and saturation

R 70 of 255 = 27%
G 3 of 255 = 1%
B 128 of 255 = 50%

70
3
128

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

Portions of RGB colors in percentages

R + G + B =
70 + 3 + 128 = 201 (100%)
R 70 of 201 ~ 34.83%
G 3 of 201 ~ 1.49%
B 128 of 201 ~ 63.68%

%34.83
%63.68

CMYK color model

#460380 color CMYK value is (45,98,0,50).

  • cyan value is 45.31%
  • magenta value is 97.66%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(45,98,0,50)
C45M98Y0K50 
(45%,98%,0%,50%)
(0.45/0.98/0.00/0.50)	

CMYK percentages

%45.31
%97.66
%0
%49.8

Codes

Color #460380 in popluar color models

460380
RGB703128
HSL272°95.42%25.69%
HSB/HSV272°97.66%50.20%
CMYK45.31%97.66%0.00%
49.80%

Color #460380 in popluar number systems.

HEX460380
Decimal703128
Binary10001101110000000
Octal1063200

Shades and tints

Shades of #460380

#460380
(70,3,128)
#400375
(64,3,117)
#3A036A
(58,3,106)
#34035F
(52,3,95)
#2E0354
(46,3,84)
#280349
(40,3,73)
#22033E
(34,3,62)
#1C0333
(28,3,51)
#160328
(22,3,40)
#10031D
(16,3,29)
#0A0312
(10,3,18)
#000000
(0,0,0)

Tints of #460380

#460380
(70,3,128)
#56198B
(86,25,139)
#662F96
(102,47,150)
#7645A1
(118,69,161)
#865BAC
(134,91,172)
#9671B7
(150,113,183)
#A687C2
(166,135,194)
#B69DCD
(182,157,205)
#C6B3D8
(198,179,216)
#D6C9E3
(214,201,227)
#E6DFEE
(230,223,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #460380 color. Also use rgb(70,3,128) instead hex code.

Text Font Color

.myTextColor { color: #460380; }

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

This text font color is #460380.


Background Color

.myBgColor { background-color: #460380; }

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

This div background color is #460380.


Border color

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

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

This div border color is #460380.


Opacity

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

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

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

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

This text has shadow with #460380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460380 on black background.


Color preview on white background

This text has color #460380 on white background.



Black color preview on #460380 background

This text has black color on #460380 background.


White color preview on #460380 background

This text has white color on #460380 background.