COLOR #463C6B

HEX: #463C6B
RGB: (70,60,107)

Color info

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

RGB color model

#463C6B color RGB value is (70,60,107).

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

RGB channels and saturation

R 70 of 255 = 27%
G 60 of 255 = 24%
B 107 of 255 = 42%

70
60
107

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

Portions of RGB colors in percentages

R + G + B =
70 + 60 + 107 = 237 (100%)
R 70 of 237 ~ 29.54%
G 60 of 237 ~ 25.32%
B 107 of 237 ~ 45.15%

%29.54
%25.32
%45.15

CMYK color model

#463C6B color CMYK value is (35,44,0,58).

  • cyan value is 34.58%
  • magenta value is 43.93%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(35,44,0,58)
C35M44Y0K58 
(35%,44%,0%,58%)
(0.35/0.44/0.00/0.58)	

CMYK percentages

%34.58
%43.93
%0
%58.04

Codes

Color #463C6B in popluar color models

463C6B
RGB7060107
HSL253°28.14%32.75%
HSB/HSV253°43.93%41.96%
CMYK34.58%43.93%0.00%
58.04%

Color #463C6B in popluar number systems.

HEX463C6B
Decimal7060107
Binary10001101111001101011
Octal10674153

Shades and tints

Shades of #463C6B

#463C6B
(70,60,107)
#403762
(64,55,98)
#3A3259
(58,50,89)
#342D50
(52,45,80)
#2E2847
(46,40,71)
#28233E
(40,35,62)
#221E35
(34,30,53)
#1C192C
(28,25,44)
#161423
(22,20,35)
#100F1A
(16,15,26)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #463C6B

#463C6B
(70,60,107)
#564D78
(86,77,120)
#665E85
(102,94,133)
#766F92
(118,111,146)
#86809F
(134,128,159)
#9691AC
(150,145,172)
#A6A2B9
(166,162,185)
#B6B3C6
(182,179,198)
#C6C4D3
(198,196,211)
#D6D5E0
(214,213,224)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463C6B color. Also use rgb(70,60,107) instead hex code.

Text Font Color

.myTextColor { color: #463C6B; }

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

This text font color is #463C6B.


Background Color

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

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

This div background color is #463C6B.


Border color

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

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

This div border color is #463C6B.


Opacity

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

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

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

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

This text has shadow with #463C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463C6B on black background.


Color preview on white background

This text has color #463C6B on white background.



Black color preview on #463C6B background

This text has black color on #463C6B background.


White color preview on #463C6B background

This text has white color on #463C6B background.