COLOR #46505B

HEX: #46505B RGB: (70,80,91)

Color info

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

RGB color model

#46505B color RGB value is (70,80,91).

RGB: (70,80,91) (27%, 31%, 36%)

RGB channels and saturation

R 70 of 255 = 27%
G 80 of 255 = 31%
B 91 of 255 = 36%

70
80
91

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

Portions of RGB colors in percentages

R + G + B = 70 + 80 + 91 = 241 (100%)
R 70 of 241 ~ 29.05%
G 80 of 241 ~ 33.2%
B 91 of 241 ~ 37.76'%

%29.05
%33.2
%37.76

CMYK color model

#46505B color CMYK value is (23,12,0,64).

  • cyan value is 23.08%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK: (23,12,0,64) C23M12Y0K64 (23%,12%,0%,64%) (0.23/0.12/0.00/0.64) 

CMYK percentages

%23.08
%12.09
%0
%64.31

Codes

Color #46505B in popluar color models

46 50 5B
RGB 70 80 91
HSL 211° 13.04% 31.57%
HSB/HSV 211° 23.08% 35.69%
CMYK 23.08% 12.09% 0.00%
64.31%

Color #46505B in popluar number systems.

HEX 46 50 5B
Decimal 70 80 91
Binary 1000110 1010000 1011011
Octal 106 120 133

Shades and tints

Shades of #46505B

#46505B
(70,80,91)
#404953
(64,73,83)
#3A424B
(58,66,75)
#343B43
(52,59,67)
#2E343B
(46,52,59)
#282D33
(40,45,51)
#22262B
(34,38,43)
#1C1F23
(28,31,35)
#16181B
(22,24,27)
#101113
(16,17,19)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #46505B

#46505B
(70,80,91)
#565F69
(86,95,105)
#666E77
(102,110,119)
#767D85
(118,125,133)
#868C93
(134,140,147)
#969BA1
(150,155,161)
#A6AAAF
(166,170,175)
#B6B9BD
(182,185,189)
#C6C8CB
(198,200,203)
#D6D7D9
(214,215,217)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46505B color. Also use rgb(70,80,91) instead hex code.

Text Font Color

.myTextColor { color: #46505B; }

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

This text font color is #46505B.

Background Color

.myBgColor { background-color: #46505B; }

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

This div background color is #46505B.

Border color

.myBorderColor { border: 1px solid #46505B; }

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

This div border color is #46505B.

Opacity

.myOpacity80 { color: #46505B; opacity: 0.8; }

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

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

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

This text has shadow with #46505B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46505B.

Preview

Color preview on black background

This text has color #46505B on black background.


Color preview on white background

This text has color #46505B on white background.


Black color preview on #46505B background

This text has black color on #46505B background.


White color preview on #46505B background

This text has white color on #46505B background.


Related colors

Complementary color

Complementary color for #hex is #B9AFA4.


I love getcolorcode.com

Triadic colors

1 #5B4650 and #505B46 with #46505B are triadic colors.

2 #5B5046 and #50465B with #46505B are triadic colors.