COLOR #462D6E

HEX: #462D6E
RGB: (70,45,110)

Color info

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

RGB color model

#462D6E color RGB value is (70,45,110).

  • red value is 70;
  • green value is 45;
  • blue value is 110.
RGB:
(70,45,110)
(27%,18%,43%)

RGB channels and saturation

R 70 of 255 = 27%
G 45 of 255 = 18%
B 110 of 255 = 43%

70
45
110

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

Portions of RGB colors in percentages

R + G + B =
70 + 45 + 110 = 225 (100%)
R 70 of 225 ~ 31.11%
G 45 of 225 ~ 20%
B 110 of 225 ~ 48.89%

%31.11
%20
%48.89

CMYK color model

#462D6E color CMYK value is (36,59,0,57).

  • cyan value is 36.36%
  • magenta value is 59.09%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(36,59,0,57)
C36M59Y0K57 
(36%,59%,0%,57%)
(0.36/0.59/0.00/0.57)	

CMYK percentages

%36.36
%59.09
%0
%56.86

Codes

Color #462D6E in popluar color models

462D6E
RGB7045110
HSL263°41.94%30.39%
HSB/HSV263°59.09%43.14%
CMYK36.36%59.09%0.00%
56.86%

Color #462D6E in popluar number systems.

HEX462D6E
Decimal7045110
Binary10001101011011101110
Octal10655156

Shades and tints

Shades of #462D6E

#462D6E
(70,45,110)
#402964
(64,41,100)
#3A255A
(58,37,90)
#342150
(52,33,80)
#2E1D46
(46,29,70)
#28193C
(40,25,60)
#221532
(34,21,50)
#1C1128
(28,17,40)
#160D1E
(22,13,30)
#100914
(16,9,20)
#0A050A
(10,5,10)
#000000
(0,0,0)

Tints of #462D6E

#462D6E
(70,45,110)
#56407B
(86,64,123)
#665388
(102,83,136)
#766695
(118,102,149)
#8679A2
(134,121,162)
#968CAF
(150,140,175)
#A69FBC
(166,159,188)
#B6B2C9
(182,178,201)
#C6C5D6
(198,197,214)
#D6D8E3
(214,216,227)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462D6E color. Also use rgb(70,45,110) instead hex code.

Text Font Color

.myTextColor { color: #462D6E; }

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

This text font color is #462D6E.


Background Color

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

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

This div background color is #462D6E.


Border color

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

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

This div border color is #462D6E.


Opacity

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

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

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

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

This text has shadow with #462D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462D6E on black background.


Color preview on white background

This text has color #462D6E on white background.



Black color preview on #462D6E background

This text has black color on #462D6E background.


White color preview on #462D6E background

This text has white color on #462D6E background.