COLOR #463D6A

HEX: #463D6A
RGB: (70,61,106)

Color info

#463D6A contains red, green and blue colors in about the same proportion. Web safe color of #463D6A is #333366 (or #336).

RGB color model

#463D6A color RGB value is (70,61,106).

  • red value is 70;
  • green value is 61;
  • blue value is 106.
RGB:
(70,61,106)
(27%,24%,42%)

RGB channels and saturation

R 70 of 255 = 27%
G 61 of 255 = 24%
B 106 of 255 = 42%

70
61
106

R + G + B ~ 31%. #463D6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 61 + 106 = 237 (100%)
R 70 of 237 ~ 29.54%
G 61 of 237 ~ 25.74%
B 106 of 237 ~ 44.73%

%29.54
%25.74
%44.73

CMYK color model

#463D6A color CMYK value is (34,42,0,58).

  • cyan value is 33.96%
  • magenta value is 42.45%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(34,42,0,58)
C34M42Y0K58 
(34%,42%,0%,58%)
(0.34/0.42/0.00/0.58)	

CMYK percentages

%33.96
%42.45
%0
%58.43

Codes

Color #463D6A in popluar color models

463D6A
RGB7061106
HSL252°26.95%32.75%
HSB/HSV252°42.45%41.57%
CMYK33.96%42.45%0.00%
58.43%

Color #463D6A in popluar number systems.

HEX463D6A
Decimal7061106
Binary10001101111011101010
Octal10675152

Shades and tints

Shades of #463D6A

#463D6A
(70,61,106)
#403861
(64,56,97)
#3A3358
(58,51,88)
#342E4F
(52,46,79)
#2E2946
(46,41,70)
#28243D
(40,36,61)
#221F34
(34,31,52)
#1C1A2B
(28,26,43)
#161522
(22,21,34)
#101019
(16,16,25)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #463D6A

#463D6A
(70,61,106)
#564E77
(86,78,119)
#665F84
(102,95,132)
#767091
(118,112,145)
#86819E
(134,129,158)
#9692AB
(150,146,171)
#A6A3B8
(166,163,184)
#B6B4C5
(182,180,197)
#C6C5D2
(198,197,210)
#D6D6DF
(214,214,223)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463D6A color. Also use rgb(70,61,106) instead hex code.

Text Font Color

.myTextColor { color: #463D6A; }

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

This text font color is #463D6A.


Background Color

.myBgColor { background-color: #463D6A; }

<div style="background-color:#463D6A">Inner text</div>

This div background color is #463D6A.


Border color

.myBorderColor { border: 1px solid #463D6A; }

<div style="border:3px solid #463D6A">Div</div>

This div border color is #463D6A.


Opacity

.myOpacity80 { color: #463D6A; opacity: 0.8; }

<p style="color:#463D6A;opacity:0.8;">80%</p>

Text with #463D6A 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 #463D6A;}

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

This text has shadow with #463D6A color.

.textShadow {text-shadow: 3px 3px 1px #463D6A, 3px 3px 1px red;}

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

This text has shadow with #463D6A primary color and red secondary color.


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

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

This text has shadow with #463D6A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463D6A on black background.


Color preview on white background

This text has color #463D6A on white background.



Black color preview on #463D6A background

This text has black color on #463D6A background.


White color preview on #463D6A background

This text has white color on #463D6A background.