COLOR #404C63

HEX: #404C63
RGB: (64,76,99)

Color info

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

RGB color model

#404C63 color RGB value is (64,76,99).

  • red value is 64;
  • green value is 76;
  • blue value is 99.
RGB:
(64,76,99)
(25%,30%,39%)

RGB channels and saturation

R 64 of 255 = 25%
G 76 of 255 = 30%
B 99 of 255 = 39%

64
76
99

R + G + B ~ 31%. #404C63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 76 + 99 = 239 (100%)
R 64 of 239 ~ 26.78%
G 76 of 239 ~ 31.8%
B 99 of 239 ~ 41.42%

%26.78
%31.8
%41.42

CMYK color model

#404C63 color CMYK value is (35,23,0,61).

  • cyan value is 35.35%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(35,23,0,61)
C35M23Y0K61 
(35%,23%,0%,61%)
(0.35/0.23/0.00/0.61)	

CMYK percentages

%35.35
%23.23
%0
%61.18

Codes

Color #404C63 in popluar color models

404C63
RGB647699
HSL219°21.47%31.96%
HSB/HSV219°35.35%38.82%
CMYK35.35%23.23%0.00%
61.18%

Color #404C63 in popluar number systems.

HEX404C63
Decimal647699
Binary100000010011001100011
Octal100114143

Shades and tints

Shades of #404C63

#404C63
(64,76,99)
#3B465A
(59,70,90)
#364051
(54,64,81)
#313A48
(49,58,72)
#2C343F
(44,52,63)
#272E36
(39,46,54)
#22282D
(34,40,45)
#1D2224
(29,34,36)
#181C1B
(24,28,27)
#131612
(19,22,18)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #404C63

#404C63
(64,76,99)
#515C71
(81,92,113)
#626C7F
(98,108,127)
#737C8D
(115,124,141)
#848C9B
(132,140,155)
#959CA9
(149,156,169)
#A6ACB7
(166,172,183)
#B7BCC5
(183,188,197)
#C8CCD3
(200,204,211)
#D9DCE1
(217,220,225)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404C63 color. Also use rgb(64,76,99) instead hex code.

Text Font Color

.myTextColor { color: #404C63; }

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

This text font color is #404C63.


Background Color

.myBgColor { background-color: #404C63; }

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

This div background color is #404C63.


Border color

.myBorderColor { border: 1px solid #404C63; }

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

This div border color is #404C63.


Opacity

.myOpacity80 { color: #404C63; opacity: 0.8; }

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

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

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

This text has shadow with #404C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404C63 on black background.


Color preview on white background

This text has color #404C63 on white background.



Black color preview on #404C63 background

This text has black color on #404C63 background.


White color preview on #404C63 background

This text has white color on #404C63 background.