COLOR #46629C

HEX: #46629C
RGB: (70,98,156)

Color info

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

RGB color model

#46629C color RGB value is (70,98,156).

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

RGB channels and saturation

R 70 of 255 = 27%
G 98 of 255 = 38%
B 156 of 255 = 61%

70
98
156

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

Portions of RGB colors in percentages

R + G + B =
70 + 98 + 156 = 324 (100%)
R 70 of 324 ~ 21.6%
G 98 of 324 ~ 30.25%
B 156 of 324 ~ 48.15%

%21.6
%30.25
%48.15

CMYK color model

#46629C color CMYK value is (55,37,0,39).

  • cyan value is 55.13%
  • magenta value is 37.18%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(55,37,0,39)
C55M37Y0K39 
(55%,37%,0%,39%)
(0.55/0.37/0.00/0.39)	

CMYK percentages

%55.13
%37.18
%0
%38.82

Codes

Color #46629C in popluar color models

46629C
RGB7098156
HSL220°38.05%44.31%
HSB/HSV220°55.13%61.18%
CMYK55.13%37.18%0.00%
38.82%

Color #46629C in popluar number systems.

HEX46629C
Decimal7098156
Binary1000110110001010011100
Octal106142234

Shades and tints

Shades of #46629C

#46629C
(70,98,156)
#405A8E
(64,90,142)
#3A5280
(58,82,128)
#344A72
(52,74,114)
#2E4264
(46,66,100)
#283A56
(40,58,86)
#223248
(34,50,72)
#1C2A3A
(28,42,58)
#16222C
(22,34,44)
#101A1E
(16,26,30)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #46629C

#46629C
(70,98,156)
#5670A5
(86,112,165)
#667EAE
(102,126,174)
#768CB7
(118,140,183)
#869AC0
(134,154,192)
#96A8C9
(150,168,201)
#A6B6D2
(166,182,210)
#B6C4DB
(182,196,219)
#C6D2E4
(198,210,228)
#D6E0ED
(214,224,237)
#E6EEF6
(230,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46629C; }

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

This text font color is #46629C.


Background Color

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

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

This div background color is #46629C.


Border color

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

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

This div border color is #46629C.


Opacity

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

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

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

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

This text has shadow with #46629C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46629C on black background.


Color preview on white background

This text has color #46629C on white background.



Black color preview on #46629C background

This text has black color on #46629C background.


White color preview on #46629C background

This text has white color on #46629C background.