COLOR #464658

HEX: #464658
RGB: (70,70,88)

Color info

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

RGB color model

#464658 color RGB value is (70,70,88).

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

RGB channels and saturation

R 70 of 255 = 27%
G 70 of 255 = 27%
B 88 of 255 = 35%

70
70
88

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

Portions of RGB colors in percentages

R + G + B =
70 + 70 + 88 = 228 (100%)
R 70 of 228 ~ 30.7%
G 70 of 228 ~ 30.7%
B 88 of 228 ~ 38.6%

%30.7
%30.7
%38.6

CMYK color model

#464658 color CMYK value is (20,20,0,65).

  • cyan value is 20.45%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(20,20,0,65)
C20M20Y0K65 
(20%,20%,0%,65%)
(0.20/0.20/0.00/0.65)	

CMYK percentages

%20.45
%20.45
%0
%65.49

Codes

Color #464658 in popluar color models

464658
RGB707088
HSL240°11.39%30.98%
HSB/HSV240°20.45%34.51%
CMYK20.45%20.45%0.00%
65.49%

Color #464658 in popluar number systems.

HEX464658
Decimal707088
Binary100011010001101011000
Octal106106130

Shades and tints

Shades of #464658

#464658
(70,70,88)
#404050
(64,64,80)
#3A3A48
(58,58,72)
#343440
(52,52,64)
#2E2E38
(46,46,56)
#282830
(40,40,48)
#222228
(34,34,40)
#1C1C20
(28,28,32)
#161618
(22,22,24)
#101010
(16,16,16)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #464658

#464658
(70,70,88)
#565667
(86,86,103)
#666676
(102,102,118)
#767685
(118,118,133)
#868694
(134,134,148)
#9696A3
(150,150,163)
#A6A6B2
(166,166,178)
#B6B6C1
(182,182,193)
#C6C6D0
(198,198,208)
#D6D6DF
(214,214,223)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464658; }

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

This text font color is #464658.


Background Color

.myBgColor { background-color: #464658; }

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

This div background color is #464658.


Border color

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

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

This div border color is #464658.


Opacity

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

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

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

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

This text has shadow with #464658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464658 on black background.


Color preview on white background

This text has color #464658 on white background.



Black color preview on #464658 background

This text has black color on #464658 background.


White color preview on #464658 background

This text has white color on #464658 background.