COLOR #405A74

HEX: #405A74
RGB: (64,90,116)

Color info

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

RGB color model

#405A74 color RGB value is (64,90,116).

  • red value is 64;
  • green value is 90;
  • blue value is 116.
RGB:
(64,90,116)
(25%,35%,45%)

RGB channels and saturation

R 64 of 255 = 25%
G 90 of 255 = 35%
B 116 of 255 = 45%

64
90
116

R + G + B ~ 35%. #405A74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 90 + 116 = 270 (100%)
R 64 of 270 ~ 23.7%
G 90 of 270 ~ 33.33%
B 116 of 270 ~ 42.96%

%23.7
%33.33
%42.96

CMYK color model

#405A74 color CMYK value is (45,22,0,55).

  • cyan value is 44.83%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(45,22,0,55)
C45M22Y0K55 
(45%,22%,0%,55%)
(0.45/0.22/0.00/0.55)	

CMYK percentages

%44.83
%22.41
%0
%54.51

Codes

Color #405A74 in popluar color models

405A74
RGB6490116
HSL210°28.89%35.29%
HSB/HSV210°44.83%45.49%
CMYK44.83%22.41%0.00%
54.51%

Color #405A74 in popluar number systems.

HEX405A74
Decimal6490116
Binary100000010110101110100
Octal100132164

Shades and tints

Shades of #405A74

#405A74
(64,90,116)
#3B526A
(59,82,106)
#364A60
(54,74,96)
#314256
(49,66,86)
#2C3A4C
(44,58,76)
#273242
(39,50,66)
#222A38
(34,42,56)
#1D222E
(29,34,46)
#181A24
(24,26,36)
#13121A
(19,18,26)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #405A74

#405A74
(64,90,116)
#516980
(81,105,128)
#62788C
(98,120,140)
#738798
(115,135,152)
#8496A4
(132,150,164)
#95A5B0
(149,165,176)
#A6B4BC
(166,180,188)
#B7C3C8
(183,195,200)
#C8D2D4
(200,210,212)
#D9E1E0
(217,225,224)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #405A74 color. Also use rgb(64,90,116) instead hex code.

Text Font Color

.myTextColor { color: #405A74; }

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

This text font color is #405A74.


Background Color

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

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

This div background color is #405A74.


Border color

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

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

This div border color is #405A74.


Opacity

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

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

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

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

This text has shadow with #405A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #405A74 on black background.


Color preview on white background

This text has color #405A74 on white background.



Black color preview on #405A74 background

This text has black color on #405A74 background.


White color preview on #405A74 background

This text has white color on #405A74 background.