COLOR #464256

HEX: #464256
RGB: (70,66,86)

Color info

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

RGB color model

#464256 color RGB value is (70,66,86).

  • red value is 70;
  • green value is 66;
  • blue value is 86.
RGB:
(70,66,86)
(27%,26%,34%)

RGB channels and saturation

R 70 of 255 = 27%
G 66 of 255 = 26%
B 86 of 255 = 34%

70
66
86

R + G + B ~ 29%. #464256 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 66 + 86 = 222 (100%)
R 70 of 222 ~ 31.53%
G 66 of 222 ~ 29.73%
B 86 of 222 ~ 38.74%

%31.53
%29.73
%38.74

CMYK color model

#464256 color CMYK value is (19,23,0,66).

  • cyan value is 18.60%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(19,23,0,66)
C19M23Y0K66 
(19%,23%,0%,66%)
(0.19/0.23/0.00/0.66)	

CMYK percentages

%18.6
%23.26
%0
%66.27

Codes

Color #464256 in popluar color models

464256
RGB706686
HSL252°13.16%29.80%
HSB/HSV252°23.26%33.73%
CMYK18.60%23.26%0.00%
66.27%

Color #464256 in popluar number systems.

HEX464256
Decimal706686
Binary100011010000101010110
Octal106102126

Shades and tints

Shades of #464256

#464256
(70,66,86)
#403C4F
(64,60,79)
#3A3648
(58,54,72)
#343041
(52,48,65)
#2E2A3A
(46,42,58)
#282433
(40,36,51)
#221E2C
(34,30,44)
#1C1825
(28,24,37)
#16121E
(22,18,30)
#100C17
(16,12,23)
#0A0610
(10,6,16)
#000000
(0,0,0)

Tints of #464256

#464256
(70,66,86)
#565365
(86,83,101)
#666474
(102,100,116)
#767583
(118,117,131)
#868692
(134,134,146)
#9697A1
(150,151,161)
#A6A8B0
(166,168,176)
#B6B9BF
(182,185,191)
#C6CACE
(198,202,206)
#D6DBDD
(214,219,221)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464256 color. Also use rgb(70,66,86) instead hex code.

Text Font Color

.myTextColor { color: #464256; }

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

This text font color is #464256.


Background Color

.myBgColor { background-color: #464256; }

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

This div background color is #464256.


Border color

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

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

This div border color is #464256.


Opacity

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

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

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

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

This text has shadow with #464256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464256 on black background.


Color preview on white background

This text has color #464256 on white background.



Black color preview on #464256 background

This text has black color on #464256 background.


White color preview on #464256 background

This text has white color on #464256 background.