COLOR #46505F

HEX: #46505F RGB: (70,80,95)

Color info

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

RGB color model

#46505F color RGB value is (70,80,95).

RGB: (70,80,95) (27%, 31%, 37%)

RGB channels and saturation

R 70 of 255 = 27%
G 80 of 255 = 31%
B 95 of 255 = 37%

70
80
95

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

Portions of RGB colors in percentages

R + G + B = 70 + 80 + 95 = 245 (100%)
R 70 of 245 ~ 28.57%
G 80 of 245 ~ 32.65%
B 95 of 245 ~ 38.78'%

%28.57
%32.65
%38.78

CMYK color model

#46505F color CMYK value is (26,16,0,63).

  • cyan value is 26.32%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (26,16,0,63)
C26M16Y0K63 (26%, 16%, 0%, 63%)
(0.26 / 0.16 / 0.00 / 0.63)

CMYK percentages

%26.32
%15.79
%0
%62.75

Codes

Color #46505F in popluar color models

46 50 5F
RGB 70 80 95
HSL 216° 15.15% 32.35%
HSB/HSV 216° 26.32% 37.25%
CMYK 26.32% 15.79% 0.00%
62.75%

Color #46505F in popluar number systems.

HEX 46 50 5F
Decimal 70 80 95
Binary 1000110 1010000 1011111
Octal 106 120 137

Shades and tints

Shades of #46505F

#46505F
(70,80,95)
#404957
(64,73,87)
#3A424F
(58,66,79)
#343B47
(52,59,71)
#2E343F
(46,52,63)
#282D37
(40,45,55)
#22262F
(34,38,47)
#1C1F27
(28,31,39)
#16181F
(22,24,31)
#101117
(16,17,23)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #46505F

#46505F
(70,80,95)
#565F6D
(86,95,109)
#666E7B
(102,110,123)
#767D89
(118,125,137)
#868C97
(134,140,151)
#969BA5
(150,155,165)
#A6AAB3
(166,170,179)
#B6B9C1
(182,185,193)
#C6C8CF
(198,200,207)
#D6D7DD
(214,215,221)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46505F; }

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

This text font color is #46505F.

Background Color

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

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

This div background color is #46505F.

Border color

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

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

This div border color is #46505F.

Opacity

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

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

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

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

This text has shadow with #46505F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46505F.

Preview

Color preview on black background

This text has color #46505F on black background.


Color preview on white background

This text has color #46505F on white background.


Black color preview on #46505F background

This text has black color on #46505F background.


White color preview on #46505F background

This text has white color on #46505F background.


Related colors

Complementary color

Complementary color for #hex is #B9AFA0.


I love getcolorcode.com

Triadic colors

1 #5F4650 and #505F46 with #46505F are triadic colors.

2 #5F5046 and #50465F with #46505F are triadic colors.