COLOR #462762

HEX: #462762
RGB: (70,39,98)

Color info

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

RGB color model

#462762 color RGB value is (70,39,98).

  • red value is 70;
  • green value is 39;
  • blue value is 98.
RGB:
(70,39,98)
(27%,15%,38%)

RGB channels and saturation

R 70 of 255 = 27%
G 39 of 255 = 15%
B 98 of 255 = 38%

70
39
98

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

Portions of RGB colors in percentages

R + G + B =
70 + 39 + 98 = 207 (100%)
R 70 of 207 ~ 33.82%
G 39 of 207 ~ 18.84%
B 98 of 207 ~ 47.34%

%33.82
%18.84
%47.34

CMYK color model

#462762 color CMYK value is (29,60,0,62).

  • cyan value is 28.57%
  • magenta value is 60.20%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(29,60,0,62)
C29M60Y0K62 
(29%,60%,0%,62%)
(0.29/0.60/0.00/0.62)	

CMYK percentages

%28.57
%60.2
%0
%61.57

Codes

Color #462762 in popluar color models

462762
RGB703998
HSL272°43.07%26.86%
HSB/HSV272°60.20%38.43%
CMYK28.57%60.20%0.00%
61.57%

Color #462762 in popluar number systems.

HEX462762
Decimal703998
Binary10001101001111100010
Octal10647142

Shades and tints

Shades of #462762

#462762
(70,39,98)
#40245A
(64,36,90)
#3A2152
(58,33,82)
#341E4A
(52,30,74)
#2E1B42
(46,27,66)
#28183A
(40,24,58)
#221532
(34,21,50)
#1C122A
(28,18,42)
#160F22
(22,15,34)
#100C1A
(16,12,26)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #462762

#462762
(70,39,98)
#563A70
(86,58,112)
#664D7E
(102,77,126)
#76608C
(118,96,140)
#86739A
(134,115,154)
#9686A8
(150,134,168)
#A699B6
(166,153,182)
#B6ACC4
(182,172,196)
#C6BFD2
(198,191,210)
#D6D2E0
(214,210,224)
#E6E5EE
(230,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462762 color. Also use rgb(70,39,98) instead hex code.

Text Font Color

.myTextColor { color: #462762; }

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

This text font color is #462762.


Background Color

.myBgColor { background-color: #462762; }

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

This div background color is #462762.


Border color

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

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

This div border color is #462762.


Opacity

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

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

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

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

This text has shadow with #462762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462762 on black background.


Color preview on white background

This text has color #462762 on white background.



Black color preview on #462762 background

This text has black color on #462762 background.


White color preview on #462762 background

This text has white color on #462762 background.