COLOR #466A6E

HEX: #466A6E
RGB: (70,106,110)

Color info

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

RGB color model

#466A6E color RGB value is (70,106,110).

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

RGB channels and saturation

R 70 of 255 = 27%
G 106 of 255 = 42%
B 110 of 255 = 43%

70
106
110

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

Portions of RGB colors in percentages

R + G + B =
70 + 106 + 110 = 286 (100%)
R 70 of 286 ~ 24.48%
G 106 of 286 ~ 37.06%
B 110 of 286 ~ 38.46%

%24.48
%37.06
%38.46

CMYK color model

#466A6E color CMYK value is (36,4,0,57).

  • cyan value is 36.36%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(36,4,0,57)
C36M4Y0K57 
(36%,4%,0%,57%)
(0.36/0.04/0.00/0.57)	

CMYK percentages

%36.36
%3.64
%0
%56.86

Codes

Color #466A6E in popluar color models

466A6E
RGB70106110
HSL186°22.22%35.29%
HSB/HSV186°36.36%43.14%
CMYK36.36%3.64%0.00%
56.86%

Color #466A6E in popluar number systems.

HEX466A6E
Decimal70106110
Binary100011011010101101110
Octal106152156

Shades and tints

Shades of #466A6E

#466A6E
(70,106,110)
#406164
(64,97,100)
#3A585A
(58,88,90)
#344F50
(52,79,80)
#2E4646
(46,70,70)
#283D3C
(40,61,60)
#223432
(34,52,50)
#1C2B28
(28,43,40)
#16221E
(22,34,30)
#101914
(16,25,20)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #466A6E

#466A6E
(70,106,110)
#56777B
(86,119,123)
#668488
(102,132,136)
#769195
(118,145,149)
#869EA2
(134,158,162)
#96ABAF
(150,171,175)
#A6B8BC
(166,184,188)
#B6C5C9
(182,197,201)
#C6D2D6
(198,210,214)
#D6DFE3
(214,223,227)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466A6E color. Also use rgb(70,106,110) instead hex code.

Text Font Color

.myTextColor { color: #466A6E; }

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

This text font color is #466A6E.


Background Color

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

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

This div background color is #466A6E.


Border color

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

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

This div border color is #466A6E.


Opacity

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

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

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

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

This text has shadow with #466A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466A6E on black background.


Color preview on white background

This text has color #466A6E on white background.



Black color preview on #466A6E background

This text has black color on #466A6E background.


White color preview on #466A6E background

This text has white color on #466A6E background.