COLOR #460D49

HEX: #460D49
RGB: (70,13,73)

Color info

#460D49 contains mainly red and blue colors. Web safe color of #460D49 is #330033 (or #303).

RGB color model

#460D49 color RGB value is (70,13,73).

  • red value is 70;
  • green value is 13;
  • blue value is 73.
RGB:
(70,13,73)
(27%,5%,29%)

RGB channels and saturation

R 70 of 255 = 27%
G 13 of 255 = 5%
B 73 of 255 = 29%

70
13
73

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

Portions of RGB colors in percentages

R + G + B =
70 + 13 + 73 = 156 (100%)
R 70 of 156 ~ 44.87%
G 13 of 156 ~ 8.33%
B 73 of 156 ~ 46.79%

%44.87
%46.79

CMYK color model

#460D49 color CMYK value is (4,82,0,71).

  • cyan value is 4.11%
  • magenta value is 82.19%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(4,82,0,71)
C4M82Y0K71 
(4%,82%,0%,71%)
(0.04/0.82/0.00/0.71)	

CMYK percentages

%4.11
%82.19
%0
%71.37

Codes

Color #460D49 in popluar color models

460D49
RGB701373
HSL297°69.77%16.86%
HSB/HSV297°82.19%28.63%
CMYK4.11%82.19%0.00%
71.37%

Color #460D49 in popluar number systems.

HEX460D49
Decimal701373
Binary100011011011001001
Octal10615111

Shades and tints

Shades of #460D49

#460D49
(70,13,73)
#400C43
(64,12,67)
#3A0B3D
(58,11,61)
#340A37
(52,10,55)
#2E0931
(46,9,49)
#28082B
(40,8,43)
#220725
(34,7,37)
#1C061F
(28,6,31)
#160519
(22,5,25)
#100413
(16,4,19)
#0A030D
(10,3,13)
#000000
(0,0,0)

Tints of #460D49

#460D49
(70,13,73)
#562359
(86,35,89)
#663969
(102,57,105)
#764F79
(118,79,121)
#866589
(134,101,137)
#967B99
(150,123,153)
#A691A9
(166,145,169)
#B6A7B9
(182,167,185)
#C6BDC9
(198,189,201)
#D6D3D9
(214,211,217)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #460D49 color. Also use rgb(70,13,73) instead hex code.

Text Font Color

.myTextColor { color: #460D49; }

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

This text font color is #460D49.


Background Color

.myBgColor { background-color: #460D49; }

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

This div background color is #460D49.


Border color

.myBorderColor { border: 1px solid #460D49; }

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

This div border color is #460D49.


Opacity

.myOpacity80 { color: #460D49; opacity: 0.8; }

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

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

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

This text has shadow with #460D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460D49 on black background.


Color preview on white background

This text has color #460D49 on white background.



Black color preview on #460D49 background

This text has black color on #460D49 background.


White color preview on #460D49 background

This text has white color on #460D49 background.