COLOR #460055

HEX: #460055
RGB: (70,0,85)

Color info

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

RGB color model

#460055 color RGB value is (70,0,85).

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

RGB channels and saturation

R 70 of 255 = 27%
G 0 of 255 = 0%
B 85 of 255 = 33%

70
0
85

R + G + B ~ 20%. #460055 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 0 + 85 = 155 (100%)
R 70 of 155 ~ 45.16%
G 0 of 155 ~ 0%
B 85 of 155 ~ 54.84%

%45.16
%54.84

CMYK color model

#460055 color CMYK value is (18,100,0,67).

  • cyan value is 17.65%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(18,100,0,67)
C18M100Y0K67 
(18%,100%,0%,67%)
(0.18/1.00/0.00/0.67)	

CMYK percentages

%17.65
%100
%0
%66.67

Codes

Color #460055 in popluar color models

460055
RGB70085
HSL289°100.00%16.67%
HSB/HSV289°100.00%33.33%
CMYK17.65%100.00%0.00%
66.67%

Color #460055 in popluar number systems.

HEX460055
Decimal70085
Binary100011001010101
Octal1060125

Shades and tints

Shades of #460055

#460055
(70,0,85)
#40004E
(64,0,78)
#3A0047
(58,0,71)
#340040
(52,0,64)
#2E0039
(46,0,57)
#280032
(40,0,50)
#22002B
(34,0,43)
#1C0024
(28,0,36)
#16001D
(22,0,29)
#100016
(16,0,22)
#0A000F
(10,0,15)
#000000
(0,0,0)

Tints of #460055

#460055
(70,0,85)
#561764
(86,23,100)
#662E73
(102,46,115)
#764582
(118,69,130)
#865C91
(134,92,145)
#9673A0
(150,115,160)
#A68AAF
(166,138,175)
#B6A1BE
(182,161,190)
#C6B8CD
(198,184,205)
#D6CFDC
(214,207,220)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #460055; }

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

This text font color is #460055.


Background Color

.myBgColor { background-color: #460055; }

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

This div background color is #460055.


Border color

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

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

This div border color is #460055.


Opacity

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

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

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

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

This text has shadow with #460055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460055 on black background.


Color preview on white background

This text has color #460055 on white background.



Black color preview on #460055 background

This text has black color on #460055 background.


White color preview on #460055 background

This text has white color on #460055 background.