COLOR #464966

HEX: #464966
RGB: (70,73,102)

Color info

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

RGB color model

#464966 color RGB value is (70,73,102).

  • red value is 70;
  • green value is 73;
  • blue value is 102.
RGB:
(70,73,102)
(27%,29%,40%)

RGB channels and saturation

R 70 of 255 = 27%
G 73 of 255 = 29%
B 102 of 255 = 40%

70
73
102

R + G + B ~ 32%. #464966 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 73 + 102 = 245 (100%)
R 70 of 245 ~ 28.57%
G 73 of 245 ~ 29.8%
B 102 of 245 ~ 41.63%

%28.57
%29.8
%41.63

CMYK color model

#464966 color CMYK value is (31,28,0,60).

  • cyan value is 31.37%
  • magenta value is 28.43%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(31,28,0,60)
C31M28Y0K60 
(31%,28%,0%,60%)
(0.31/0.28/0.00/0.60)	

CMYK percentages

%31.37
%28.43
%0
%60

Codes

Color #464966 in popluar color models

464966
RGB7073102
HSL234°18.60%33.73%
HSB/HSV234°31.37%40.00%
CMYK31.37%28.43%0.00%
60.00%

Color #464966 in popluar number systems.

HEX464966
Decimal7073102
Binary100011010010011100110
Octal106111146

Shades and tints

Shades of #464966

#464966
(70,73,102)
#40435D
(64,67,93)
#3A3D54
(58,61,84)
#34374B
(52,55,75)
#2E3142
(46,49,66)
#282B39
(40,43,57)
#222530
(34,37,48)
#1C1F27
(28,31,39)
#16191E
(22,25,30)
#101315
(16,19,21)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #464966

#464966
(70,73,102)
#565973
(86,89,115)
#666980
(102,105,128)
#76798D
(118,121,141)
#86899A
(134,137,154)
#9699A7
(150,153,167)
#A6A9B4
(166,169,180)
#B6B9C1
(182,185,193)
#C6C9CE
(198,201,206)
#D6D9DB
(214,217,219)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464966 color. Also use rgb(70,73,102) instead hex code.

Text Font Color

.myTextColor { color: #464966; }

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

This text font color is #464966.


Background Color

.myBgColor { background-color: #464966; }

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

This div background color is #464966.


Border color

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

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

This div border color is #464966.


Opacity

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

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

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

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

This text has shadow with #464966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464966 on black background.


Color preview on white background

This text has color #464966 on white background.



Black color preview on #464966 background

This text has black color on #464966 background.


White color preview on #464966 background

This text has white color on #464966 background.