COLOR #46848F

HEX: #46848F
RGB: (70,132,143)

Color info

#46848F contains mainly green and blue colors. Web safe color of #46848F is #339999 (or #399).

RGB color model

#46848F color RGB value is (70,132,143).

  • red value is 70;
  • green value is 132;
  • blue value is 143.
RGB:
(70,132,143)
(27%,52%,56%)

RGB channels and saturation

R 70 of 255 = 27%
G 132 of 255 = 52%
B 143 of 255 = 56%

70
132
143

R + G + B ~ 45%. #46848F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 132 + 143 = 345 (100%)
R 70 of 345 ~ 20.29%
G 132 of 345 ~ 38.26%
B 143 of 345 ~ 41.45%

%20.29
%38.26
%41.45

CMYK color model

#46848F color CMYK value is (51,8,0,44).

  • cyan value is 51.05%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(51,8,0,44)
C51M8Y0K44 
(51%,8%,0%,44%)
(0.51/0.08/0.00/0.44)	

CMYK percentages

%51.05
%7.69
%0
%43.92

Codes

Color #46848F in popluar color models

46848F
RGB70132143
HSL189°34.27%41.76%
HSB/HSV189°51.05%56.08%
CMYK51.05%7.69%0.00%
43.92%

Color #46848F in popluar number systems.

HEX46848F
Decimal70132143
Binary10001101000010010001111
Octal106204217

Shades and tints

Shades of #46848F

#46848F
(70,132,143)
#407882
(64,120,130)
#3A6C75
(58,108,117)
#346068
(52,96,104)
#2E545B
(46,84,91)
#28484E
(40,72,78)
#223C41
(34,60,65)
#1C3034
(28,48,52)
#162427
(22,36,39)
#10181A
(16,24,26)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #46848F

#46848F
(70,132,143)
#568F99
(86,143,153)
#669AA3
(102,154,163)
#76A5AD
(118,165,173)
#86B0B7
(134,176,183)
#96BBC1
(150,187,193)
#A6C6CB
(166,198,203)
#B6D1D5
(182,209,213)
#C6DCDF
(198,220,223)
#D6E7E9
(214,231,233)
#E6F2F3
(230,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46848F color. Also use rgb(70,132,143) instead hex code.

Text Font Color

.myTextColor { color: #46848F; }

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

This text font color is #46848F.


Background Color

.myBgColor { background-color: #46848F; }

<div style="background-color:#46848F">Inner text</div>

This div background color is #46848F.


Border color

.myBorderColor { border: 1px solid #46848F; }

<div style="border:3px solid #46848F">Div</div>

This div border color is #46848F.


Opacity

.myOpacity80 { color: #46848F; opacity: 0.8; }

<p style="color:#46848F;opacity:0.8;">80%</p>

Text with #46848F 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 #46848F;}

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

This text has shadow with #46848F color.

.textShadow {text-shadow: 3px 3px 1px #46848F, 3px 3px 1px red;}

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

This text has shadow with #46848F primary color and red secondary color.


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

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

This text has shadow with #46848F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46848F on black background.


Color preview on white background

This text has color #46848F on white background.



Black color preview on #46848F background

This text has black color on #46848F background.


White color preview on #46848F background

This text has white color on #46848F background.