COLOR #404265

HEX: #404265
RGB: (64,66,101)

Color info

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

RGB color model

#404265 color RGB value is (64,66,101).

  • red value is 64;
  • green value is 66;
  • blue value is 101.
RGB:
(64,66,101)
(25%,26%,40%)

RGB channels and saturation

R 64 of 255 = 25%
G 66 of 255 = 26%
B 101 of 255 = 40%

64
66
101

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

Portions of RGB colors in percentages

R + G + B =
64 + 66 + 101 = 231 (100%)
R 64 of 231 ~ 27.71%
G 66 of 231 ~ 28.57%
B 101 of 231 ~ 43.72%

%27.71
%28.57
%43.72

CMYK color model

#404265 color CMYK value is (37,35,0,60).

  • cyan value is 36.63%
  • magenta value is 34.65%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(37,35,0,60)
C37M35Y0K60 
(37%,35%,0%,60%)
(0.37/0.35/0.00/0.60)	

CMYK percentages

%36.63
%34.65
%0
%60.39

Codes

Color #404265 in popluar color models

404265
RGB6466101
HSL237°22.42%32.35%
HSB/HSV237°36.63%39.61%
CMYK36.63%34.65%0.00%
60.39%

Color #404265 in popluar number systems.

HEX404265
Decimal6466101
Binary100000010000101100101
Octal100102145

Shades and tints

Shades of #404265

#404265
(64,66,101)
#3B3C5C
(59,60,92)
#363653
(54,54,83)
#31304A
(49,48,74)
#2C2A41
(44,42,65)
#272438
(39,36,56)
#221E2F
(34,30,47)
#1D1826
(29,24,38)
#18121D
(24,18,29)
#130C14
(19,12,20)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #404265

#404265
(64,66,101)
#515373
(81,83,115)
#626481
(98,100,129)
#73758F
(115,117,143)
#84869D
(132,134,157)
#9597AB
(149,151,171)
#A6A8B9
(166,168,185)
#B7B9C7
(183,185,199)
#C8CAD5
(200,202,213)
#D9DBE3
(217,219,227)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404265 color. Also use rgb(64,66,101) instead hex code.

Text Font Color

.myTextColor { color: #404265; }

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

This text font color is #404265.


Background Color

.myBgColor { background-color: #404265; }

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

This div background color is #404265.


Border color

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

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

This div border color is #404265.


Opacity

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

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

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

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

This text has shadow with #404265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404265 on black background.


Color preview on white background

This text has color #404265 on white background.



Black color preview on #404265 background

This text has black color on #404265 background.


White color preview on #404265 background

This text has white color on #404265 background.