COLOR #462A6F

HEX: #462A6F
RGB: (70,42,111)

Color info

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

RGB color model

#462A6F color RGB value is (70,42,111).

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

RGB channels and saturation

R 70 of 255 = 27%
G 42 of 255 = 16%
B 111 of 255 = 44%

70
42
111

R + G + B ~ 29%. #462A6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 42 + 111 = 223 (100%)
R 70 of 223 ~ 31.39%
G 42 of 223 ~ 18.83%
B 111 of 223 ~ 49.78%

%31.39
%18.83
%49.78

CMYK color model

#462A6F color CMYK value is (37,62,0,56).

  • cyan value is 36.94%
  • magenta value is 62.16%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(37,62,0,56)
C37M62Y0K56 
(37%,62%,0%,56%)
(0.37/0.62/0.00/0.56)	

CMYK percentages

%36.94
%62.16
%0
%56.47

Codes

Color #462A6F in popluar color models

462A6F
RGB7042111
HSL264°45.10%30.00%
HSB/HSV264°62.16%43.53%
CMYK36.94%62.16%0.00%
56.47%

Color #462A6F in popluar number systems.

HEX462A6F
Decimal7042111
Binary10001101010101101111
Octal10652157

Shades and tints

Shades of #462A6F

#462A6F
(70,42,111)
#402765
(64,39,101)
#3A245B
(58,36,91)
#342151
(52,33,81)
#2E1E47
(46,30,71)
#281B3D
(40,27,61)
#221833
(34,24,51)
#1C1529
(28,21,41)
#16121F
(22,18,31)
#100F15
(16,15,21)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #462A6F

#462A6F
(70,42,111)
#563D7C
(86,61,124)
#665089
(102,80,137)
#766396
(118,99,150)
#8676A3
(134,118,163)
#9689B0
(150,137,176)
#A69CBD
(166,156,189)
#B6AFCA
(182,175,202)
#C6C2D7
(198,194,215)
#D6D5E4
(214,213,228)
#E6E8F1
(230,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462A6F; }

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

This text font color is #462A6F.


Background Color

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

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

This div background color is #462A6F.


Border color

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

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

This div border color is #462A6F.


Opacity

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

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

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

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

This text has shadow with #462A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462A6F on black background.


Color preview on white background

This text has color #462A6F on white background.



Black color preview on #462A6F background

This text has black color on #462A6F background.


White color preview on #462A6F background

This text has white color on #462A6F background.