COLOR #46626C

HEX: #46626C
RGB: (70,98,108)

Color info

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

RGB color model

#46626C color RGB value is (70,98,108).

  • red value is 70;
  • green value is 98;
  • blue value is 108.
RGB:
(70,98,108)
(27%,38%,42%)

RGB channels and saturation

R 70 of 255 = 27%
G 98 of 255 = 38%
B 108 of 255 = 42%

70
98
108

R + G + B ~ 36%. #46626C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 98 + 108 = 276 (100%)
R 70 of 276 ~ 25.36%
G 98 of 276 ~ 35.51%
B 108 of 276 ~ 39.13%

%25.36
%35.51
%39.13

CMYK color model

#46626C color CMYK value is (35,9,0,58).

  • cyan value is 35.19%
  • magenta value is 9.26%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(35,9,0,58)
C35M9Y0K58 
(35%,9%,0%,58%)
(0.35/0.09/0.00/0.58)	

CMYK percentages

%35.19
%9.26
%0
%57.65

Codes

Color #46626C in popluar color models

46626C
RGB7098108
HSL196°21.35%34.90%
HSB/HSV196°35.19%42.35%
CMYK35.19%9.26%0.00%
57.65%

Color #46626C in popluar number systems.

HEX46626C
Decimal7098108
Binary100011011000101101100
Octal106142154

Shades and tints

Shades of #46626C

#46626C
(70,98,108)
#405A63
(64,90,99)
#3A525A
(58,82,90)
#344A51
(52,74,81)
#2E4248
(46,66,72)
#283A3F
(40,58,63)
#223236
(34,50,54)
#1C2A2D
(28,42,45)
#162224
(22,34,36)
#101A1B
(16,26,27)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #46626C

#46626C
(70,98,108)
#567079
(86,112,121)
#667E86
(102,126,134)
#768C93
(118,140,147)
#869AA0
(134,154,160)
#96A8AD
(150,168,173)
#A6B6BA
(166,182,186)
#B6C4C7
(182,196,199)
#C6D2D4
(198,210,212)
#D6E0E1
(214,224,225)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46626C color. Also use rgb(70,98,108) instead hex code.

Text Font Color

.myTextColor { color: #46626C; }

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

This text font color is #46626C.


Background Color

.myBgColor { background-color: #46626C; }

<div style="background-color:#46626C">Inner text</div>

This div background color is #46626C.


Border color

.myBorderColor { border: 1px solid #46626C; }

<div style="border:3px solid #46626C">Div</div>

This div border color is #46626C.


Opacity

.myOpacity80 { color: #46626C; opacity: 0.8; }

<p style="color:#46626C;opacity:0.8;">80%</p>

Text with #46626C 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 #46626C;}

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

This text has shadow with #46626C color.

.textShadow {text-shadow: 3px 3px 1px #46626C, 3px 3px 1px red;}

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

This text has shadow with #46626C primary color and red secondary color.


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

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

This text has shadow with #46626C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46626C on black background.


Color preview on white background

This text has color #46626C on white background.



Black color preview on #46626C background

This text has black color on #46626C background.


White color preview on #46626C background

This text has white color on #46626C background.