COLOR #464A54

HEX: #464A54
RGB: (70,74,84)

Color info

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

RGB color model

#464A54 color RGB value is (70,74,84).

  • red value is 70;
  • green value is 74;
  • blue value is 84.
RGB:
(70,74,84)
(27%,29%,33%)

RGB channels and saturation

R 70 of 255 = 27%
G 74 of 255 = 29%
B 84 of 255 = 33%

70
74
84

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

Portions of RGB colors in percentages

R + G + B =
70 + 74 + 84 = 228 (100%)
R 70 of 228 ~ 30.7%
G 74 of 228 ~ 32.46%
B 84 of 228 ~ 36.84%

%30.7
%32.46
%36.84

CMYK color model

#464A54 color CMYK value is (17,12,0,67).

  • cyan value is 16.67%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(17,12,0,67)
C17M12Y0K67 
(17%,12%,0%,67%)
(0.17/0.12/0.00/0.67)	

CMYK percentages

%16.67
%11.9
%0
%67.06

Codes

Color #464A54 in popluar color models

464A54
RGB707484
HSL223°9.09%30.20%
HSB/HSV223°16.67%32.94%
CMYK16.67%11.90%0.00%
67.06%

Color #464A54 in popluar number systems.

HEX464A54
Decimal707484
Binary100011010010101010100
Octal106112124

Shades and tints

Shades of #464A54

#464A54
(70,74,84)
#40444D
(64,68,77)
#3A3E46
(58,62,70)
#34383F
(52,56,63)
#2E3238
(46,50,56)
#282C31
(40,44,49)
#22262A
(34,38,42)
#1C2023
(28,32,35)
#161A1C
(22,26,28)
#101415
(16,20,21)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #464A54

#464A54
(70,74,84)
#565A63
(86,90,99)
#666A72
(102,106,114)
#767A81
(118,122,129)
#868A90
(134,138,144)
#969A9F
(150,154,159)
#A6AAAE
(166,170,174)
#B6BABD
(182,186,189)
#C6CACC
(198,202,204)
#D6DADB
(214,218,219)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464A54 color. Also use rgb(70,74,84) instead hex code.

Text Font Color

.myTextColor { color: #464A54; }

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

This text font color is #464A54.


Background Color

.myBgColor { background-color: #464A54; }

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

This div background color is #464A54.


Border color

.myBorderColor { border: 1px solid #464A54; }

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

This div border color is #464A54.


Opacity

.myOpacity80 { color: #464A54; opacity: 0.8; }

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

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

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

This text has shadow with #464A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464A54 on black background.


Color preview on white background

This text has color #464A54 on white background.



Black color preview on #464A54 background

This text has black color on #464A54 background.


White color preview on #464A54 background

This text has white color on #464A54 background.