COLOR #464666

HEX: #464666
RGB: (70,70,102)

Color info

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

RGB color model

#464666 color RGB value is (70,70,102).

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

RGB channels and saturation

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

70
70
102

R + G + B ~ 31%. #464666 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 70 + 102 = 242 (100%)
R 70 of 242 ~ 28.93%
G 70 of 242 ~ 28.93%
B 102 of 242 ~ 42.15%

%28.93
%28.93
%42.15

CMYK color model

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

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

CMYK percentages

%31.37
%31.37
%0
%60

Codes

Color #464666 in popluar color models

464666
RGB7070102
HSL240°18.60%33.73%
HSB/HSV240°31.37%40.00%
CMYK31.37%31.37%0.00%
60.00%

Color #464666 in popluar number systems.

HEX464666
Decimal7070102
Binary100011010001101100110
Octal106106146

Shades and tints

Shades of #464666

#464666
(70,70,102)
#40405D
(64,64,93)
#3A3A54
(58,58,84)
#34344B
(52,52,75)
#2E2E42
(46,46,66)
#282839
(40,40,57)
#222230
(34,34,48)
#1C1C27
(28,28,39)
#16161E
(22,22,30)
#101015
(16,16,21)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #464666

#464666
(70,70,102)
#565673
(86,86,115)
#666680
(102,102,128)
#76768D
(118,118,141)
#86869A
(134,134,154)
#9696A7
(150,150,167)
#A6A6B4
(166,166,180)
#B6B6C1
(182,182,193)
#C6C6CE
(198,198,206)
#D6D6DB
(214,214,219)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464666; }

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

This text font color is #464666.


Background Color

.myBgColor { background-color: #464666; }

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

This div background color is #464666.


Border color

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

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

This div border color is #464666.


Opacity

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

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

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

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

This text has shadow with #464666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464666 on black background.


Color preview on white background

This text has color #464666 on white background.



Black color preview on #464666 background

This text has black color on #464666 background.


White color preview on #464666 background

This text has white color on #464666 background.