COLOR #463566

HEX: #463566
RGB: (70,53,102)

Color info

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

RGB color model

#463566 color RGB value is (70,53,102).

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

RGB channels and saturation

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

70
53
102

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

Portions of RGB colors in percentages

R + G + B =
70 + 53 + 102 = 225 (100%)
R 70 of 225 ~ 31.11%
G 53 of 225 ~ 23.56%
B 102 of 225 ~ 45.33%

%31.11
%23.56
%45.33

CMYK color model

#463566 color CMYK value is (31,48,0,60).

  • cyan value is 31.37%
  • magenta value is 48.04%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(31,48,0,60)
C31M48Y0K60 
(31%,48%,0%,60%)
(0.31/0.48/0.00/0.60)	

CMYK percentages

%31.37
%48.04
%0
%60

Codes

Color #463566 in popluar color models

463566
RGB7053102
HSL261°31.61%30.39%
HSB/HSV261°48.04%40.00%
CMYK31.37%48.04%0.00%
60.00%

Color #463566 in popluar number systems.

HEX463566
Decimal7053102
Binary10001101101011100110
Octal10665146

Shades and tints

Shades of #463566

#463566
(70,53,102)
#40315D
(64,49,93)
#3A2D54
(58,45,84)
#34294B
(52,41,75)
#2E2542
(46,37,66)
#282139
(40,33,57)
#221D30
(34,29,48)
#1C1927
(28,25,39)
#16151E
(22,21,30)
#101115
(16,17,21)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #463566

#463566
(70,53,102)
#564773
(86,71,115)
#665980
(102,89,128)
#766B8D
(118,107,141)
#867D9A
(134,125,154)
#968FA7
(150,143,167)
#A6A1B4
(166,161,180)
#B6B3C1
(182,179,193)
#C6C5CE
(198,197,206)
#D6D7DB
(214,215,219)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463566; }

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

This text font color is #463566.


Background Color

.myBgColor { background-color: #463566; }

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

This div background color is #463566.


Border color

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

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

This div border color is #463566.


Opacity

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

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

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

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

This text has shadow with #463566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463566 on black background.


Color preview on white background

This text has color #463566 on white background.



Black color preview on #463566 background

This text has black color on #463566 background.


White color preview on #463566 background

This text has white color on #463566 background.