COLOR #46597A

HEX: #46597A
RGB: (70,89,122)

Color info

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

RGB color model

#46597A color RGB value is (70,89,122).

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

RGB channels and saturation

R 70 of 255 = 27%
G 89 of 255 = 35%
B 122 of 255 = 48%

70
89
122

R + G + B ~ 37%. #46597A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 89 + 122 = 281 (100%)
R 70 of 281 ~ 24.91%
G 89 of 281 ~ 31.67%
B 122 of 281 ~ 43.42%

%24.91
%31.67
%43.42

CMYK color model

#46597A color CMYK value is (43,27,0,52).

  • cyan value is 42.62%
  • magenta value is 27.05%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(43,27,0,52)
C43M27Y0K52 
(43%,27%,0%,52%)
(0.43/0.27/0.00/0.52)	

CMYK percentages

%42.62
%27.05
%0
%52.16

Codes

Color #46597A in popluar color models

46597A
RGB7089122
HSL218°27.08%37.65%
HSB/HSV218°42.62%47.84%
CMYK42.62%27.05%0.00%
52.16%

Color #46597A in popluar number systems.

HEX46597A
Decimal7089122
Binary100011010110011111010
Octal106131172

Shades and tints

Shades of #46597A

#46597A
(70,89,122)
#40516F
(64,81,111)
#3A4964
(58,73,100)
#344159
(52,65,89)
#2E394E
(46,57,78)
#283143
(40,49,67)
#222938
(34,41,56)
#1C212D
(28,33,45)
#161922
(22,25,34)
#101117
(16,17,23)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #46597A

#46597A
(70,89,122)
#566886
(86,104,134)
#667792
(102,119,146)
#76869E
(118,134,158)
#8695AA
(134,149,170)
#96A4B6
(150,164,182)
#A6B3C2
(166,179,194)
#B6C2CE
(182,194,206)
#C6D1DA
(198,209,218)
#D6E0E6
(214,224,230)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46597A; }

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

This text font color is #46597A.


Background Color

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

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

This div background color is #46597A.


Border color

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

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

This div border color is #46597A.


Opacity

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

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

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

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

This text has shadow with #46597A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46597A on black background.


Color preview on white background

This text has color #46597A on white background.



Black color preview on #46597A background

This text has black color on #46597A background.


White color preview on #46597A background

This text has white color on #46597A background.