COLOR #46546E

HEX: #46546E
RGB: (70,84,110)

Color info

#46546E contains red, green and blue colors in about the same proportion. Web safe color of #46546E is #336666 (or #366).

RGB color model

#46546E color RGB value is (70,84,110).

  • red value is 70;
  • green value is 84;
  • blue value is 110.
RGB:
(70,84,110)
(27%,33%,43%)

RGB channels and saturation

R 70 of 255 = 27%
G 84 of 255 = 33%
B 110 of 255 = 43%

70
84
110

R + G + B ~ 34%. #46546E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 84 + 110 = 264 (100%)
R 70 of 264 ~ 26.52%
G 84 of 264 ~ 31.82%
B 110 of 264 ~ 41.67%

%26.52
%31.82
%41.67

CMYK color model

#46546E color CMYK value is (36,24,0,57).

  • cyan value is 36.36%
  • magenta value is 23.64%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(36,24,0,57)
C36M24Y0K57 
(36%,24%,0%,57%)
(0.36/0.24/0.00/0.57)	

CMYK percentages

%36.36
%23.64
%0
%56.86

Codes

Color #46546E in popluar color models

46546E
RGB7084110
HSL219°22.22%35.29%
HSB/HSV219°36.36%43.14%
CMYK36.36%23.64%0.00%
56.86%

Color #46546E in popluar number systems.

HEX46546E
Decimal7084110
Binary100011010101001101110
Octal106124156

Shades and tints

Shades of #46546E

#46546E
(70,84,110)
#404D64
(64,77,100)
#3A465A
(58,70,90)
#343F50
(52,63,80)
#2E3846
(46,56,70)
#28313C
(40,49,60)
#222A32
(34,42,50)
#1C2328
(28,35,40)
#161C1E
(22,28,30)
#101514
(16,21,20)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #46546E

#46546E
(70,84,110)
#56637B
(86,99,123)
#667288
(102,114,136)
#768195
(118,129,149)
#8690A2
(134,144,162)
#969FAF
(150,159,175)
#A6AEBC
(166,174,188)
#B6BDC9
(182,189,201)
#C6CCD6
(198,204,214)
#D6DBE3
(214,219,227)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46546E color. Also use rgb(70,84,110) instead hex code.

Text Font Color

.myTextColor { color: #46546E; }

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

This text font color is #46546E.


Background Color

.myBgColor { background-color: #46546E; }

<div style="background-color:#46546E">Inner text</div>

This div background color is #46546E.


Border color

.myBorderColor { border: 1px solid #46546E; }

<div style="border:3px solid #46546E">Div</div>

This div border color is #46546E.


Opacity

.myOpacity80 { color: #46546E; opacity: 0.8; }

<p style="color:#46546E;opacity:0.8;">80%</p>

Text with #46546E 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 #46546E;}

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

This text has shadow with #46546E color.

.textShadow {text-shadow: 3px 3px 1px #46546E, 3px 3px 1px red;}

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

This text has shadow with #46546E primary color and red secondary color.


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

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

This text has shadow with #46546E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46546E on black background.


Color preview on white background

This text has color #46546E on white background.



Black color preview on #46546E background

This text has black color on #46546E background.


White color preview on #46546E background

This text has white color on #46546E background.