COLOR #466F7B

HEX: #466F7B RGB: (70,111,123)

Color info

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

RGB color model

#466F7B color RGB value is (70,111,123).

RGB: (70,111,123) (27%, 44%, 48%)

RGB channels and saturation

R 70 of 255 = 27%
G 111 of 255 = 44%
B 123 of 255 = 48%

70
111
123

R + G + B ~ 40%. #466F7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 70 + 111 + 123 = 304 (100%)
R 70 of 304 ~ 23.03%
G 111 of 304 ~ 36.51%
B 123 of 304 ~ 40.46'%

%23.03
%36.51
%40.46

CMYK color model

#466F7B color CMYK value is (43,10,0,52).

  • cyan value is 43.09%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (43,10,0,52)
C43M10Y0K52 (43%, 10%, 0%, 52%)
(0.43 / 0.10 / 0.00 / 0.52)

CMYK percentages

%43.09
%9.76
%0
%51.76

Codes

Color #466F7B in popluar color models

46 6F 7B
RGB 70 111 123
HSL 194° 27.46% 37.84%
HSB/HSV 194° 43.09% 48.24%
CMYK 43.09% 9.76% 0.00%
51.76%

Color #466F7B in popluar number systems.

HEX 46 6F 7B
Decimal 70 111 123
Binary 1000110 1101111 1111011
Octal 106 157 173

Shades and tints

Shades of #466F7B

#466F7B
(70,111,123)
#406570
(64,101,112)
#3A5B65
(58,91,101)
#34515A
(52,81,90)
#2E474F
(46,71,79)
#283D44
(40,61,68)
#223339
(34,51,57)
#1C292E
(28,41,46)
#161F23
(22,31,35)
#101518
(16,21,24)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #466F7B

#466F7B
(70,111,123)
#567C87
(86,124,135)
#668993
(102,137,147)
#76969F
(118,150,159)
#86A3AB
(134,163,171)
#96B0B7
(150,176,183)
#A6BDC3
(166,189,195)
#B6CACF
(182,202,207)
#C6D7DB
(198,215,219)
#D6E4E7
(214,228,231)
#E6F1F3
(230,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466F7B color. Also use rgb(70,111,123) instead hex code.

Text Font Color

.myTextColor { color: #466F7B; }

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

This text font color is #466F7B.

Background Color

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

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

This div background color is #466F7B.

Border color

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

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

This div border color is #466F7B.

Opacity

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

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

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

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

This text has shadow with #466F7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #466F7B.

Preview

Color preview on black background

This text has color #466F7B on black background.


Color preview on white background

This text has color #466F7B on white background.


Black color preview on #466F7B background

This text has black color on #466F7B background.


White color preview on #466F7B background

This text has white color on #466F7B background.


Related colors

Complementary color

Complementary color for #hex is #B99084.


I love getcolorcode.com

Triadic colors

1 #7B466F and #6F7B46 with #466F7B are triadic colors.

2 #7B6F46 and #6F467B with #466F7B are triadic colors.