COLOR #466669

HEX: #466669
RGB: (70,102,105)

Color info

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

RGB color model

#466669 color RGB value is (70,102,105).

  • red value is 70;
  • green value is 102;
  • blue value is 105.
RGB:
(70,102,105)
(27%,40%,41%)

RGB channels and saturation

R 70 of 255 = 27%
G 102 of 255 = 40%
B 105 of 255 = 41%

70
102
105

R + G + B ~ 36%. #466669 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 102 + 105 = 277 (100%)
R 70 of 277 ~ 25.27%
G 102 of 277 ~ 36.82%
B 105 of 277 ~ 37.91%

%25.27
%36.82
%37.91

CMYK color model

#466669 color CMYK value is (33,3,0,59).

  • cyan value is 33.33%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(33,3,0,59)
C33M3Y0K59 
(33%,3%,0%,59%)
(0.33/0.03/0.00/0.59)	

CMYK percentages

%33.33
%2.86
%0
%58.82

Codes

Color #466669 in popluar color models

466669
RGB70102105
HSL185°20.00%34.31%
HSB/HSV185°33.33%41.18%
CMYK33.33%2.86%0.00%
58.82%

Color #466669 in popluar number systems.

HEX466669
Decimal70102105
Binary100011011001101101001
Octal106146151

Shades and tints

Shades of #466669

#466669
(70,102,105)
#405D60
(64,93,96)
#3A5457
(58,84,87)
#344B4E
(52,75,78)
#2E4245
(46,66,69)
#28393C
(40,57,60)
#223033
(34,48,51)
#1C272A
(28,39,42)
#161E21
(22,30,33)
#101518
(16,21,24)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #466669

#466669
(70,102,105)
#567376
(86,115,118)
#668083
(102,128,131)
#768D90
(118,141,144)
#869A9D
(134,154,157)
#96A7AA
(150,167,170)
#A6B4B7
(166,180,183)
#B6C1C4
(182,193,196)
#C6CED1
(198,206,209)
#D6DBDE
(214,219,222)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466669 color. Also use rgb(70,102,105) instead hex code.

Text Font Color

.myTextColor { color: #466669; }

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

This text font color is #466669.


Background Color

.myBgColor { background-color: #466669; }

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

This div background color is #466669.


Border color

.myBorderColor { border: 1px solid #466669; }

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

This div border color is #466669.


Opacity

.myOpacity80 { color: #466669; opacity: 0.8; }

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

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

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

This text has shadow with #466669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466669 on black background.


Color preview on white background

This text has color #466669 on white background.



Black color preview on #466669 background

This text has black color on #466669 background.


White color preview on #466669 background

This text has white color on #466669 background.