COLOR #463666

HEX: #463666
RGB: (70,54,102)

Color info

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

RGB color model

#463666 color RGB value is (70,54,102).

  • red value is 70;
  • green value is 54;
  • blue value is 102.
RGB:
(70,54,102)
(27%,21%,40%)

RGB channels and saturation

R 70 of 255 = 27%
G 54 of 255 = 21%
B 102 of 255 = 40%

70
54
102

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

Portions of RGB colors in percentages

R + G + B =
70 + 54 + 102 = 226 (100%)
R 70 of 226 ~ 30.97%
G 54 of 226 ~ 23.89%
B 102 of 226 ~ 45.13%

%30.97
%23.89
%45.13

CMYK color model

#463666 color CMYK value is (31,47,0,60).

  • cyan value is 31.37%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(31,47,0,60)
C31M47Y0K60 
(31%,47%,0%,60%)
(0.31/0.47/0.00/0.60)	

CMYK percentages

%31.37
%47.06
%0
%60

Codes

Color #463666 in popluar color models

463666
RGB7054102
HSL260°30.77%30.59%
HSB/HSV260°47.06%40.00%
CMYK31.37%47.06%0.00%
60.00%

Color #463666 in popluar number systems.

HEX463666
Decimal7054102
Binary10001101101101100110
Octal10666146

Shades and tints

Shades of #463666

#463666
(70,54,102)
#40325D
(64,50,93)
#3A2E54
(58,46,84)
#342A4B
(52,42,75)
#2E2642
(46,38,66)
#282239
(40,34,57)
#221E30
(34,30,48)
#1C1A27
(28,26,39)
#16161E
(22,22,30)
#101215
(16,18,21)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #463666

#463666
(70,54,102)
#564873
(86,72,115)
#665A80
(102,90,128)
#766C8D
(118,108,141)
#867E9A
(134,126,154)
#9690A7
(150,144,167)
#A6A2B4
(166,162,180)
#B6B4C1
(182,180,193)
#C6C6CE
(198,198,206)
#D6D8DB
(214,216,219)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463666 color. Also use rgb(70,54,102) instead hex code.

Text Font Color

.myTextColor { color: #463666; }

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

This text font color is #463666.


Background Color

.myBgColor { background-color: #463666; }

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

This div background color is #463666.


Border color

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

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

This div border color is #463666.


Opacity

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

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

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

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

This text has shadow with #463666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463666 on black background.


Color preview on white background

This text has color #463666 on white background.



Black color preview on #463666 background

This text has black color on #463666 background.


White color preview on #463666 background

This text has white color on #463666 background.