COLOR #464F63

HEX: #464F63
RGB: (70,79,99)

Color info

#464F63 contains red, green and blue colors in about the same proportion. Web safe color of #464F63 is #336666 (or #366).

RGB color model

#464F63 color RGB value is (70,79,99).

  • red value is 70;
  • green value is 79;
  • blue value is 99.
RGB:
(70,79,99)
(27%,31%,39%)

RGB channels and saturation

R 70 of 255 = 27%
G 79 of 255 = 31%
B 99 of 255 = 39%

70
79
99

R + G + B ~ 32%. #464F63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 79 + 99 = 248 (100%)
R 70 of 248 ~ 28.23%
G 79 of 248 ~ 31.85%
B 99 of 248 ~ 39.92%

%28.23
%31.85
%39.92

CMYK color model

#464F63 color CMYK value is (29,20,0,61).

  • cyan value is 29.29%
  • magenta value is 20.20%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(29,20,0,61)
C29M20Y0K61 
(29%,20%,0%,61%)
(0.29/0.20/0.00/0.61)	

CMYK percentages

%29.29
%20.2
%0
%61.18

Codes

Color #464F63 in popluar color models

464F63
RGB707999
HSL221°17.16%33.14%
HSB/HSV221°29.29%38.82%
CMYK29.29%20.20%0.00%
61.18%

Color #464F63 in popluar number systems.

HEX464F63
Decimal707999
Binary100011010011111100011
Octal106117143

Shades and tints

Shades of #464F63

#464F63
(70,79,99)
#40485A
(64,72,90)
#3A4151
(58,65,81)
#343A48
(52,58,72)
#2E333F
(46,51,63)
#282C36
(40,44,54)
#22252D
(34,37,45)
#1C1E24
(28,30,36)
#16171B
(22,23,27)
#101012
(16,16,18)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #464F63

#464F63
(70,79,99)
#565F71
(86,95,113)
#666F7F
(102,111,127)
#767F8D
(118,127,141)
#868F9B
(134,143,155)
#969FA9
(150,159,169)
#A6AFB7
(166,175,183)
#B6BFC5
(182,191,197)
#C6CFD3
(198,207,211)
#D6DFE1
(214,223,225)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464F63; }

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

This text font color is #464F63.


Background Color

.myBgColor { background-color: #464F63; }

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

This div background color is #464F63.


Border color

.myBorderColor { border: 1px solid #464F63; }

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

This div border color is #464F63.


Opacity

.myOpacity80 { color: #464F63; opacity: 0.8; }

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

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

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

This text has shadow with #464F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464F63 on black background.


Color preview on white background

This text has color #464F63 on white background.



Black color preview on #464F63 background

This text has black color on #464F63 background.


White color preview on #464F63 background

This text has white color on #464F63 background.