COLOR #463A5B

HEX: #463A5B RGB: (70,58,91)

Color info

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

RGB color model

#463A5B color RGB value is (70,58,91).

RGB: (70,58,91) (27%, 23%, 36%)

RGB channels and saturation

R 70 of 255 = 27%
G 58 of 255 = 23%
B 91 of 255 = 36%

70
58
91

R + G + B ~ 29%. #463A5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 58 + 91 = 219 (100%)
R 70 of 219 ~ 31.96%
G 58 of 219 ~ 26.48%
B 91 of 219 ~ 41.55'%

%31.96
%26.48
%41.55

CMYK color model

#463A5B color CMYK value is (23,36,0,64).

  • cyan value is 23.08%
  • magenta value is 36.26%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (23,36,0,64)
C23M36Y0K64 (23%, 36%, 0%, 64%)
(0.23 / 0.36 / 0.00 / 0.64)

CMYK percentages

%23.08
%36.26
%0
%64.31

Codes

Color #463A5B in popluar color models

46 3A 5B
RGB 70 58 91
HSL 262° 22.15% 29.22%
HSB/HSV 262° 36.26% 35.69%
CMYK 23.08% 36.26% 0.00%
64.31%

Color #463A5B in popluar number systems.

HEX 46 3A 5B
Decimal 70 58 91
Binary 1000110 111010 1011011
Octal 106 72 133

Shades and tints

Shades of #463A5B

#463A5B
(70,58,91)
#403553
(64,53,83)
#3A304B
(58,48,75)
#342B43
(52,43,67)
#2E263B
(46,38,59)
#282133
(40,33,51)
#221C2B
(34,28,43)
#1C1723
(28,23,35)
#16121B
(22,18,27)
#100D13
(16,13,19)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #463A5B

#463A5B
(70,58,91)
#564B69
(86,75,105)
#665C77
(102,92,119)
#766D85
(118,109,133)
#867E93
(134,126,147)
#968FA1
(150,143,161)
#A6A0AF
(166,160,175)
#B6B1BD
(182,177,189)
#C6C2CB
(198,194,203)
#D6D3D9
(214,211,217)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463A5B color. Also use rgb(70,58,91) instead hex code.

Text Font Color

.myTextColor { color: #463A5B; }

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

This text font color is #463A5B.

Background Color

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

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

This div background color is #463A5B.

Border color

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

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

This div border color is #463A5B.

Opacity

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

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

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

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

This text has shadow with #463A5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463A5B.

Preview

Color preview on black background

This text has color #463A5B on black background.


Color preview on white background

This text has color #463A5B on white background.


Black color preview on #463A5B background

This text has black color on #463A5B background.


White color preview on #463A5B background

This text has white color on #463A5B background.


Related colors

Complementary color

Complementary color for #hex is #B9C5A4.


I love getcolorcode.com

Triadic colors

1 #5B463A and #3A5B46 with #463A5B are triadic colors.

2 #5B3A46 and #3A465B with #463A5B are triadic colors.