COLOR #46717A

HEX: #46717A
RGB: (70,113,122)

Color info

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

RGB color model

#46717A color RGB value is (70,113,122).

  • red value is 70;
  • green value is 113;
  • blue value is 122.
RGB:
(70,113,122)
(27%,44%,48%)

RGB channels and saturation

R 70 of 255 = 27%
G 113 of 255 = 44%
B 122 of 255 = 48%

70
113
122

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

Portions of RGB colors in percentages

R + G + B =
70 + 113 + 122 = 305 (100%)
R 70 of 305 ~ 22.95%
G 113 of 305 ~ 37.05%
B 122 of 305 ~ 40%

%22.95
%37.05
%40

CMYK color model

#46717A color CMYK value is (43,7,0,52).

  • cyan value is 42.62%
  • magenta value is 7.38%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(43,7,0,52)
C43M7Y0K52 
(43%,7%,0%,52%)
(0.43/0.07/0.00/0.52)	

CMYK percentages

%42.62
%7.38
%0
%52.16

Codes

Color #46717A in popluar color models

46717A
RGB70113122
HSL190°27.08%37.65%
HSB/HSV190°42.62%47.84%
CMYK42.62%7.38%0.00%
52.16%

Color #46717A in popluar number systems.

HEX46717A
Decimal70113122
Binary100011011100011111010
Octal106161172

Shades and tints

Shades of #46717A

#46717A
(70,113,122)
#40676F
(64,103,111)
#3A5D64
(58,93,100)
#345359
(52,83,89)
#2E494E
(46,73,78)
#283F43
(40,63,67)
#223538
(34,53,56)
#1C2B2D
(28,43,45)
#162122
(22,33,34)
#101717
(16,23,23)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #46717A

#46717A
(70,113,122)
#567D86
(86,125,134)
#668992
(102,137,146)
#76959E
(118,149,158)
#86A1AA
(134,161,170)
#96ADB6
(150,173,182)
#A6B9C2
(166,185,194)
#B6C5CE
(182,197,206)
#C6D1DA
(198,209,218)
#D6DDE6
(214,221,230)
#E6E9F2
(230,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46717A color. Also use rgb(70,113,122) instead hex code.

Text Font Color

.myTextColor { color: #46717A; }

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

This text font color is #46717A.


Background Color

.myBgColor { background-color: #46717A; }

<div style="background-color:#46717A">Inner text</div>

This div background color is #46717A.


Border color

.myBorderColor { border: 1px solid #46717A; }

<div style="border:3px solid #46717A">Div</div>

This div border color is #46717A.


Opacity

.myOpacity80 { color: #46717A; opacity: 0.8; }

<p style="color:#46717A;opacity:0.8;">80%</p>

Text with #46717A 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 #46717A;}

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

This text has shadow with #46717A color.

.textShadow {text-shadow: 3px 3px 1px #46717A, 3px 3px 1px red;}

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

This text has shadow with #46717A primary color and red secondary color.


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

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

This text has shadow with #46717A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46717A on black background.


Color preview on white background

This text has color #46717A on white background.



Black color preview on #46717A background

This text has black color on #46717A background.


White color preview on #46717A background

This text has white color on #46717A background.