COLOR #465F76

HEX: #465F76
RGB: (70,95,118)

Color info

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

RGB color model

#465F76 color RGB value is (70,95,118).

  • red value is 70;
  • green value is 95;
  • blue value is 118.
RGB:
(70,95,118)
(27%,37%,46%)

RGB channels and saturation

R 70 of 255 = 27%
G 95 of 255 = 37%
B 118 of 255 = 46%

70
95
118

R + G + B ~ 37%. #465F76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 95 + 118 = 283 (100%)
R 70 of 283 ~ 24.73%
G 95 of 283 ~ 33.57%
B 118 of 283 ~ 41.7%

%24.73
%33.57
%41.7

CMYK color model

#465F76 color CMYK value is (41,19,0,54).

  • cyan value is 40.68%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(41,19,0,54)
C41M19Y0K54 
(41%,19%,0%,54%)
(0.41/0.19/0.00/0.54)	

CMYK percentages

%40.68
%19.49
%0
%53.73

Codes

Color #465F76 in popluar color models

465F76
RGB7095118
HSL209°25.53%36.86%
HSB/HSV209°40.68%46.27%
CMYK40.68%19.49%0.00%
53.73%

Color #465F76 in popluar number systems.

HEX465F76
Decimal7095118
Binary100011010111111110110
Octal106137166

Shades and tints

Shades of #465F76

#465F76
(70,95,118)
#40576C
(64,87,108)
#3A4F62
(58,79,98)
#344758
(52,71,88)
#2E3F4E
(46,63,78)
#283744
(40,55,68)
#222F3A
(34,47,58)
#1C2730
(28,39,48)
#161F26
(22,31,38)
#10171C
(16,23,28)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #465F76

#465F76
(70,95,118)
#566D82
(86,109,130)
#667B8E
(102,123,142)
#76899A
(118,137,154)
#8697A6
(134,151,166)
#96A5B2
(150,165,178)
#A6B3BE
(166,179,190)
#B6C1CA
(182,193,202)
#C6CFD6
(198,207,214)
#D6DDE2
(214,221,226)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465F76 color. Also use rgb(70,95,118) instead hex code.

Text Font Color

.myTextColor { color: #465F76; }

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

This text font color is #465F76.


Background Color

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

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

This div background color is #465F76.


Border color

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

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

This div border color is #465F76.


Opacity

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

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

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

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

This text has shadow with #465F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465F76 on black background.


Color preview on white background

This text has color #465F76 on white background.



Black color preview on #465F76 background

This text has black color on #465F76 background.


White color preview on #465F76 background

This text has white color on #465F76 background.