COLOR #46767A

HEX: #46767A
RGB: (70,118,122)

Color info

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

RGB color model

#46767A color RGB value is (70,118,122).

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

RGB channels and saturation

R 70 of 255 = 27%
G 118 of 255 = 46%
B 122 of 255 = 48%

70
118
122

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

Portions of RGB colors in percentages

R + G + B =
70 + 118 + 122 = 310 (100%)
R 70 of 310 ~ 22.58%
G 118 of 310 ~ 38.06%
B 122 of 310 ~ 39.35%

%22.58
%38.06
%39.35

CMYK color model

#46767A color CMYK value is (43,3,0,52).

  • cyan value is 42.62%
  • magenta value is 3.28%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(43,3,0,52)
C43M3Y0K52 
(43%,3%,0%,52%)
(0.43/0.03/0.00/0.52)	

CMYK percentages

%42.62
%3.28
%0
%52.16

Codes

Color #46767A in popluar color models

46767A
RGB70118122
HSL185°27.08%37.65%
HSB/HSV185°42.62%47.84%
CMYK42.62%3.28%0.00%
52.16%

Color #46767A in popluar number systems.

HEX46767A
Decimal70118122
Binary100011011101101111010
Octal106166172

Shades and tints

Shades of #46767A

#46767A
(70,118,122)
#406C6F
(64,108,111)
#3A6264
(58,98,100)
#345859
(52,88,89)
#2E4E4E
(46,78,78)
#284443
(40,68,67)
#223A38
(34,58,56)
#1C302D
(28,48,45)
#162622
(22,38,34)
#101C17
(16,28,23)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #46767A

#46767A
(70,118,122)
#568286
(86,130,134)
#668E92
(102,142,146)
#769A9E
(118,154,158)
#86A6AA
(134,166,170)
#96B2B6
(150,178,182)
#A6BEC2
(166,190,194)
#B6CACE
(182,202,206)
#C6D6DA
(198,214,218)
#D6E2E6
(214,226,230)
#E6EEF2
(230,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46767A; }

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

This text font color is #46767A.


Background Color

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

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

This div background color is #46767A.


Border color

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

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

This div border color is #46767A.


Opacity

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

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

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

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

This text has shadow with #46767A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46767A on black background.


Color preview on white background

This text has color #46767A on white background.



Black color preview on #46767A background

This text has black color on #46767A background.


White color preview on #46767A background

This text has white color on #46767A background.