COLOR #46598A

HEX: #46598A
RGB: (70,89,138)

Color info

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

RGB color model

#46598A color RGB value is (70,89,138).

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

RGB channels and saturation

R 70 of 255 = 27%
G 89 of 255 = 35%
B 138 of 255 = 54%

70
89
138

R + G + B ~ 39%. #46598A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 89 + 138 = 297 (100%)
R 70 of 297 ~ 23.57%
G 89 of 297 ~ 29.97%
B 138 of 297 ~ 46.46%

%23.57
%29.97
%46.46

CMYK color model

#46598A color CMYK value is (49,36,0,46).

  • cyan value is 49.28%
  • magenta value is 35.51%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(49,36,0,46)
C49M36Y0K46 
(49%,36%,0%,46%)
(0.49/0.36/0.00/0.46)	

CMYK percentages

%49.28
%35.51
%0
%45.88

Codes

Color #46598A in popluar color models

46598A
RGB7089138
HSL223°32.69%40.78%
HSB/HSV223°49.28%54.12%
CMYK49.28%35.51%0.00%
45.88%

Color #46598A in popluar number systems.

HEX46598A
Decimal7089138
Binary1000110101100110001010
Octal106131212

Shades and tints

Shades of #46598A

#46598A
(70,89,138)
#40517E
(64,81,126)
#3A4972
(58,73,114)
#344166
(52,65,102)
#2E395A
(46,57,90)
#28314E
(40,49,78)
#222942
(34,41,66)
#1C2136
(28,33,54)
#16192A
(22,25,42)
#10111E
(16,17,30)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #46598A

#46598A
(70,89,138)
#566894
(86,104,148)
#66779E
(102,119,158)
#7686A8
(118,134,168)
#8695B2
(134,149,178)
#96A4BC
(150,164,188)
#A6B3C6
(166,179,198)
#B6C2D0
(182,194,208)
#C6D1DA
(198,209,218)
#D6E0E4
(214,224,228)
#E6EFEE
(230,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46598A; }

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

This text font color is #46598A.


Background Color

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

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

This div background color is #46598A.


Border color

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

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

This div border color is #46598A.


Opacity

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

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

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

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

This text has shadow with #46598A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46598A on black background.


Color preview on white background

This text has color #46598A on white background.



Black color preview on #46598A background

This text has black color on #46598A background.


White color preview on #46598A background

This text has white color on #46598A background.