COLOR #462A68

HEX: #462A68
RGB: (70,42,104)

Color info

#462A68 contains mainly red and blue colors. Web safe color of #462A68 is #333366 (or #336).

RGB color model

#462A68 color RGB value is (70,42,104).

  • red value is 70;
  • green value is 42;
  • blue value is 104.
RGB:
(70,42,104)
(27%,16%,41%)

RGB channels and saturation

R 70 of 255 = 27%
G 42 of 255 = 16%
B 104 of 255 = 41%

70
42
104

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

Portions of RGB colors in percentages

R + G + B =
70 + 42 + 104 = 216 (100%)
R 70 of 216 ~ 32.41%
G 42 of 216 ~ 19.44%
B 104 of 216 ~ 48.15%

%32.41
%19.44
%48.15

CMYK color model

#462A68 color CMYK value is (33,60,0,59).

  • cyan value is 32.69%
  • magenta value is 59.62%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(33,60,0,59)
C33M60Y0K59 
(33%,60%,0%,59%)
(0.33/0.60/0.00/0.59)	

CMYK percentages

%32.69
%59.62
%0
%59.22

Codes

Color #462A68 in popluar color models

462A68
RGB7042104
HSL267°42.47%28.63%
HSB/HSV267°59.62%40.78%
CMYK32.69%59.62%0.00%
59.22%

Color #462A68 in popluar number systems.

HEX462A68
Decimal7042104
Binary10001101010101101000
Octal10652150

Shades and tints

Shades of #462A68

#462A68
(70,42,104)
#40275F
(64,39,95)
#3A2456
(58,36,86)
#34214D
(52,33,77)
#2E1E44
(46,30,68)
#281B3B
(40,27,59)
#221832
(34,24,50)
#1C1529
(28,21,41)
#161220
(22,18,32)
#100F17
(16,15,23)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #462A68

#462A68
(70,42,104)
#563D75
(86,61,117)
#665082
(102,80,130)
#76638F
(118,99,143)
#86769C
(134,118,156)
#9689A9
(150,137,169)
#A69CB6
(166,156,182)
#B6AFC3
(182,175,195)
#C6C2D0
(198,194,208)
#D6D5DD
(214,213,221)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462A68 color. Also use rgb(70,42,104) instead hex code.

Text Font Color

.myTextColor { color: #462A68; }

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

This text font color is #462A68.


Background Color

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

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

This div background color is #462A68.


Border color

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

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

This div border color is #462A68.


Opacity

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

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

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

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

This text has shadow with #462A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462A68 on black background.


Color preview on white background

This text has color #462A68 on white background.



Black color preview on #462A68 background

This text has black color on #462A68 background.


White color preview on #462A68 background

This text has white color on #462A68 background.