COLOR #461651

HEX: #461651
RGB: (70,22,81)

Color info

#461651 contains red, green and blue colors in about the same proportion. Web safe color of #461651 is #330066 (or #306).

RGB color model

#461651 color RGB value is (70,22,81).

  • red value is 70;
  • green value is 22;
  • blue value is 81.
RGB:
(70,22,81)
(27%,9%,32%)

RGB channels and saturation

R 70 of 255 = 27%
G 22 of 255 = 9%
B 81 of 255 = 32%

70
22
81

R + G + B ~ 23%. #461651 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 22 + 81 = 173 (100%)
R 70 of 173 ~ 40.46%
G 22 of 173 ~ 12.72%
B 81 of 173 ~ 46.82%

%40.46
%12.72
%46.82

CMYK color model

#461651 color CMYK value is (14,73,0,68).

  • cyan value is 13.58%
  • magenta value is 72.84%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(14,73,0,68)
C14M73Y0K68 
(14%,73%,0%,68%)
(0.14/0.73/0.00/0.68)	

CMYK percentages

%13.58
%72.84
%0
%68.24

Codes

Color #461651 in popluar color models

461651
RGB702281
HSL289°57.28%20.20%
HSB/HSV289°72.84%31.76%
CMYK13.58%72.84%0.00%
68.24%

Color #461651 in popluar number systems.

HEX461651
Decimal702281
Binary1000110101101010001
Octal10626121

Shades and tints

Shades of #461651

#461651
(70,22,81)
#40144A
(64,20,74)
#3A1243
(58,18,67)
#34103C
(52,16,60)
#2E0E35
(46,14,53)
#280C2E
(40,12,46)
#220A27
(34,10,39)
#1C0820
(28,8,32)
#160619
(22,6,25)
#100412
(16,4,18)
#0A020B
(10,2,11)
#000000
(0,0,0)

Tints of #461651

#461651
(70,22,81)
#562B60
(86,43,96)
#66406F
(102,64,111)
#76557E
(118,85,126)
#866A8D
(134,106,141)
#967F9C
(150,127,156)
#A694AB
(166,148,171)
#B6A9BA
(182,169,186)
#C6BEC9
(198,190,201)
#D6D3D8
(214,211,216)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461651 color. Also use rgb(70,22,81) instead hex code.

Text Font Color

.myTextColor { color: #461651; }

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

This text font color is #461651.


Background Color

.myBgColor { background-color: #461651; }

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

This div background color is #461651.


Border color

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

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

This div border color is #461651.


Opacity

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

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

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

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

This text has shadow with #461651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461651 on black background.


Color preview on white background

This text has color #461651 on white background.



Black color preview on #461651 background

This text has black color on #461651 background.


White color preview on #461651 background

This text has white color on #461651 background.