COLOR #46737D

HEX: #46737D RGB: (70,115,125)

Color info

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

RGB color model

#46737D color RGB value is (70,115,125).

RGB: (70,115,125) (27%, 45%, 49%)

RGB channels and saturation

R 70 of 255 = 27%
G 115 of 255 = 45%
B 125 of 255 = 49%

70
115
125

R + G + B ~ 40%. #46737D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 70 + 115 + 125 = 310 (100%)
R 70 of 310 ~ 22.58%
G 115 of 310 ~ 37.1%
B 125 of 310 ~ 40.32'%

%22.58
%37.1
%40.32

CMYK color model

#46737D color CMYK value is (44,8,0,51).

  • cyan value is 44.00%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (44,8,0,51)
C44M8Y0K51 (44%, 8%, 0%, 51%)
(0.44 / 0.08 / 0.00 / 0.51)

CMYK percentages

%44
%8
%0
%50.98

Codes

Color #46737D in popluar color models

46 73 7D
RGB 70 115 125
HSL 191° 28.21% 38.24%
HSB/HSV 191° 44.00% 49.02%
CMYK 44.00% 8.00% 0.00%
50.98%

Color #46737D in popluar number systems.

HEX 46 73 7D
Decimal 70 115 125
Binary 1000110 1110011 1111101
Octal 106 163 175

Shades and tints

Shades of #46737D

#46737D
(70,115,125)
#406972
(64,105,114)
#3A5F67
(58,95,103)
#34555C
(52,85,92)
#2E4B51
(46,75,81)
#284146
(40,65,70)
#22373B
(34,55,59)
#1C2D30
(28,45,48)
#162325
(22,35,37)
#10191A
(16,25,26)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #46737D

#46737D
(70,115,125)
#567F88
(86,127,136)
#668B93
(102,139,147)
#76979E
(118,151,158)
#86A3A9
(134,163,169)
#96AFB4
(150,175,180)
#A6BBBF
(166,187,191)
#B6C7CA
(182,199,202)
#C6D3D5
(198,211,213)
#D6DFE0
(214,223,224)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46737D color. Also use rgb(70,115,125) instead hex code.

Text Font Color

.myTextColor { color: #46737D; }

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

This text font color is #46737D.

Background Color

.myBgColor { background-color: #46737D; }

<div style="background-color:#46737D">Inner text</div>

This div background color is #46737D.

Border color

.myBorderColor { border: 1px solid #46737D; }

<div style="border:3px solid #46737D">Div</div>

This div border color is #46737D.

Opacity

.myOpacity80 { color: #46737D; opacity: 0.8; }

<p style="color:#46737D;opacity:0.8;">80%</p>

Text with #46737D 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 #46737D;}

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

This text has shadow with #46737D color.


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

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

This text has shadow with #46737D primary color and red secondary color.


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

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

This text has shadow with #46737D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #46737D.

Preview

Color preview on black background

This text has color #46737D on black background.


Color preview on white background

This text has color #46737D on white background.


Black color preview on #46737D background

This text has black color on #46737D background.


White color preview on #46737D background

This text has white color on #46737D background.


Related colors

Complementary color

Complementary color for #hex is #B98C82.


I love getcolorcode.com

Triadic colors

1 #7D4673 and #737D46 with #46737D are triadic colors.

2 #7D7346 and #73467D with #46737D are triadic colors.