COLOR #464366

HEX: #464366
RGB: (70,67,102)

Color info

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

RGB color model

#464366 color RGB value is (70,67,102).

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

RGB channels and saturation

R 70 of 255 = 27%
G 67 of 255 = 26%
B 102 of 255 = 40%

70
67
102

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

Portions of RGB colors in percentages

R + G + B =
70 + 67 + 102 = 239 (100%)
R 70 of 239 ~ 29.29%
G 67 of 239 ~ 28.03%
B 102 of 239 ~ 42.68%

%29.29
%28.03
%42.68

CMYK color model

#464366 color CMYK value is (31,34,0,60).

  • cyan value is 31.37%
  • magenta value is 34.31%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(31,34,0,60)
C31M34Y0K60 
(31%,34%,0%,60%)
(0.31/0.34/0.00/0.60)	

CMYK percentages

%31.37
%34.31
%0
%60

Codes

Color #464366 in popluar color models

464366
RGB7067102
HSL245°20.71%33.14%
HSB/HSV245°34.31%40.00%
CMYK31.37%34.31%0.00%
60.00%

Color #464366 in popluar number systems.

HEX464366
Decimal7067102
Binary100011010000111100110
Octal106103146

Shades and tints

Shades of #464366

#464366
(70,67,102)
#403D5D
(64,61,93)
#3A3754
(58,55,84)
#34314B
(52,49,75)
#2E2B42
(46,43,66)
#282539
(40,37,57)
#221F30
(34,31,48)
#1C1927
(28,25,39)
#16131E
(22,19,30)
#100D15
(16,13,21)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #464366

#464366
(70,67,102)
#565473
(86,84,115)
#666580
(102,101,128)
#76768D
(118,118,141)
#86879A
(134,135,154)
#9698A7
(150,152,167)
#A6A9B4
(166,169,180)
#B6BAC1
(182,186,193)
#C6CBCE
(198,203,206)
#D6DCDB
(214,220,219)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464366; }

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

This text font color is #464366.


Background Color

.myBgColor { background-color: #464366; }

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

This div background color is #464366.


Border color

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

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

This div border color is #464366.


Opacity

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

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

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

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

This text has shadow with #464366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464366 on black background.


Color preview on white background

This text has color #464366 on white background.



Black color preview on #464366 background

This text has black color on #464366 background.


White color preview on #464366 background

This text has white color on #464366 background.