COLOR #463F62

HEX: #463F62
RGB: (70,63,98)

Color info

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

RGB color model

#463F62 color RGB value is (70,63,98).

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

RGB channels and saturation

R 70 of 255 = 27%
G 63 of 255 = 25%
B 98 of 255 = 38%

70
63
98

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

Portions of RGB colors in percentages

R + G + B =
70 + 63 + 98 = 231 (100%)
R 70 of 231 ~ 30.3%
G 63 of 231 ~ 27.27%
B 98 of 231 ~ 42.42%

%30.3
%27.27
%42.42

CMYK color model

#463F62 color CMYK value is (29,36,0,62).

  • cyan value is 28.57%
  • magenta value is 35.71%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(29,36,0,62)
C29M36Y0K62 
(29%,36%,0%,62%)
(0.29/0.36/0.00/0.62)	

CMYK percentages

%28.57
%35.71
%0
%61.57

Codes

Color #463F62 in popluar color models

463F62
RGB706398
HSL252°21.74%31.57%
HSB/HSV252°35.71%38.43%
CMYK28.57%35.71%0.00%
61.57%

Color #463F62 in popluar number systems.

HEX463F62
Decimal706398
Binary10001101111111100010
Octal10677142

Shades and tints

Shades of #463F62

#463F62
(70,63,98)
#403A5A
(64,58,90)
#3A3552
(58,53,82)
#34304A
(52,48,74)
#2E2B42
(46,43,66)
#28263A
(40,38,58)
#222132
(34,33,50)
#1C1C2A
(28,28,42)
#161722
(22,23,34)
#10121A
(16,18,26)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #463F62

#463F62
(70,63,98)
#565070
(86,80,112)
#66617E
(102,97,126)
#76728C
(118,114,140)
#86839A
(134,131,154)
#9694A8
(150,148,168)
#A6A5B6
(166,165,182)
#B6B6C4
(182,182,196)
#C6C7D2
(198,199,210)
#D6D8E0
(214,216,224)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463F62; }

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

This text font color is #463F62.


Background Color

.myBgColor { background-color: #463F62; }

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

This div background color is #463F62.


Border color

.myBorderColor { border: 1px solid #463F62; }

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

This div border color is #463F62.


Opacity

.myOpacity80 { color: #463F62; opacity: 0.8; }

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

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

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

This text has shadow with #463F62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463F62 on black background.


Color preview on white background

This text has color #463F62 on white background.



Black color preview on #463F62 background

This text has black color on #463F62 background.


White color preview on #463F62 background

This text has white color on #463F62 background.