COLOR #460061

HEX: #460061
RGB: (70,0,97)

Color info

#460061 contains only red and blue colors. Web safe color of #460061 is #330066 (or #306).

RGB color model

#460061 color RGB value is (70,0,97).

  • red value is 70;
  • green value is 0;
  • blue value is 97.
RGB:
(70,0,97)
(27%,0%,38%)

RGB channels and saturation

R 70 of 255 = 27%
G 0 of 255 = 0%
B 97 of 255 = 38%

70
0
97

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

Portions of RGB colors in percentages

R + G + B =
70 + 0 + 97 = 167 (100%)
R 70 of 167 ~ 41.92%
G 0 of 167 ~ 0%
B 97 of 167 ~ 58.08%

%41.92
%58.08

CMYK color model

#460061 color CMYK value is (28,100,0,62).

  • cyan value is 27.84%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(28,100,0,62)
C28M100Y0K62 
(28%,100%,0%,62%)
(0.28/1.00/0.00/0.62)	

CMYK percentages

%27.84
%100
%0
%61.96

Codes

Color #460061 in popluar color models

460061
RGB70097
HSL283°100.00%19.02%
HSB/HSV283°100.00%38.04%
CMYK27.84%100.00%0.00%
61.96%

Color #460061 in popluar number systems.

HEX460061
Decimal70097
Binary100011001100001
Octal1060141

Shades and tints

Shades of #460061

#460061
(70,0,97)
#400059
(64,0,89)
#3A0051
(58,0,81)
#340049
(52,0,73)
#2E0041
(46,0,65)
#280039
(40,0,57)
#220031
(34,0,49)
#1C0029
(28,0,41)
#160021
(22,0,33)
#100019
(16,0,25)
#0A0011
(10,0,17)
#000000
(0,0,0)

Tints of #460061

#460061
(70,0,97)
#56176F
(86,23,111)
#662E7D
(102,46,125)
#76458B
(118,69,139)
#865C99
(134,92,153)
#9673A7
(150,115,167)
#A68AB5
(166,138,181)
#B6A1C3
(182,161,195)
#C6B8D1
(198,184,209)
#D6CFDF
(214,207,223)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #460061; }

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

This text font color is #460061.


Background Color

.myBgColor { background-color: #460061; }

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

This div background color is #460061.


Border color

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

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

This div border color is #460061.


Opacity

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

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

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

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

This text has shadow with #460061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #460061 on black background.


Color preview on white background

This text has color #460061 on white background.



Black color preview on #460061 background

This text has black color on #460061 background.


White color preview on #460061 background

This text has white color on #460061 background.