COLOR #46627A

HEX: #46627A
RGB: (70,98,122)

Color info

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

RGB color model

#46627A color RGB value is (70,98,122).

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

RGB channels and saturation

R 70 of 255 = 27%
G 98 of 255 = 38%
B 122 of 255 = 48%

70
98
122

R + G + B ~ 38%. #46627A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 98 + 122 = 290 (100%)
R 70 of 290 ~ 24.14%
G 98 of 290 ~ 33.79%
B 122 of 290 ~ 42.07%

%24.14
%33.79
%42.07

CMYK color model

#46627A color CMYK value is (43,20,0,52).

  • cyan value is 42.62%
  • magenta value is 19.67%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(43,20,0,52)
C43M20Y0K52 
(43%,20%,0%,52%)
(0.43/0.20/0.00/0.52)	

CMYK percentages

%42.62
%19.67
%0
%52.16

Codes

Color #46627A in popluar color models

46627A
RGB7098122
HSL208°27.08%37.65%
HSB/HSV208°42.62%47.84%
CMYK42.62%19.67%0.00%
52.16%

Color #46627A in popluar number systems.

HEX46627A
Decimal7098122
Binary100011011000101111010
Octal106142172

Shades and tints

Shades of #46627A

#46627A
(70,98,122)
#405A6F
(64,90,111)
#3A5264
(58,82,100)
#344A59
(52,74,89)
#2E424E
(46,66,78)
#283A43
(40,58,67)
#223238
(34,50,56)
#1C2A2D
(28,42,45)
#162222
(22,34,34)
#101A17
(16,26,23)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #46627A

#46627A
(70,98,122)
#567086
(86,112,134)
#667E92
(102,126,146)
#768C9E
(118,140,158)
#869AAA
(134,154,170)
#96A8B6
(150,168,182)
#A6B6C2
(166,182,194)
#B6C4CE
(182,196,206)
#C6D2DA
(198,210,218)
#D6E0E6
(214,224,230)
#E6EEF2
(230,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46627A color. Also use rgb(70,98,122) instead hex code.

Text Font Color

.myTextColor { color: #46627A; }

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

This text font color is #46627A.


Background Color

.myBgColor { background-color: #46627A; }

<div style="background-color:#46627A">Inner text</div>

This div background color is #46627A.


Border color

.myBorderColor { border: 1px solid #46627A; }

<div style="border:3px solid #46627A">Div</div>

This div border color is #46627A.


Opacity

.myOpacity80 { color: #46627A; opacity: 0.8; }

<p style="color:#46627A;opacity:0.8;">80%</p>

Text with #46627A 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 #46627A;}

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

This text has shadow with #46627A color.

.textShadow {text-shadow: 3px 3px 1px #46627A, 3px 3px 1px red;}

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

This text has shadow with #46627A primary color and red secondary color.


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

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

This text has shadow with #46627A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46627A on black background.


Color preview on white background

This text has color #46627A on white background.



Black color preview on #46627A background

This text has black color on #46627A background.


White color preview on #46627A background

This text has white color on #46627A background.