COLOR #460B52

HEX: #460B52
RGB: (70,11,82)

Color info

#460B52 contains mainly red and blue colors. Web safe color of #460B52 is #330066 (or #306).

RGB color model

#460B52 color RGB value is (70,11,82).

  • red value is 70;
  • green value is 11;
  • blue value is 82.
RGB:
(70,11,82)
(27%,4%,32%)

RGB channels and saturation

R 70 of 255 = 27%
G 11 of 255 = 4%
B 82 of 255 = 32%

70
11
82

R + G + B ~ 21%. #460B52 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 11 + 82 = 163 (100%)
R 70 of 163 ~ 42.94%
G 11 of 163 ~ 6.75%
B 82 of 163 ~ 50.31%

%42.94
%50.31

CMYK color model

#460B52 color CMYK value is (15,87,0,68).

  • cyan value is 14.63%
  • magenta value is 86.59%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(15,87,0,68)
C15M87Y0K68 
(15%,87%,0%,68%)
(0.15/0.87/0.00/0.68)	

CMYK percentages

%14.63
%86.59
%0
%67.84

Codes

Color #460B52 in popluar color models

460B52
RGB701182
HSL290°76.34%18.24%
HSB/HSV290°86.59%32.16%
CMYK14.63%86.59%0.00%
67.84%

Color #460B52 in popluar number systems.

HEX460B52
Decimal701182
Binary100011010111010010
Octal10613122

Shades and tints

Shades of #460B52

#460B52
(70,11,82)
#400A4B
(64,10,75)
#3A0944
(58,9,68)
#34083D
(52,8,61)
#2E0736
(46,7,54)
#28062F
(40,6,47)
#220528
(34,5,40)
#1C0421
(28,4,33)
#16031A
(22,3,26)
#100213
(16,2,19)
#0A010C
(10,1,12)
#000000
(0,0,0)

Tints of #460B52

#460B52
(70,11,82)
#562161
(86,33,97)
#663770
(102,55,112)
#764D7F
(118,77,127)
#86638E
(134,99,142)
#96799D
(150,121,157)
#A68FAC
(166,143,172)
#B6A5BB
(182,165,187)
#C6BBCA
(198,187,202)
#D6D1D9
(214,209,217)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #460B52 color. Also use rgb(70,11,82) instead hex code.

Text Font Color

.myTextColor { color: #460B52; }

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

This text font color is #460B52.


Background Color

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

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

This div background color is #460B52.


Border color

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

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

This div border color is #460B52.


Opacity

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

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

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

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

This text has shadow with #460B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460B52 on black background.


Color preview on white background

This text has color #460B52 on white background.



Black color preview on #460B52 background

This text has black color on #460B52 background.


White color preview on #460B52 background

This text has white color on #460B52 background.