COLOR #463272

HEX: #463272
RGB: (70,50,114)

Color info

#463272 contains mainly red and blue colors. Web safe color of #463272 is #333366 (or #336).

RGB color model

#463272 color RGB value is (70,50,114).

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

RGB channels and saturation

R 70 of 255 = 27%
G 50 of 255 = 20%
B 114 of 255 = 45%

70
50
114

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

Portions of RGB colors in percentages

R + G + B =
70 + 50 + 114 = 234 (100%)
R 70 of 234 ~ 29.91%
G 50 of 234 ~ 21.37%
B 114 of 234 ~ 48.72%

%29.91
%21.37
%48.72

CMYK color model

#463272 color CMYK value is (39,56,0,55).

  • cyan value is 38.60%
  • magenta value is 56.14%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(39,56,0,55)
C39M56Y0K55 
(39%,56%,0%,55%)
(0.39/0.56/0.00/0.55)	

CMYK percentages

%38.6
%56.14
%0
%55.29

Codes

Color #463272 in popluar color models

463272
RGB7050114
HSL259°39.02%32.16%
HSB/HSV259°56.14%44.71%
CMYK38.60%56.14%0.00%
55.29%

Color #463272 in popluar number systems.

HEX463272
Decimal7050114
Binary10001101100101110010
Octal10662162

Shades and tints

Shades of #463272

#463272
(70,50,114)
#402E68
(64,46,104)
#3A2A5E
(58,42,94)
#342654
(52,38,84)
#2E224A
(46,34,74)
#281E40
(40,30,64)
#221A36
(34,26,54)
#1C162C
(28,22,44)
#161222
(22,18,34)
#100E18
(16,14,24)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #463272

#463272
(70,50,114)
#56447E
(86,68,126)
#66568A
(102,86,138)
#766896
(118,104,150)
#867AA2
(134,122,162)
#968CAE
(150,140,174)
#A69EBA
(166,158,186)
#B6B0C6
(182,176,198)
#C6C2D2
(198,194,210)
#D6D4DE
(214,212,222)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463272; }

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

This text font color is #463272.


Background Color

.myBgColor { background-color: #463272; }

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

This div background color is #463272.


Border color

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

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

This div border color is #463272.


Opacity

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

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

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

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

This text has shadow with #463272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463272 on black background.


Color preview on white background

This text has color #463272 on white background.



Black color preview on #463272 background

This text has black color on #463272 background.


White color preview on #463272 background

This text has white color on #463272 background.