COLOR #46718C

HEX: #46718C
RGB: (70,113,140)

Color info

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

RGB color model

#46718C color RGB value is (70,113,140).

  • red value is 70;
  • green value is 113;
  • blue value is 140.
RGB:
(70,113,140)
(27%,44%,55%)

RGB channels and saturation

R 70 of 255 = 27%
G 113 of 255 = 44%
B 140 of 255 = 55%

70
113
140

R + G + B ~ 42%. #46718C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 113 + 140 = 323 (100%)
R 70 of 323 ~ 21.67%
G 113 of 323 ~ 34.98%
B 140 of 323 ~ 43.34%

%21.67
%34.98
%43.34

CMYK color model

#46718C color CMYK value is (50,19,0,45).

  • cyan value is 50.00%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(50,19,0,45)
C50M19Y0K45 
(50%,19%,0%,45%)
(0.50/0.19/0.00/0.45)	

CMYK percentages

%50
%19.29
%0
%45.1

Codes

Color #46718C in popluar color models

46718C
RGB70113140
HSL203°33.33%41.18%
HSB/HSV203°50.00%54.90%
CMYK50.00%19.29%0.00%
45.10%

Color #46718C in popluar number systems.

HEX46718C
Decimal70113140
Binary1000110111000110001100
Octal106161214

Shades and tints

Shades of #46718C

#46718C
(70,113,140)
#406780
(64,103,128)
#3A5D74
(58,93,116)
#345368
(52,83,104)
#2E495C
(46,73,92)
#283F50
(40,63,80)
#223544
(34,53,68)
#1C2B38
(28,43,56)
#16212C
(22,33,44)
#101720
(16,23,32)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #46718C

#46718C
(70,113,140)
#567D96
(86,125,150)
#6689A0
(102,137,160)
#7695AA
(118,149,170)
#86A1B4
(134,161,180)
#96ADBE
(150,173,190)
#A6B9C8
(166,185,200)
#B6C5D2
(182,197,210)
#C6D1DC
(198,209,220)
#D6DDE6
(214,221,230)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46718C color. Also use rgb(70,113,140) instead hex code.

Text Font Color

.myTextColor { color: #46718C; }

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

This text font color is #46718C.


Background Color

.myBgColor { background-color: #46718C; }

<div style="background-color:#46718C">Inner text</div>

This div background color is #46718C.


Border color

.myBorderColor { border: 1px solid #46718C; }

<div style="border:3px solid #46718C">Div</div>

This div border color is #46718C.


Opacity

.myOpacity80 { color: #46718C; opacity: 0.8; }

<p style="color:#46718C;opacity:0.8;">80%</p>

Text with #46718C 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 #46718C;}

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

This text has shadow with #46718C color.

.textShadow {text-shadow: 3px 3px 1px #46718C, 3px 3px 1px red;}

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

This text has shadow with #46718C primary color and red secondary color.


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

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

This text has shadow with #46718C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46718C on black background.


Color preview on white background

This text has color #46718C on white background.



Black color preview on #46718C background

This text has black color on #46718C background.


White color preview on #46718C background

This text has white color on #46718C background.