COLOR #463867

HEX: #463867
RGB: (70,56,103)

Color info

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

RGB color model

#463867 color RGB value is (70,56,103).

  • red value is 70;
  • green value is 56;
  • blue value is 103.
RGB:
(70,56,103)
(27%,22%,40%)

RGB channels and saturation

R 70 of 255 = 27%
G 56 of 255 = 22%
B 103 of 255 = 40%

70
56
103

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

Portions of RGB colors in percentages

R + G + B =
70 + 56 + 103 = 229 (100%)
R 70 of 229 ~ 30.57%
G 56 of 229 ~ 24.45%
B 103 of 229 ~ 44.98%

%30.57
%24.45
%44.98

CMYK color model

#463867 color CMYK value is (32,46,0,60).

  • cyan value is 32.04%
  • magenta value is 45.63%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(32,46,0,60)
C32M46Y0K60 
(32%,46%,0%,60%)
(0.32/0.46/0.00/0.60)	

CMYK percentages

%32.04
%45.63
%0
%59.61

Codes

Color #463867 in popluar color models

463867
RGB7056103
HSL258°29.56%31.18%
HSB/HSV258°45.63%40.39%
CMYK32.04%45.63%0.00%
59.61%

Color #463867 in popluar number systems.

HEX463867
Decimal7056103
Binary10001101110001100111
Octal10670147

Shades and tints

Shades of #463867

#463867
(70,56,103)
#40335E
(64,51,94)
#3A2E55
(58,46,85)
#34294C
(52,41,76)
#2E2443
(46,36,67)
#281F3A
(40,31,58)
#221A31
(34,26,49)
#1C1528
(28,21,40)
#16101F
(22,16,31)
#100B16
(16,11,22)
#0A060D
(10,6,13)
#000000
(0,0,0)

Tints of #463867

#463867
(70,56,103)
#564A74
(86,74,116)
#665C81
(102,92,129)
#766E8E
(118,110,142)
#86809B
(134,128,155)
#9692A8
(150,146,168)
#A6A4B5
(166,164,181)
#B6B6C2
(182,182,194)
#C6C8CF
(198,200,207)
#D6DADC
(214,218,220)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463867 color. Also use rgb(70,56,103) instead hex code.

Text Font Color

.myTextColor { color: #463867; }

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

This text font color is #463867.


Background Color

.myBgColor { background-color: #463867; }

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

This div background color is #463867.


Border color

.myBorderColor { border: 1px solid #463867; }

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

This div border color is #463867.


Opacity

.myOpacity80 { color: #463867; opacity: 0.8; }

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

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

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

This text has shadow with #463867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463867 on black background.


Color preview on white background

This text has color #463867 on white background.



Black color preview on #463867 background

This text has black color on #463867 background.


White color preview on #463867 background

This text has white color on #463867 background.