COLOR #464361

HEX: #464361
RGB: (70,67,97)

Color info

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

RGB color model

#464361 color RGB value is (70,67,97).

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

RGB channels and saturation

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

70
67
97

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

Portions of RGB colors in percentages

R + G + B =
70 + 67 + 97 = 234 (100%)
R 70 of 234 ~ 29.91%
G 67 of 234 ~ 28.63%
B 97 of 234 ~ 41.45%

%29.91
%28.63
%41.45

CMYK color model

#464361 color CMYK value is (28,31,0,62).

  • cyan value is 27.84%
  • magenta value is 30.93%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(28,31,0,62)
C28M31Y0K62 
(28%,31%,0%,62%)
(0.28/0.31/0.00/0.62)	

CMYK percentages

%27.84
%30.93
%0
%61.96

Codes

Color #464361 in popluar color models

464361
RGB706797
HSL246°18.29%32.16%
HSB/HSV246°30.93%38.04%
CMYK27.84%30.93%0.00%
61.96%

Color #464361 in popluar number systems.

HEX464361
Decimal706797
Binary100011010000111100001
Octal106103141

Shades and tints

Shades of #464361

#464361
(70,67,97)
#403D59
(64,61,89)
#3A3751
(58,55,81)
#343149
(52,49,73)
#2E2B41
(46,43,65)
#282539
(40,37,57)
#221F31
(34,31,49)
#1C1929
(28,25,41)
#161321
(22,19,33)
#100D19
(16,13,25)
#0A0711
(10,7,17)
#000000
(0,0,0)

Tints of #464361

#464361
(70,67,97)
#56546F
(86,84,111)
#66657D
(102,101,125)
#76768B
(118,118,139)
#868799
(134,135,153)
#9698A7
(150,152,167)
#A6A9B5
(166,169,181)
#B6BAC3
(182,186,195)
#C6CBD1
(198,203,209)
#D6DCDF
(214,220,223)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464361; }

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

This text font color is #464361.


Background Color

.myBgColor { background-color: #464361; }

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

This div background color is #464361.


Border color

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

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

This div border color is #464361.


Opacity

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

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

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

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

This text has shadow with #464361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464361 on black background.


Color preview on white background

This text has color #464361 on white background.



Black color preview on #464361 background

This text has black color on #464361 background.


White color preview on #464361 background

This text has white color on #464361 background.