COLOR #461849

HEX: #461849
RGB: (70,24,73)

Color info

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

RGB color model

#461849 color RGB value is (70,24,73).

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

RGB channels and saturation

R 70 of 255 = 27%
G 24 of 255 = 9%
B 73 of 255 = 29%

70
24
73

R + G + B ~ 22%. #461849 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 24 + 73 = 167 (100%)
R 70 of 167 ~ 41.92%
G 24 of 167 ~ 14.37%
B 73 of 167 ~ 43.71%

%41.92
%14.37
%43.71

CMYK color model

#461849 color CMYK value is (4,67,0,71).

  • cyan value is 4.11%
  • magenta value is 67.12%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(4,67,0,71)
C4M67Y0K71 
(4%,67%,0%,71%)
(0.04/0.67/0.00/0.71)	

CMYK percentages

%4.11
%67.12
%0
%71.37

Codes

Color #461849 in popluar color models

461849
RGB702473
HSL296°50.52%19.02%
HSB/HSV296°67.12%28.63%
CMYK4.11%67.12%0.00%
71.37%

Color #461849 in popluar number systems.

HEX461849
Decimal702473
Binary1000110110001001001
Octal10630111

Shades and tints

Shades of #461849

#461849
(70,24,73)
#401643
(64,22,67)
#3A143D
(58,20,61)
#341237
(52,18,55)
#2E1031
(46,16,49)
#280E2B
(40,14,43)
#220C25
(34,12,37)
#1C0A1F
(28,10,31)
#160819
(22,8,25)
#100613
(16,6,19)
#0A040D
(10,4,13)
#000000
(0,0,0)

Tints of #461849

#461849
(70,24,73)
#562D59
(86,45,89)
#664269
(102,66,105)
#765779
(118,87,121)
#866C89
(134,108,137)
#968199
(150,129,153)
#A696A9
(166,150,169)
#B6ABB9
(182,171,185)
#C6C0C9
(198,192,201)
#D6D5D9
(214,213,217)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461849; }

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

This text font color is #461849.


Background Color

.myBgColor { background-color: #461849; }

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

This div background color is #461849.


Border color

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

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

This div border color is #461849.


Opacity

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

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

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

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

This text has shadow with #461849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461849 on black background.


Color preview on white background

This text has color #461849 on white background.



Black color preview on #461849 background

This text has black color on #461849 background.


White color preview on #461849 background

This text has white color on #461849 background.