COLOR #461146

HEX: #461146
RGB: (70,17,70)

Color info

#461146 contains red, green and blue colors in about the same proportion. Web safe color of #461146 is #330033 (or #303).

RGB color model

#461146 color RGB value is (70,17,70).

  • red value is 70;
  • green value is 17;
  • blue value is 70.
RGB:
(70,17,70)
(27%,7%,27%)

RGB channels and saturation

R 70 of 255 = 27%
G 17 of 255 = 7%
B 70 of 255 = 27%

70
17
70

R + G + B ~ 20%. #461146 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 17 + 70 = 157 (100%)
R 70 of 157 ~ 44.59%
G 17 of 157 ~ 10.83%
B 70 of 157 ~ 44.59%

%44.59
%10.83
%44.59

CMYK color model

#461146 color CMYK value is (0,76,0,73).

  • cyan value is 0.00%
  • magenta value is 75.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(0,76,0,73)
C0M76Y0K73 
(0%,76%,0%,73%)
(0.00/0.76/0.00/0.73)	

CMYK percentages

%0
%75.71
%0
%72.55

Codes

Color #461146 in popluar color models

461146
RGB701770
HSL300°60.92%17.06%
HSB/HSV300°75.71%27.45%
CMYK0.00%75.71%0.00%
72.55%

Color #461146 in popluar number systems.

HEX461146
Decimal701770
Binary1000110100011000110
Octal10621106

Shades and tints

Shades of #461146

#461146
(70,17,70)
#401040
(64,16,64)
#3A0F3A
(58,15,58)
#340E34
(52,14,52)
#2E0D2E
(46,13,46)
#280C28
(40,12,40)
#220B22
(34,11,34)
#1C0A1C
(28,10,28)
#160916
(22,9,22)
#100810
(16,8,16)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #461146

#461146
(70,17,70)
#562656
(86,38,86)
#663B66
(102,59,102)
#765076
(118,80,118)
#866586
(134,101,134)
#967A96
(150,122,150)
#A68FA6
(166,143,166)
#B6A4B6
(182,164,182)
#C6B9C6
(198,185,198)
#D6CED6
(214,206,214)
#E6E3E6
(230,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461146; }

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

This text font color is #461146.


Background Color

.myBgColor { background-color: #461146; }

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

This div background color is #461146.


Border color

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

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

This div border color is #461146.


Opacity

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

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

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

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

This text has shadow with #461146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461146 on black background.


Color preview on white background

This text has color #461146 on white background.



Black color preview on #461146 background

This text has black color on #461146 background.


White color preview on #461146 background

This text has white color on #461146 background.