COLOR #46807E

HEX: #46807E
RGB: (70,128,126)

Color info

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

RGB color model

#46807E color RGB value is (70,128,126).

  • red value is 70;
  • green value is 128;
  • blue value is 126.
RGB:
(70,128,126)
(27%,50%,49%)

RGB channels and saturation

R 70 of 255 = 27%
G 128 of 255 = 50%
B 126 of 255 = 49%

70
128
126

R + G + B ~ 42%. #46807E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 128 + 126 = 324 (100%)
R 70 of 324 ~ 21.6%
G 128 of 324 ~ 39.51%
B 126 of 324 ~ 38.89%

%21.6
%39.51
%38.89

CMYK color model

#46807E color CMYK value is (45,0,2,50).

  • cyan value is 45.31%
  • magenta value is 0.00%
  • yellow value is 1.56%
  • key color value is 49.80%
CMYK:
(45,0,2,50)
C45M0Y2K50 
(45%,0%,2%,50%)
(0.45/0.00/0.02/0.50)	

CMYK percentages

%45.31
%0
%1.56
%49.8

Codes

Color #46807E in popluar color models

46807E
RGB70128126
HSL178°29.29%38.82%
HSB/HSV178°45.31%50.20%
CMYK45.31%0.00%1.56%
49.80%

Color #46807E in popluar number systems.

HEX46807E
Decimal70128126
Binary1000110100000001111110
Octal106200176

Shades and tints

Shades of #46807E

#46807E
(70,128,126)
#407573
(64,117,115)
#3A6A68
(58,106,104)
#345F5D
(52,95,93)
#2E5452
(46,84,82)
#284947
(40,73,71)
#223E3C
(34,62,60)
#1C3331
(28,51,49)
#162826
(22,40,38)
#101D1B
(16,29,27)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #46807E

#46807E
(70,128,126)
#568B89
(86,139,137)
#669694
(102,150,148)
#76A19F
(118,161,159)
#86ACAA
(134,172,170)
#96B7B5
(150,183,181)
#A6C2C0
(166,194,192)
#B6CDCB
(182,205,203)
#C6D8D6
(198,216,214)
#D6E3E1
(214,227,225)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46807E color. Also use rgb(70,128,126) instead hex code.

Text Font Color

.myTextColor { color: #46807E; }

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

This text font color is #46807E.


Background Color

.myBgColor { background-color: #46807E; }

<div style="background-color:#46807E">Inner text</div>

This div background color is #46807E.


Border color

.myBorderColor { border: 1px solid #46807E; }

<div style="border:3px solid #46807E">Div</div>

This div border color is #46807E.


Opacity

.myOpacity80 { color: #46807E; opacity: 0.8; }

<p style="color:#46807E;opacity:0.8;">80%</p>

Text with #46807E 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 #46807E;}

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

This text has shadow with #46807E color.

.textShadow {text-shadow: 3px 3px 1px #46807E, 3px 3px 1px red;}

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

This text has shadow with #46807E primary color and red secondary color.


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

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

This text has shadow with #46807E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46807E on black background.


Color preview on white background

This text has color #46807E on white background.



Black color preview on #46807E background

This text has black color on #46807E background.


White color preview on #46807E background

This text has white color on #46807E background.