COLOR #464061

HEX: #464061
RGB: (70,64,97)

Color info

#464061 contains red, green and blue colors in about the same proportion. Web safe color of #464061 is #333366 (or #336).

RGB color model

#464061 color RGB value is (70,64,97).

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

RGB channels and saturation

R 70 of 255 = 27%
G 64 of 255 = 25%
B 97 of 255 = 38%

70
64
97

R + G + B ~ 30%. #464061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 64 + 97 = 231 (100%)
R 70 of 231 ~ 30.3%
G 64 of 231 ~ 27.71%
B 97 of 231 ~ 41.99%

%30.3
%27.71
%41.99

CMYK color model

#464061 color CMYK value is (28,34,0,62).

  • cyan value is 27.84%
  • magenta value is 34.02%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(28,34,0,62)
C28M34Y0K62 
(28%,34%,0%,62%)
(0.28/0.34/0.00/0.62)	

CMYK percentages

%27.84
%34.02
%0
%61.96

Codes

Color #464061 in popluar color models

464061
RGB706497
HSL251°20.50%31.57%
HSB/HSV251°34.02%38.04%
CMYK27.84%34.02%0.00%
61.96%

Color #464061 in popluar number systems.

HEX464061
Decimal706497
Binary100011010000001100001
Octal106100141

Shades and tints

Shades of #464061

#464061
(70,64,97)
#403B59
(64,59,89)
#3A3651
(58,54,81)
#343149
(52,49,73)
#2E2C41
(46,44,65)
#282739
(40,39,57)
#222231
(34,34,49)
#1C1D29
(28,29,41)
#161821
(22,24,33)
#101319
(16,19,25)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #464061

#464061
(70,64,97)
#56516F
(86,81,111)
#66627D
(102,98,125)
#76738B
(118,115,139)
#868499
(134,132,153)
#9695A7
(150,149,167)
#A6A6B5
(166,166,181)
#B6B7C3
(182,183,195)
#C6C8D1
(198,200,209)
#D6D9DF
(214,217,223)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464061; }

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

This text font color is #464061.


Background Color

.myBgColor { background-color: #464061; }

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

This div background color is #464061.


Border color

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

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

This div border color is #464061.


Opacity

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

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

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

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

This text has shadow with #464061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464061 on black background.


Color preview on white background

This text has color #464061 on white background.



Black color preview on #464061 background

This text has black color on #464061 background.


White color preview on #464061 background

This text has white color on #464061 background.