COLOR #46809E

HEX: #46809E
RGB: (70,128,158)

Color info

#46809E contains mainly green and blue colors. Web safe color of #46809E is #336699 (or #369).

RGB color model

#46809E color RGB value is (70,128,158).

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

RGB channels and saturation

R 70 of 255 = 27%
G 128 of 255 = 50%
B 158 of 255 = 62%

70
128
158

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

Portions of RGB colors in percentages

R + G + B =
70 + 128 + 158 = 356 (100%)
R 70 of 356 ~ 19.66%
G 128 of 356 ~ 35.96%
B 158 of 356 ~ 44.38%

%19.66
%35.96
%44.38

CMYK color model

#46809E color CMYK value is (56,19,0,38).

  • cyan value is 55.70%
  • magenta value is 18.99%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(56,19,0,38)
C56M19Y0K38 
(56%,19%,0%,38%)
(0.56/0.19/0.00/0.38)	

CMYK percentages

%55.7
%18.99
%0
%38.04

Codes

Color #46809E in popluar color models

46809E
RGB70128158
HSL200°38.60%44.71%
HSB/HSV200°55.70%61.96%
CMYK55.70%18.99%0.00%
38.04%

Color #46809E in popluar number systems.

HEX46809E
Decimal70128158
Binary10001101000000010011110
Octal106200236

Shades and tints

Shades of #46809E

#46809E
(70,128,158)
#407590
(64,117,144)
#3A6A82
(58,106,130)
#345F74
(52,95,116)
#2E5466
(46,84,102)
#284958
(40,73,88)
#223E4A
(34,62,74)
#1C333C
(28,51,60)
#16282E
(22,40,46)
#101D20
(16,29,32)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #46809E

#46809E
(70,128,158)
#568BA6
(86,139,166)
#6696AE
(102,150,174)
#76A1B6
(118,161,182)
#86ACBE
(134,172,190)
#96B7C6
(150,183,198)
#A6C2CE
(166,194,206)
#B6CDD6
(182,205,214)
#C6D8DE
(198,216,222)
#D6E3E6
(214,227,230)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46809E; }

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

This text font color is #46809E.


Background Color

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

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

This div background color is #46809E.


Border color

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

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

This div border color is #46809E.


Opacity

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

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

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

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

This text has shadow with #46809E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46809E on black background.


Color preview on white background

This text has color #46809E on white background.



Black color preview on #46809E background

This text has black color on #46809E background.


White color preview on #46809E background

This text has white color on #46809E background.