COLOR #464056

HEX: #464056
RGB: (70,64,86)

Color info

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

RGB color model

#464056 color RGB value is (70,64,86).

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

RGB channels and saturation

R 70 of 255 = 27%
G 64 of 255 = 25%
B 86 of 255 = 34%

70
64
86

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

Portions of RGB colors in percentages

R + G + B =
70 + 64 + 86 = 220 (100%)
R 70 of 220 ~ 31.82%
G 64 of 220 ~ 29.09%
B 86 of 220 ~ 39.09%

%31.82
%29.09
%39.09

CMYK color model

#464056 color CMYK value is (19,26,0,66).

  • cyan value is 18.60%
  • magenta value is 25.58%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(19,26,0,66)
C19M26Y0K66 
(19%,26%,0%,66%)
(0.19/0.26/0.00/0.66)	

CMYK percentages

%18.6
%25.58
%0
%66.27

Codes

Color #464056 in popluar color models

464056
RGB706486
HSL256°14.67%29.41%
HSB/HSV256°25.58%33.73%
CMYK18.60%25.58%0.00%
66.27%

Color #464056 in popluar number systems.

HEX464056
Decimal706486
Binary100011010000001010110
Octal106100126

Shades and tints

Shades of #464056

#464056
(70,64,86)
#403B4F
(64,59,79)
#3A3648
(58,54,72)
#343141
(52,49,65)
#2E2C3A
(46,44,58)
#282733
(40,39,51)
#22222C
(34,34,44)
#1C1D25
(28,29,37)
#16181E
(22,24,30)
#101317
(16,19,23)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #464056

#464056
(70,64,86)
#565165
(86,81,101)
#666274
(102,98,116)
#767383
(118,115,131)
#868492
(134,132,146)
#9695A1
(150,149,161)
#A6A6B0
(166,166,176)
#B6B7BF
(182,183,191)
#C6C8CE
(198,200,206)
#D6D9DD
(214,217,221)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464056; }

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

This text font color is #464056.


Background Color

.myBgColor { background-color: #464056; }

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

This div background color is #464056.


Border color

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

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

This div border color is #464056.


Opacity

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

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

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

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

This text has shadow with #464056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464056 on black background.


Color preview on white background

This text has color #464056 on white background.



Black color preview on #464056 background

This text has black color on #464056 background.


White color preview on #464056 background

This text has white color on #464056 background.