COLOR #405B79

HEX: #405B79
RGB: (64,91,121)

Color info

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

RGB color model

#405B79 color RGB value is (64,91,121).

  • red value is 64;
  • green value is 91;
  • blue value is 121.
RGB:
(64,91,121)
(25%,36%,47%)

RGB channels and saturation

R 64 of 255 = 25%
G 91 of 255 = 36%
B 121 of 255 = 47%

64
91
121

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

Portions of RGB colors in percentages

R + G + B =
64 + 91 + 121 = 276 (100%)
R 64 of 276 ~ 23.19%
G 91 of 276 ~ 32.97%
B 121 of 276 ~ 43.84%

%23.19
%32.97
%43.84

CMYK color model

#405B79 color CMYK value is (47,25,0,53).

  • cyan value is 47.11%
  • magenta value is 24.79%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(47,25,0,53)
C47M25Y0K53 
(47%,25%,0%,53%)
(0.47/0.25/0.00/0.53)	

CMYK percentages

%47.11
%24.79
%0
%52.55

Codes

Color #405B79 in popluar color models

405B79
RGB6491121
HSL212°30.81%36.27%
HSB/HSV212°47.11%47.45%
CMYK47.11%24.79%0.00%
52.55%

Color #405B79 in popluar number systems.

HEX405B79
Decimal6491121
Binary100000010110111111001
Octal100133171

Shades and tints

Shades of #405B79

#405B79
(64,91,121)
#3B536E
(59,83,110)
#364B63
(54,75,99)
#314358
(49,67,88)
#2C3B4D
(44,59,77)
#273342
(39,51,66)
#222B37
(34,43,55)
#1D232C
(29,35,44)
#181B21
(24,27,33)
#131316
(19,19,22)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #405B79

#405B79
(64,91,121)
#516985
(81,105,133)
#627791
(98,119,145)
#73859D
(115,133,157)
#8493A9
(132,147,169)
#95A1B5
(149,161,181)
#A6AFC1
(166,175,193)
#B7BDCD
(183,189,205)
#C8CBD9
(200,203,217)
#D9D9E5
(217,217,229)
#EAE7F1
(234,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #405B79 color. Also use rgb(64,91,121) instead hex code.

Text Font Color

.myTextColor { color: #405B79; }

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

This text font color is #405B79.


Background Color

.myBgColor { background-color: #405B79; }

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

This div background color is #405B79.


Border color

.myBorderColor { border: 1px solid #405B79; }

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

This div border color is #405B79.


Opacity

.myOpacity80 { color: #405B79; opacity: 0.8; }

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

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

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

This text has shadow with #405B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #405B79 on black background.


Color preview on white background

This text has color #405B79 on white background.



Black color preview on #405B79 background

This text has black color on #405B79 background.


White color preview on #405B79 background

This text has white color on #405B79 background.