COLOR #462C75

HEX: #462C75
RGB: (70,44,117)

Color info

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

RGB color model

#462C75 color RGB value is (70,44,117).

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

RGB channels and saturation

R 70 of 255 = 27%
G 44 of 255 = 17%
B 117 of 255 = 46%

70
44
117

R + G + B ~ 30%. #462C75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 44 + 117 = 231 (100%)
R 70 of 231 ~ 30.3%
G 44 of 231 ~ 19.05%
B 117 of 231 ~ 50.65%

%30.3
%19.05
%50.65

CMYK color model

#462C75 color CMYK value is (40,62,0,54).

  • cyan value is 40.17%
  • magenta value is 62.39%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(40,62,0,54)
C40M62Y0K54 
(40%,62%,0%,54%)
(0.40/0.62/0.00/0.54)	

CMYK percentages

%40.17
%62.39
%0
%54.12

Codes

Color #462C75 in popluar color models

462C75
RGB7044117
HSL261°45.34%31.57%
HSB/HSV261°62.39%45.88%
CMYK40.17%62.39%0.00%
54.12%

Color #462C75 in popluar number systems.

HEX462C75
Decimal7044117
Binary10001101011001110101
Octal10654165

Shades and tints

Shades of #462C75

#462C75
(70,44,117)
#40286B
(64,40,107)
#3A2461
(58,36,97)
#342057
(52,32,87)
#2E1C4D
(46,28,77)
#281843
(40,24,67)
#221439
(34,20,57)
#1C102F
(28,16,47)
#160C25
(22,12,37)
#10081B
(16,8,27)
#0A0411
(10,4,17)
#000000
(0,0,0)

Tints of #462C75

#462C75
(70,44,117)
#563F81
(86,63,129)
#66528D
(102,82,141)
#766599
(118,101,153)
#8678A5
(134,120,165)
#968BB1
(150,139,177)
#A69EBD
(166,158,189)
#B6B1C9
(182,177,201)
#C6C4D5
(198,196,213)
#D6D7E1
(214,215,225)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462C75; }

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

This text font color is #462C75.


Background Color

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

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

This div background color is #462C75.


Border color

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

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

This div border color is #462C75.


Opacity

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

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

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

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

This text has shadow with #462C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462C75 on black background.


Color preview on white background

This text has color #462C75 on white background.



Black color preview on #462C75 background

This text has black color on #462C75 background.


White color preview on #462C75 background

This text has white color on #462C75 background.