COLOR #462E66

HEX: #462E66
RGB: (70,46,102)

Color info

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

RGB color model

#462E66 color RGB value is (70,46,102).

  • red value is 70;
  • green value is 46;
  • blue value is 102.
RGB:
(70,46,102)
(27%,18%,40%)

RGB channels and saturation

R 70 of 255 = 27%
G 46 of 255 = 18%
B 102 of 255 = 40%

70
46
102

R + G + B ~ 28%. #462E66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 46 + 102 = 218 (100%)
R 70 of 218 ~ 32.11%
G 46 of 218 ~ 21.1%
B 102 of 218 ~ 46.79%

%32.11
%21.1
%46.79

CMYK color model

#462E66 color CMYK value is (31,55,0,60).

  • cyan value is 31.37%
  • magenta value is 54.90%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(31,55,0,60)
C31M55Y0K60 
(31%,55%,0%,60%)
(0.31/0.55/0.00/0.60)	

CMYK percentages

%31.37
%54.9
%0
%60

Codes

Color #462E66 in popluar color models

462E66
RGB7046102
HSL266°37.84%29.02%
HSB/HSV266°54.90%40.00%
CMYK31.37%54.90%0.00%
60.00%

Color #462E66 in popluar number systems.

HEX462E66
Decimal7046102
Binary10001101011101100110
Octal10656146

Shades and tints

Shades of #462E66

#462E66
(70,46,102)
#402A5D
(64,42,93)
#3A2654
(58,38,84)
#34224B
(52,34,75)
#2E1E42
(46,30,66)
#281A39
(40,26,57)
#221630
(34,22,48)
#1C1227
(28,18,39)
#160E1E
(22,14,30)
#100A15
(16,10,21)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #462E66

#462E66
(70,46,102)
#564173
(86,65,115)
#665480
(102,84,128)
#76678D
(118,103,141)
#867A9A
(134,122,154)
#968DA7
(150,141,167)
#A6A0B4
(166,160,180)
#B6B3C1
(182,179,193)
#C6C6CE
(198,198,206)
#D6D9DB
(214,217,219)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462E66 color. Also use rgb(70,46,102) instead hex code.

Text Font Color

.myTextColor { color: #462E66; }

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

This text font color is #462E66.


Background Color

.myBgColor { background-color: #462E66; }

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

This div background color is #462E66.


Border color

.myBorderColor { border: 1px solid #462E66; }

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

This div border color is #462E66.


Opacity

.myOpacity80 { color: #462E66; opacity: 0.8; }

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

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

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

This text has shadow with #462E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462E66 on black background.


Color preview on white background

This text has color #462E66 on white background.



Black color preview on #462E66 background

This text has black color on #462E66 background.


White color preview on #462E66 background

This text has white color on #462E66 background.