COLOR #464562

HEX: #464562
RGB: (70,69,98)

Color info

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

RGB color model

#464562 color RGB value is (70,69,98).

  • red value is 70;
  • green value is 69;
  • blue value is 98.
RGB:
(70,69,98)
(27%,27%,38%)

RGB channels and saturation

R 70 of 255 = 27%
G 69 of 255 = 27%
B 98 of 255 = 38%

70
69
98

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

Portions of RGB colors in percentages

R + G + B =
70 + 69 + 98 = 237 (100%)
R 70 of 237 ~ 29.54%
G 69 of 237 ~ 29.11%
B 98 of 237 ~ 41.35%

%29.54
%29.11
%41.35

CMYK color model

#464562 color CMYK value is (29,30,0,62).

  • cyan value is 28.57%
  • magenta value is 29.59%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(29,30,0,62)
C29M30Y0K62 
(29%,30%,0%,62%)
(0.29/0.30/0.00/0.62)	

CMYK percentages

%28.57
%29.59
%0
%61.57

Codes

Color #464562 in popluar color models

464562
RGB706998
HSL242°17.37%32.75%
HSB/HSV242°29.59%38.43%
CMYK28.57%29.59%0.00%
61.57%

Color #464562 in popluar number systems.

HEX464562
Decimal706998
Binary100011010001011100010
Octal106105142

Shades and tints

Shades of #464562

#464562
(70,69,98)
#403F5A
(64,63,90)
#3A3952
(58,57,82)
#34334A
(52,51,74)
#2E2D42
(46,45,66)
#28273A
(40,39,58)
#222132
(34,33,50)
#1C1B2A
(28,27,42)
#161522
(22,21,34)
#100F1A
(16,15,26)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #464562

#464562
(70,69,98)
#565570
(86,85,112)
#66657E
(102,101,126)
#76758C
(118,117,140)
#86859A
(134,133,154)
#9695A8
(150,149,168)
#A6A5B6
(166,165,182)
#B6B5C4
(182,181,196)
#C6C5D2
(198,197,210)
#D6D5E0
(214,213,224)
#E6E5EE
(230,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464562; }

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

This text font color is #464562.


Background Color

.myBgColor { background-color: #464562; }

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

This div background color is #464562.


Border color

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

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

This div border color is #464562.


Opacity

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

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

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

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

This text has shadow with #464562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464562 on black background.


Color preview on white background

This text has color #464562 on white background.



Black color preview on #464562 background

This text has black color on #464562 background.


White color preview on #464562 background

This text has white color on #464562 background.