COLOR #466B6D

HEX: #466B6D
RGB: (70,107,109)

Color info

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

RGB color model

#466B6D color RGB value is (70,107,109).

  • red value is 70;
  • green value is 107;
  • blue value is 109.
RGB:
(70,107,109)
(27%,42%,43%)

RGB channels and saturation

R 70 of 255 = 27%
G 107 of 255 = 42%
B 109 of 255 = 43%

70
107
109

R + G + B ~ 37%. #466B6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 107 + 109 = 286 (100%)
R 70 of 286 ~ 24.48%
G 107 of 286 ~ 37.41%
B 109 of 286 ~ 38.11%

%24.48
%37.41
%38.11

CMYK color model

#466B6D color CMYK value is (36,2,0,57).

  • cyan value is 35.78%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(36,2,0,57)
C36M2Y0K57 
(36%,2%,0%,57%)
(0.36/0.02/0.00/0.57)	

CMYK percentages

%35.78
%1.83
%0
%57.25

Codes

Color #466B6D in popluar color models

466B6D
RGB70107109
HSL183°21.79%35.10%
HSB/HSV183°35.78%42.75%
CMYK35.78%1.83%0.00%
57.25%

Color #466B6D in popluar number systems.

HEX466B6D
Decimal70107109
Binary100011011010111101101
Octal106153155

Shades and tints

Shades of #466B6D

#466B6D
(70,107,109)
#406264
(64,98,100)
#3A595B
(58,89,91)
#345052
(52,80,82)
#2E4749
(46,71,73)
#283E40
(40,62,64)
#223537
(34,53,55)
#1C2C2E
(28,44,46)
#162325
(22,35,37)
#101A1C
(16,26,28)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #466B6D

#466B6D
(70,107,109)
#56787A
(86,120,122)
#668587
(102,133,135)
#769294
(118,146,148)
#869FA1
(134,159,161)
#96ACAE
(150,172,174)
#A6B9BB
(166,185,187)
#B6C6C8
(182,198,200)
#C6D3D5
(198,211,213)
#D6E0E2
(214,224,226)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466B6D color. Also use rgb(70,107,109) instead hex code.

Text Font Color

.myTextColor { color: #466B6D; }

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

This text font color is #466B6D.


Background Color

.myBgColor { background-color: #466B6D; }

<div style="background-color:#466B6D">Inner text</div>

This div background color is #466B6D.


Border color

.myBorderColor { border: 1px solid #466B6D; }

<div style="border:3px solid #466B6D">Div</div>

This div border color is #466B6D.


Opacity

.myOpacity80 { color: #466B6D; opacity: 0.8; }

<p style="color:#466B6D;opacity:0.8;">80%</p>

Text with #466B6D 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 #466B6D;}

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

This text has shadow with #466B6D color.

.textShadow {text-shadow: 3px 3px 1px #466B6D, 3px 3px 1px red;}

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

This text has shadow with #466B6D primary color and red secondary color.


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

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

This text has shadow with #466B6D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466B6D on black background.


Color preview on white background

This text has color #466B6D on white background.



Black color preview on #466B6D background

This text has black color on #466B6D background.


White color preview on #466B6D background

This text has white color on #466B6D background.