COLOR #462857

HEX: #462857
RGB: (70,40,87)

Color info

#462857 contains red, green and blue colors in about the same proportion. Web safe color of #462857 is #333366 (or #336).

RGB color model

#462857 color RGB value is (70,40,87).

  • red value is 70;
  • green value is 40;
  • blue value is 87.
RGB:
(70,40,87)
(27%,16%,34%)

RGB channels and saturation

R 70 of 255 = 27%
G 40 of 255 = 16%
B 87 of 255 = 34%

70
40
87

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

Portions of RGB colors in percentages

R + G + B =
70 + 40 + 87 = 197 (100%)
R 70 of 197 ~ 35.53%
G 40 of 197 ~ 20.3%
B 87 of 197 ~ 44.16%

%35.53
%20.3
%44.16

CMYK color model

#462857 color CMYK value is (20,54,0,66).

  • cyan value is 19.54%
  • magenta value is 54.02%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(20,54,0,66)
C20M54Y0K66 
(20%,54%,0%,66%)
(0.20/0.54/0.00/0.66)	

CMYK percentages

%19.54
%54.02
%0
%65.88

Codes

Color #462857 in popluar color models

462857
RGB704087
HSL278°37.01%24.90%
HSB/HSV278°54.02%34.12%
CMYK19.54%54.02%0.00%
65.88%

Color #462857 in popluar number systems.

HEX462857
Decimal704087
Binary10001101010001010111
Octal10650127

Shades and tints

Shades of #462857

#462857
(70,40,87)
#402550
(64,37,80)
#3A2249
(58,34,73)
#341F42
(52,31,66)
#2E1C3B
(46,28,59)
#281934
(40,25,52)
#22162D
(34,22,45)
#1C1326
(28,19,38)
#16101F
(22,16,31)
#100D18
(16,13,24)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #462857

#462857
(70,40,87)
#563B66
(86,59,102)
#664E75
(102,78,117)
#766184
(118,97,132)
#867493
(134,116,147)
#9687A2
(150,135,162)
#A69AB1
(166,154,177)
#B6ADC0
(182,173,192)
#C6C0CF
(198,192,207)
#D6D3DE
(214,211,222)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462857 color. Also use rgb(70,40,87) instead hex code.

Text Font Color

.myTextColor { color: #462857; }

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

This text font color is #462857.


Background Color

.myBgColor { background-color: #462857; }

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

This div background color is #462857.


Border color

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

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

This div border color is #462857.


Opacity

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

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

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

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

This text has shadow with #462857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462857 on black background.


Color preview on white background

This text has color #462857 on white background.



Black color preview on #462857 background

This text has black color on #462857 background.


White color preview on #462857 background

This text has white color on #462857 background.