COLOR #460087

HEX: #460087
RGB: (70,0,135)

Color info

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

RGB color model

#460087 color RGB value is (70,0,135).

  • red value is 70;
  • green value is 0;
  • blue value is 135.
RGB:
(70,0,135)
(27%,0%,53%)

RGB channels and saturation

R 70 of 255 = 27%
G 0 of 255 = 0%
B 135 of 255 = 53%

70
0
135

R + G + B ~ 27%. #460087 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 0 + 135 = 205 (100%)
R 70 of 205 ~ 34.15%
G 0 of 205 ~ 0%
B 135 of 205 ~ 65.85%

%34.15
%65.85

CMYK color model

#460087 color CMYK value is (48,100,0,47).

  • cyan value is 48.15%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(48,100,0,47)
C48M100Y0K47 
(48%,100%,0%,47%)
(0.48/1.00/0.00/0.47)	

CMYK percentages

%48.15
%100
%0
%47.06

Codes

Color #460087 in popluar color models

460087
RGB700135
HSL271°100.00%26.47%
HSB/HSV271°100.00%52.94%
CMYK48.15%100.00%0.00%
47.06%

Color #460087 in popluar number systems.

HEX460087
Decimal700135
Binary1000110010000111
Octal1060207

Shades and tints

Shades of #460087

#460087
(70,0,135)
#40007B
(64,0,123)
#3A006F
(58,0,111)
#340063
(52,0,99)
#2E0057
(46,0,87)
#28004B
(40,0,75)
#22003F
(34,0,63)
#1C0033
(28,0,51)
#160027
(22,0,39)
#10001B
(16,0,27)
#0A000F
(10,0,15)
#000000
(0,0,0)

Tints of #460087

#460087
(70,0,135)
#561791
(86,23,145)
#662E9B
(102,46,155)
#7645A5
(118,69,165)
#865CAF
(134,92,175)
#9673B9
(150,115,185)
#A68AC3
(166,138,195)
#B6A1CD
(182,161,205)
#C6B8D7
(198,184,215)
#D6CFE1
(214,207,225)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #460087 color. Also use rgb(70,0,135) instead hex code.

Text Font Color

.myTextColor { color: #460087; }

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

This text font color is #460087.


Background Color

.myBgColor { background-color: #460087; }

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

This div background color is #460087.


Border color

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

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

This div border color is #460087.


Opacity

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

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

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

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

This text has shadow with #460087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460087 on black background.


Color preview on white background

This text has color #460087 on white background.



Black color preview on #460087 background

This text has black color on #460087 background.


White color preview on #460087 background

This text has white color on #460087 background.