COLOR #460656

HEX: #460656
RGB: (70,6,86)

Color info

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

RGB color model

#460656 color RGB value is (70,6,86).

  • red value is 70;
  • green value is 6;
  • blue value is 86.
RGB:
(70,6,86)
(27%,2%,34%)

RGB channels and saturation

R 70 of 255 = 27%
G 6 of 255 = 2%
B 86 of 255 = 34%

70
6
86

R + G + B ~ 21%. #460656 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 6 + 86 = 162 (100%)
R 70 of 162 ~ 43.21%
G 6 of 162 ~ 3.7%
B 86 of 162 ~ 53.09%

%43.21
%53.09

CMYK color model

#460656 color CMYK value is (19,93,0,66).

  • cyan value is 18.60%
  • magenta value is 93.02%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(19,93,0,66)
C19M93Y0K66 
(19%,93%,0%,66%)
(0.19/0.93/0.00/0.66)	

CMYK percentages

%18.6
%93.02
%0
%66.27

Codes

Color #460656 in popluar color models

460656
RGB70686
HSL288°86.96%18.04%
HSB/HSV288°93.02%33.73%
CMYK18.60%93.02%0.00%
66.27%

Color #460656 in popluar number systems.

HEX460656
Decimal70686
Binary10001101101010110
Octal1066126

Shades and tints

Shades of #460656

#460656
(70,6,86)
#40064F
(64,6,79)
#3A0648
(58,6,72)
#340641
(52,6,65)
#2E063A
(46,6,58)
#280633
(40,6,51)
#22062C
(34,6,44)
#1C0625
(28,6,37)
#16061E
(22,6,30)
#100617
(16,6,23)
#0A0610
(10,6,16)
#000000
(0,0,0)

Tints of #460656

#460656
(70,6,86)
#561C65
(86,28,101)
#663274
(102,50,116)
#764883
(118,72,131)
#865E92
(134,94,146)
#9674A1
(150,116,161)
#A68AB0
(166,138,176)
#B6A0BF
(182,160,191)
#C6B6CE
(198,182,206)
#D6CCDD
(214,204,221)
#E6E2EC
(230,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #460656 color. Also use rgb(70,6,86) instead hex code.

Text Font Color

.myTextColor { color: #460656; }

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

This text font color is #460656.


Background Color

.myBgColor { background-color: #460656; }

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

This div background color is #460656.


Border color

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

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

This div border color is #460656.


Opacity

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

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

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

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

This text has shadow with #460656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460656 on black background.


Color preview on white background

This text has color #460656 on white background.



Black color preview on #460656 background

This text has black color on #460656 background.


White color preview on #460656 background

This text has white color on #460656 background.