COLOR #464362

HEX: #464362
RGB: (70,67,98)

Color info

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

RGB color model

#464362 color RGB value is (70,67,98).

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

RGB channels and saturation

R 70 of 255 = 27%
G 67 of 255 = 26%
B 98 of 255 = 38%

70
67
98

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

Portions of RGB colors in percentages

R + G + B =
70 + 67 + 98 = 235 (100%)
R 70 of 235 ~ 29.79%
G 67 of 235 ~ 28.51%
B 98 of 235 ~ 41.7%

%29.79
%28.51
%41.7

CMYK color model

#464362 color CMYK value is (29,32,0,62).

  • cyan value is 28.57%
  • magenta value is 31.63%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(29,32,0,62)
C29M32Y0K62 
(29%,32%,0%,62%)
(0.29/0.32/0.00/0.62)	

CMYK percentages

%28.57
%31.63
%0
%61.57

Codes

Color #464362 in popluar color models

464362
RGB706798
HSL246°18.79%32.35%
HSB/HSV246°31.63%38.43%
CMYK28.57%31.63%0.00%
61.57%

Color #464362 in popluar number systems.

HEX464362
Decimal706798
Binary100011010000111100010
Octal106103142

Shades and tints

Shades of #464362

#464362
(70,67,98)
#403D5A
(64,61,90)
#3A3752
(58,55,82)
#34314A
(52,49,74)
#2E2B42
(46,43,66)
#28253A
(40,37,58)
#221F32
(34,31,50)
#1C192A
(28,25,42)
#161322
(22,19,34)
#100D1A
(16,13,26)
#0A0712
(10,7,18)
#000000
(0,0,0)

Tints of #464362

#464362
(70,67,98)
#565470
(86,84,112)
#66657E
(102,101,126)
#76768C
(118,118,140)
#86879A
(134,135,154)
#9698A8
(150,152,168)
#A6A9B6
(166,169,182)
#B6BAC4
(182,186,196)
#C6CBD2
(198,203,210)
#D6DCE0
(214,220,224)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464362; }

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

This text font color is #464362.


Background Color

.myBgColor { background-color: #464362; }

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

This div background color is #464362.


Border color

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

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

This div border color is #464362.


Opacity

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

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

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

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

This text has shadow with #464362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464362 on black background.


Color preview on white background

This text has color #464362 on white background.



Black color preview on #464362 background

This text has black color on #464362 background.


White color preview on #464362 background

This text has white color on #464362 background.