COLOR #404663

HEX: #404663
RGB: (64,70,99)

Color info

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

RGB color model

#404663 color RGB value is (64,70,99).

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

RGB channels and saturation

R 64 of 255 = 25%
G 70 of 255 = 27%
B 99 of 255 = 39%

64
70
99

R + G + B ~ 30%. #404663 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 70 + 99 = 233 (100%)
R 64 of 233 ~ 27.47%
G 70 of 233 ~ 30.04%
B 99 of 233 ~ 42.49%

%27.47
%30.04
%42.49

CMYK color model

#404663 color CMYK value is (35,29,0,61).

  • cyan value is 35.35%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(35,29,0,61)
C35M29Y0K61 
(35%,29%,0%,61%)
(0.35/0.29/0.00/0.61)	

CMYK percentages

%35.35
%29.29
%0
%61.18

Codes

Color #404663 in popluar color models

404663
RGB647099
HSL230°21.47%31.96%
HSB/HSV230°35.35%38.82%
CMYK35.35%29.29%0.00%
61.18%

Color #404663 in popluar number systems.

HEX404663
Decimal647099
Binary100000010001101100011
Octal100106143

Shades and tints

Shades of #404663

#404663
(64,70,99)
#3B405A
(59,64,90)
#363A51
(54,58,81)
#313448
(49,52,72)
#2C2E3F
(44,46,63)
#272836
(39,40,54)
#22222D
(34,34,45)
#1D1C24
(29,28,36)
#18161B
(24,22,27)
#131012
(19,16,18)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #404663

#404663
(64,70,99)
#515671
(81,86,113)
#62667F
(98,102,127)
#73768D
(115,118,141)
#84869B
(132,134,155)
#9596A9
(149,150,169)
#A6A6B7
(166,166,183)
#B7B6C5
(183,182,197)
#C8C6D3
(200,198,211)
#D9D6E1
(217,214,225)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404663; }

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

This text font color is #404663.


Background Color

.myBgColor { background-color: #404663; }

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

This div background color is #404663.


Border color

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

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

This div border color is #404663.


Opacity

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

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

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

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

This text has shadow with #404663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404663 on black background.


Color preview on white background

This text has color #404663 on white background.



Black color preview on #404663 background

This text has black color on #404663 background.


White color preview on #404663 background

This text has white color on #404663 background.