COLOR #46628E

HEX: #46628E
RGB: (70,98,142)

Color info

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

RGB color model

#46628E color RGB value is (70,98,142).

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

RGB channels and saturation

R 70 of 255 = 27%
G 98 of 255 = 38%
B 142 of 255 = 56%

70
98
142

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

Portions of RGB colors in percentages

R + G + B =
70 + 98 + 142 = 310 (100%)
R 70 of 310 ~ 22.58%
G 98 of 310 ~ 31.61%
B 142 of 310 ~ 45.81%

%22.58
%31.61
%45.81

CMYK color model

#46628E color CMYK value is (51,31,0,44).

  • cyan value is 50.70%
  • magenta value is 30.99%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(51,31,0,44)
C51M31Y0K44 
(51%,31%,0%,44%)
(0.51/0.31/0.00/0.44)	

CMYK percentages

%50.7
%30.99
%0
%44.31

Codes

Color #46628E in popluar color models

46628E
RGB7098142
HSL217°33.96%41.57%
HSB/HSV217°50.70%55.69%
CMYK50.70%30.99%0.00%
44.31%

Color #46628E in popluar number systems.

HEX46628E
Decimal7098142
Binary1000110110001010001110
Octal106142216

Shades and tints

Shades of #46628E

#46628E
(70,98,142)
#405A82
(64,90,130)
#3A5276
(58,82,118)
#344A6A
(52,74,106)
#2E425E
(46,66,94)
#283A52
(40,58,82)
#223246
(34,50,70)
#1C2A3A
(28,42,58)
#16222E
(22,34,46)
#101A22
(16,26,34)
#0A1216
(10,18,22)
#000000
(0,0,0)

Tints of #46628E

#46628E
(70,98,142)
#567098
(86,112,152)
#667EA2
(102,126,162)
#768CAC
(118,140,172)
#869AB6
(134,154,182)
#96A8C0
(150,168,192)
#A6B6CA
(166,182,202)
#B6C4D4
(182,196,212)
#C6D2DE
(198,210,222)
#D6E0E8
(214,224,232)
#E6EEF2
(230,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46628E color. Also use rgb(70,98,142) instead hex code.

Text Font Color

.myTextColor { color: #46628E; }

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

This text font color is #46628E.


Background Color

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

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

This div background color is #46628E.


Border color

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

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

This div border color is #46628E.


Opacity

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

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

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

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

This text has shadow with #46628E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46628E on black background.


Color preview on white background

This text has color #46628E on white background.



Black color preview on #46628E background

This text has black color on #46628E background.


White color preview on #46628E background

This text has white color on #46628E background.