COLOR #462D6C

HEX: #462D6C
RGB: (70,45,108)

Color info

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

RGB color model

#462D6C color RGB value is (70,45,108).

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

RGB channels and saturation

R 70 of 255 = 27%
G 45 of 255 = 18%
B 108 of 255 = 42%

70
45
108

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

Portions of RGB colors in percentages

R + G + B =
70 + 45 + 108 = 223 (100%)
R 70 of 223 ~ 31.39%
G 45 of 223 ~ 20.18%
B 108 of 223 ~ 48.43%

%31.39
%20.18
%48.43

CMYK color model

#462D6C color CMYK value is (35,58,0,58).

  • cyan value is 35.19%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(35,58,0,58)
C35M58Y0K58 
(35%,58%,0%,58%)
(0.35/0.58/0.00/0.58)	

CMYK percentages

%35.19
%58.33
%0
%57.65

Codes

Color #462D6C in popluar color models

462D6C
RGB7045108
HSL264°41.18%30.00%
HSB/HSV264°58.33%42.35%
CMYK35.19%58.33%0.00%
57.65%

Color #462D6C in popluar number systems.

HEX462D6C
Decimal7045108
Binary10001101011011101100
Octal10655154

Shades and tints

Shades of #462D6C

#462D6C
(70,45,108)
#402963
(64,41,99)
#3A255A
(58,37,90)
#342151
(52,33,81)
#2E1D48
(46,29,72)
#28193F
(40,25,63)
#221536
(34,21,54)
#1C112D
(28,17,45)
#160D24
(22,13,36)
#10091B
(16,9,27)
#0A0512
(10,5,18)
#000000
(0,0,0)

Tints of #462D6C

#462D6C
(70,45,108)
#564079
(86,64,121)
#665386
(102,83,134)
#766693
(118,102,147)
#8679A0
(134,121,160)
#968CAD
(150,140,173)
#A69FBA
(166,159,186)
#B6B2C7
(182,178,199)
#C6C5D4
(198,197,212)
#D6D8E1
(214,216,225)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462D6C; }

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

This text font color is #462D6C.


Background Color

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

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

This div background color is #462D6C.


Border color

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

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

This div border color is #462D6C.


Opacity

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

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

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

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

This text has shadow with #462D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462D6C on black background.


Color preview on white background

This text has color #462D6C on white background.



Black color preview on #462D6C background

This text has black color on #462D6C background.


White color preview on #462D6C background

This text has white color on #462D6C background.