COLOR #464863

HEX: #464863 RGB: (70,72,99)

Color info

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

RGB color model

#464863 color RGB value is (70,72,99).

RGB: (70,72,99) (27%, 28%, 39%)

RGB channels and saturation

R 70 of 255 = 27%
G 72 of 255 = 28%
B 99 of 255 = 39%

70
72
99

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

Portions of RGB colors in percentages

R + G + B = 70 + 72 + 99 = 241 (100%)
R 70 of 241 ~ 29.05%
G 72 of 241 ~ 29.88%
B 99 of 241 ~ 41.08'%

%29.05
%29.88
%41.08

CMYK color model

#464863 color CMYK value is (29,27,0,61).

  • cyan value is 29.29%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (29,27,0,61)
C29M27Y0K61 (29%, 27%, 0%, 61%)
(0.29 / 0.27 / 0.00 / 0.61)

CMYK percentages

%29.29
%27.27
%0
%61.18

Codes

Color #464863 in popluar color models

46 48 63
RGB 70 72 99
HSL 236° 17.16% 33.14%
HSB/HSV 236° 29.29% 38.82%
CMYK 29.29% 27.27% 0.00%
61.18%

Color #464863 in popluar number systems.

HEX 46 48 63
Decimal 70 72 99
Binary 1000110 1001000 1100011
Octal 106 110 143

Shades and tints

Shades of #464863

#464863
(70,72,99)
#40425A
(64,66,90)
#3A3C51
(58,60,81)
#343648
(52,54,72)
#2E303F
(46,48,63)
#282A36
(40,42,54)
#22242D
(34,36,45)
#1C1E24
(28,30,36)
#16181B
(22,24,27)
#101212
(16,18,18)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #464863

#464863
(70,72,99)
#565871
(86,88,113)
#66687F
(102,104,127)
#76788D
(118,120,141)
#86889B
(134,136,155)
#9698A9
(150,152,169)
#A6A8B7
(166,168,183)
#B6B8C5
(182,184,197)
#C6C8D3
(198,200,211)
#D6D8E1
(214,216,225)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464863 color. Also use rgb(70,72,99) instead hex code.

Text Font Color

.myTextColor { color: #464863; }

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

This text font color is #464863.

Background Color

.myBgColor { background-color: #464863; }

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

This div background color is #464863.

Border color

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

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

This div border color is #464863.

Opacity

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

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

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

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

This text has shadow with #464863 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464863.

Preview

Color preview on black background

This text has color #464863 on black background.


Color preview on white background

This text has color #464863 on white background.


Black color preview on #464863 background

This text has black color on #464863 background.


White color preview on #464863 background

This text has white color on #464863 background.


Related colors

Complementary color

Complementary color for #hex is #B9B79C.


I love getcolorcode.com

Triadic colors

1 #634648 and #486346 with #464863 are triadic colors.

2 #634846 and #484663 with #464863 are triadic colors.