COLOR #462C70

HEX: #462C70
RGB: (70,44,112)

Color info

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

RGB color model

#462C70 color RGB value is (70,44,112).

  • red value is 70;
  • green value is 44;
  • blue value is 112.
RGB:
(70,44,112)
(27%,17%,44%)

RGB channels and saturation

R 70 of 255 = 27%
G 44 of 255 = 17%
B 112 of 255 = 44%

70
44
112

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

Portions of RGB colors in percentages

R + G + B =
70 + 44 + 112 = 226 (100%)
R 70 of 226 ~ 30.97%
G 44 of 226 ~ 19.47%
B 112 of 226 ~ 49.56%

%30.97
%19.47
%49.56

CMYK color model

#462C70 color CMYK value is (38,61,0,56).

  • cyan value is 37.50%
  • magenta value is 60.71%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(38,61,0,56)
C38M61Y0K56 
(38%,61%,0%,56%)
(0.38/0.61/0.00/0.56)	

CMYK percentages

%37.5
%60.71
%0
%56.08

Codes

Color #462C70 in popluar color models

462C70
RGB7044112
HSL263°43.59%30.59%
HSB/HSV263°60.71%43.92%
CMYK37.50%60.71%0.00%
56.08%

Color #462C70 in popluar number systems.

HEX462C70
Decimal7044112
Binary10001101011001110000
Octal10654160

Shades and tints

Shades of #462C70

#462C70
(70,44,112)
#402866
(64,40,102)
#3A245C
(58,36,92)
#342052
(52,32,82)
#2E1C48
(46,28,72)
#28183E
(40,24,62)
#221434
(34,20,52)
#1C102A
(28,16,42)
#160C20
(22,12,32)
#100816
(16,8,22)
#0A040C
(10,4,12)
#000000
(0,0,0)

Tints of #462C70

#462C70
(70,44,112)
#563F7D
(86,63,125)
#66528A
(102,82,138)
#766597
(118,101,151)
#8678A4
(134,120,164)
#968BB1
(150,139,177)
#A69EBE
(166,158,190)
#B6B1CB
(182,177,203)
#C6C4D8
(198,196,216)
#D6D7E5
(214,215,229)
#E6EAF2
(230,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462C70 color. Also use rgb(70,44,112) instead hex code.

Text Font Color

.myTextColor { color: #462C70; }

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

This text font color is #462C70.


Background Color

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

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

This div background color is #462C70.


Border color

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

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

This div border color is #462C70.


Opacity

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

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

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

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

This text has shadow with #462C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462C70 on black background.


Color preview on white background

This text has color #462C70 on white background.



Black color preview on #462C70 background

This text has black color on #462C70 background.


White color preview on #462C70 background

This text has white color on #462C70 background.