COLOR #46748D

HEX: #46748D
RGB: (70,116,141)

Color info

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

RGB color model

#46748D color RGB value is (70,116,141).

  • red value is 70;
  • green value is 116;
  • blue value is 141.
RGB:
(70,116,141)
(27%,45%,55%)

RGB channels and saturation

R 70 of 255 = 27%
G 116 of 255 = 45%
B 141 of 255 = 55%

70
116
141

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

Portions of RGB colors in percentages

R + G + B =
70 + 116 + 141 = 327 (100%)
R 70 of 327 ~ 21.41%
G 116 of 327 ~ 35.47%
B 141 of 327 ~ 43.12%

%21.41
%35.47
%43.12

CMYK color model

#46748D color CMYK value is (50,18,0,45).

  • cyan value is 50.35%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(50,18,0,45)
C50M18Y0K45 
(50%,18%,0%,45%)
(0.50/0.18/0.00/0.45)	

CMYK percentages

%50.35
%17.73
%0
%44.71

Codes

Color #46748D in popluar color models

46748D
RGB70116141
HSL201°33.65%41.37%
HSB/HSV201°50.35%55.29%
CMYK50.35%17.73%0.00%
44.71%

Color #46748D in popluar number systems.

HEX46748D
Decimal70116141
Binary1000110111010010001101
Octal106164215

Shades and tints

Shades of #46748D

#46748D
(70,116,141)
#406A81
(64,106,129)
#3A6075
(58,96,117)
#345669
(52,86,105)
#2E4C5D
(46,76,93)
#284251
(40,66,81)
#223845
(34,56,69)
#1C2E39
(28,46,57)
#16242D
(22,36,45)
#101A21
(16,26,33)
#0A1015
(10,16,21)
#000000
(0,0,0)

Tints of #46748D

#46748D
(70,116,141)
#568097
(86,128,151)
#668CA1
(102,140,161)
#7698AB
(118,152,171)
#86A4B5
(134,164,181)
#96B0BF
(150,176,191)
#A6BCC9
(166,188,201)
#B6C8D3
(182,200,211)
#C6D4DD
(198,212,221)
#D6E0E7
(214,224,231)
#E6ECF1
(230,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46748D color. Also use rgb(70,116,141) instead hex code.

Text Font Color

.myTextColor { color: #46748D; }

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

This text font color is #46748D.


Background Color

.myBgColor { background-color: #46748D; }

<div style="background-color:#46748D">Inner text</div>

This div background color is #46748D.


Border color

.myBorderColor { border: 1px solid #46748D; }

<div style="border:3px solid #46748D">Div</div>

This div border color is #46748D.


Opacity

.myOpacity80 { color: #46748D; opacity: 0.8; }

<p style="color:#46748D;opacity:0.8;">80%</p>

Text with #46748D 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 #46748D;}

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

This text has shadow with #46748D color.

.textShadow {text-shadow: 3px 3px 1px #46748D, 3px 3px 1px red;}

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

This text has shadow with #46748D primary color and red secondary color.


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

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

This text has shadow with #46748D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46748D on black background.


Color preview on white background

This text has color #46748D on white background.



Black color preview on #46748D background

This text has black color on #46748D background.


White color preview on #46748D background

This text has white color on #46748D background.