COLOR #465B70

HEX: #465B70 RGB: (70,91,112)

Color info

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

RGB color model

#465B70 color RGB value is (70,91,112).

RGB: (70,91,112) (27%, 36%, 44%)

RGB channels and saturation

R 70 of 255 = 27%
G 91 of 255 = 36%
B 112 of 255 = 44%

70
91
112

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

Portions of RGB colors in percentages

R + G + B = 70 + 91 + 112 = 273 (100%)
R 70 of 273 ~ 25.64%
G 91 of 273 ~ 33.33%
B 112 of 273 ~ 41.03'%

%25.64
%33.33
%41.03

CMYK color model

#465B70 color CMYK value is (38,19,0,56).

  • cyan value is 37.50%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (38,19,0,56)
C38M19Y0K56 (38%, 19%, 0%, 56%)
(0.38 / 0.19 / 0.00 / 0.56)

CMYK percentages

%37.5
%18.75
%0
%56.08

Codes

Color #465B70 in popluar color models

46 5B 70
RGB 70 91 112
HSL 210° 23.08% 35.69%
HSB/HSV 210° 37.50% 43.92%
CMYK 37.50% 18.75% 0.00%
56.08%

Color #465B70 in popluar number systems.

HEX 46 5B 70
Decimal 70 91 112
Binary 1000110 1011011 1110000
Octal 106 133 160

Shades and tints

Shades of #465B70

#465B70
(70,91,112)
#405366
(64,83,102)
#3A4B5C
(58,75,92)
#344352
(52,67,82)
#2E3B48
(46,59,72)
#28333E
(40,51,62)
#222B34
(34,43,52)
#1C232A
(28,35,42)
#161B20
(22,27,32)
#101316
(16,19,22)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #465B70

#465B70
(70,91,112)
#56697D
(86,105,125)
#66778A
(102,119,138)
#768597
(118,133,151)
#8693A4
(134,147,164)
#96A1B1
(150,161,177)
#A6AFBE
(166,175,190)
#B6BDCB
(182,189,203)
#C6CBD8
(198,203,216)
#D6D9E5
(214,217,229)
#E6E7F2
(230,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465B70 color. Also use rgb(70,91,112) instead hex code.

Text Font Color

.myTextColor { color: #465B70; }

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

This text font color is #465B70.

Background Color

.myBgColor { background-color: #465B70; }

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

This div background color is #465B70.

Border color

.myBorderColor { border: 1px solid #465B70; }

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

This div border color is #465B70.

Opacity

.myOpacity80 { color: #465B70; opacity: 0.8; }

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

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

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

This text has shadow with #465B70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #465B70.

Preview

Color preview on black background

This text has color #465B70 on black background.


Color preview on white background

This text has color #465B70 on white background.


Black color preview on #465B70 background

This text has black color on #465B70 background.


White color preview on #465B70 background

This text has white color on #465B70 background.


Related colors

Complementary color

Complementary color for #hex is #B9A48F.


I love getcolorcode.com

Triadic colors

1 #70465B and #5B7046 with #465B70 are triadic colors.

2 #705B46 and #5B4670 with #465B70 are triadic colors.