COLOR #404759

HEX: #404759
RGB: (64,71,89)

Color info

#404759 contains red, green and blue colors in about the same proportion. Web safe color of #404759 is #333366 (or #336).

RGB color model

#404759 color RGB value is (64,71,89).

  • red value is 64;
  • green value is 71;
  • blue value is 89.
RGB: (64,71,89) (25%,28%,35%)

RGB channels and saturation

R 64 of 255 = 25%
G 71 of 255 = 28%
B 89 of 255 = 35%

64
71
89

R + G + B ~ 29%. #404759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 71 + 89 = 224 (100%)
R 64 of 224 ~ 28.57%
G 71 of 224 ~ 31.7%
B 89 of 224 ~ 39.73%

%28.57
%31.7
%39.73

CMYK color model

#404759 color CMYK value is (28,20,0,65).

  • cyan value is 28.09%
  • magenta value is 20.22%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK: (28,20,0,65) C28M20Y0K65 (28%,20%,0%,65%) (0.28/0.20/0.00/0.65)

CMYK percentages

%28.09
%20.22
%0
%65.1

Codes

Color #404759 in popluar color models

404759
RGB647189
HSL223°16.34%30.00%
HSB/HSV223°28.09%34.90%
CMYK28.09%20.22%0.00%
65.10%

Color #404759 in popluar number systems.

HEX404759
Decimal647189
Binary100000010001111011001
Octal100107131

Shades and tints

Shades of #404759

#404759
(64,71,89)
#3B4151
(59,65,81)
#363B49
(54,59,73)
#313541
(49,53,65)
#2C2F39
(44,47,57)
#272931
(39,41,49)
#222329
(34,35,41)
#1D1D21
(29,29,33)
#181719
(24,23,25)
#131111
(19,17,17)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #404759

#404759
(64,71,89)
#515768
(81,87,104)
#626777
(98,103,119)
#737786
(115,119,134)
#848795
(132,135,149)
#9597A4
(149,151,164)
#A6A7B3
(166,167,179)
#B7B7C2
(183,183,194)
#C8C7D1
(200,199,209)
#D9D7E0
(217,215,224)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404759 color. Also use rgb(64,71,89) instead hex code.

Text Font Color

.myTextColor { color: #404759; }

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

This text font color is #404759.


Background Color

.myBgColor { background-color: #404759; }

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

This div background color is #404759.


Border color

.myBorderColor { border: 1px solid #404759; }

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

This div border color is #404759.


Opacity

.myOpacity80 { color: #404759; opacity: 0.8; }

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

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

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

This text has shadow with #404759 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #404759 on black background.


Color preview on white background

This text has color #404759 on white background.



Black color preview on #404759 background

This text has black color on #404759 background.


White color preview on #404759 background

This text has white color on #404759 background.