COLOR #46869F

HEX: #46869F
RGB: (70,134,159)

Color info

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

RGB color model

#46869F color RGB value is (70,134,159).

  • red value is 70;
  • green value is 134;
  • blue value is 159.
RGB:
(70,134,159)
(27%,53%,62%)

RGB channels and saturation

R 70 of 255 = 27%
G 134 of 255 = 53%
B 159 of 255 = 62%

70
134
159

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

Portions of RGB colors in percentages

R + G + B =
70 + 134 + 159 = 363 (100%)
R 70 of 363 ~ 19.28%
G 134 of 363 ~ 36.91%
B 159 of 363 ~ 43.8%

%19.28
%36.91
%43.8

CMYK color model

#46869F color CMYK value is (56,16,0,38).

  • cyan value is 55.97%
  • magenta value is 15.72%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(56,16,0,38)
C56M16Y0K38 
(56%,16%,0%,38%)
(0.56/0.16/0.00/0.38)	

CMYK percentages

%55.97
%15.72
%0
%37.65

Codes

Color #46869F in popluar color models

46869F
RGB70134159
HSL197°38.86%44.90%
HSB/HSV197°55.97%62.35%
CMYK55.97%15.72%0.00%
37.65%

Color #46869F in popluar number systems.

HEX46869F
Decimal70134159
Binary10001101000011010011111
Octal106206237

Shades and tints

Shades of #46869F

#46869F
(70,134,159)
#407A91
(64,122,145)
#3A6E83
(58,110,131)
#346275
(52,98,117)
#2E5667
(46,86,103)
#284A59
(40,74,89)
#223E4B
(34,62,75)
#1C323D
(28,50,61)
#16262F
(22,38,47)
#101A21
(16,26,33)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #46869F

#46869F
(70,134,159)
#5691A7
(86,145,167)
#669CAF
(102,156,175)
#76A7B7
(118,167,183)
#86B2BF
(134,178,191)
#96BDC7
(150,189,199)
#A6C8CF
(166,200,207)
#B6D3D7
(182,211,215)
#C6DEDF
(198,222,223)
#D6E9E7
(214,233,231)
#E6F4EF
(230,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46869F color. Also use rgb(70,134,159) instead hex code.

Text Font Color

.myTextColor { color: #46869F; }

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

This text font color is #46869F.


Background Color

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

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

This div background color is #46869F.


Border color

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

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

This div border color is #46869F.


Opacity

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

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

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

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

This text has shadow with #46869F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46869F on black background.


Color preview on white background

This text has color #46869F on white background.



Black color preview on #46869F background

This text has black color on #46869F background.


White color preview on #46869F background

This text has white color on #46869F background.