COLOR #46617D

HEX: #46617D
RGB: (70,97,125)

Color info

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

RGB color model

#46617D color RGB value is (70,97,125).

  • red value is 70;
  • green value is 97;
  • blue value is 125.
RGB:
(70,97,125)
(27%,38%,49%)

RGB channels and saturation

R 70 of 255 = 27%
G 97 of 255 = 38%
B 125 of 255 = 49%

70
97
125

R + G + B ~ 38%. #46617D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 97 + 125 = 292 (100%)
R 70 of 292 ~ 23.97%
G 97 of 292 ~ 33.22%
B 125 of 292 ~ 42.81%

%23.97
%33.22
%42.81

CMYK color model

#46617D color CMYK value is (44,22,0,51).

  • cyan value is 44.00%
  • magenta value is 22.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(44,22,0,51)
C44M22Y0K51 
(44%,22%,0%,51%)
(0.44/0.22/0.00/0.51)	

CMYK percentages

%44
%22.4
%0
%50.98

Codes

Color #46617D in popluar color models

46617D
RGB7097125
HSL211°28.21%38.24%
HSB/HSV211°44.00%49.02%
CMYK44.00%22.40%0.00%
50.98%

Color #46617D in popluar number systems.

HEX46617D
Decimal7097125
Binary100011011000011111101
Octal106141175

Shades and tints

Shades of #46617D

#46617D
(70,97,125)
#405972
(64,89,114)
#3A5167
(58,81,103)
#34495C
(52,73,92)
#2E4151
(46,65,81)
#283946
(40,57,70)
#22313B
(34,49,59)
#1C2930
(28,41,48)
#162125
(22,33,37)
#10191A
(16,25,26)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #46617D

#46617D
(70,97,125)
#566F88
(86,111,136)
#667D93
(102,125,147)
#768B9E
(118,139,158)
#8699A9
(134,153,169)
#96A7B4
(150,167,180)
#A6B5BF
(166,181,191)
#B6C3CA
(182,195,202)
#C6D1D5
(198,209,213)
#D6DFE0
(214,223,224)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46617D; }

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

This text font color is #46617D.


Background Color

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

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

This div background color is #46617D.


Border color

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

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

This div border color is #46617D.


Opacity

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

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

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

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

This text has shadow with #46617D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46617D on black background.


Color preview on white background

This text has color #46617D on white background.



Black color preview on #46617D background

This text has black color on #46617D background.


White color preview on #46617D background

This text has white color on #46617D background.