COLOR #463265

HEX: #463265
RGB: (70,50,101)

Color info

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

RGB color model

#463265 color RGB value is (70,50,101).

  • red value is 70;
  • green value is 50;
  • blue value is 101.
RGB:
(70,50,101)
(27%,20%,40%)

RGB channels and saturation

R 70 of 255 = 27%
G 50 of 255 = 20%
B 101 of 255 = 40%

70
50
101

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

Portions of RGB colors in percentages

R + G + B =
70 + 50 + 101 = 221 (100%)
R 70 of 221 ~ 31.67%
G 50 of 221 ~ 22.62%
B 101 of 221 ~ 45.7%

%31.67
%22.62
%45.7

CMYK color model

#463265 color CMYK value is (31,50,0,60).

  • cyan value is 30.69%
  • magenta value is 50.50%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(31,50,0,60)
C31M50Y0K60 
(31%,50%,0%,60%)
(0.31/0.50/0.00/0.60)	

CMYK percentages

%30.69
%50.5
%0
%60.39

Codes

Color #463265 in popluar color models

463265
RGB7050101
HSL264°33.77%29.61%
HSB/HSV264°50.50%39.61%
CMYK30.69%50.50%0.00%
60.39%

Color #463265 in popluar number systems.

HEX463265
Decimal7050101
Binary10001101100101100101
Octal10662145

Shades and tints

Shades of #463265

#463265
(70,50,101)
#402E5C
(64,46,92)
#3A2A53
(58,42,83)
#34264A
(52,38,74)
#2E2241
(46,34,65)
#281E38
(40,30,56)
#221A2F
(34,26,47)
#1C1626
(28,22,38)
#16121D
(22,18,29)
#100E14
(16,14,20)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #463265

#463265
(70,50,101)
#564473
(86,68,115)
#665681
(102,86,129)
#76688F
(118,104,143)
#867A9D
(134,122,157)
#968CAB
(150,140,171)
#A69EB9
(166,158,185)
#B6B0C7
(182,176,199)
#C6C2D5
(198,194,213)
#D6D4E3
(214,212,227)
#E6E6F1
(230,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463265 color. Also use rgb(70,50,101) instead hex code.

Text Font Color

.myTextColor { color: #463265; }

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

This text font color is #463265.


Background Color

.myBgColor { background-color: #463265; }

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

This div background color is #463265.


Border color

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

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

This div border color is #463265.


Opacity

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

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

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

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

This text has shadow with #463265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463265 on black background.


Color preview on white background

This text has color #463265 on white background.



Black color preview on #463265 background

This text has black color on #463265 background.


White color preview on #463265 background

This text has white color on #463265 background.