COLOR #40496B

HEX: #40496B
RGB: (64,73,107)

Color info

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

RGB color model

#40496B color RGB value is (64,73,107).

  • red value is 64;
  • green value is 73;
  • blue value is 107.
RGB:
(64,73,107)
(25%,29%,42%)

RGB channels and saturation

R 64 of 255 = 25%
G 73 of 255 = 29%
B 107 of 255 = 42%

64
73
107

R + G + B ~ 32%. #40496B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 73 + 107 = 244 (100%)
R 64 of 244 ~ 26.23%
G 73 of 244 ~ 29.92%
B 107 of 244 ~ 43.85%

%26.23
%29.92
%43.85

CMYK color model

#40496B color CMYK value is (40,32,0,58).

  • cyan value is 40.19%
  • magenta value is 31.78%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(40,32,0,58)
C40M32Y0K58 
(40%,32%,0%,58%)
(0.40/0.32/0.00/0.58)	

CMYK percentages

%40.19
%31.78
%0
%58.04

Codes

Color #40496B in popluar color models

40496B
RGB6473107
HSL227°25.15%33.53%
HSB/HSV227°40.19%41.96%
CMYK40.19%31.78%0.00%
58.04%

Color #40496B in popluar number systems.

HEX40496B
Decimal6473107
Binary100000010010011101011
Octal100111153

Shades and tints

Shades of #40496B

#40496B
(64,73,107)
#3B4362
(59,67,98)
#363D59
(54,61,89)
#313750
(49,55,80)
#2C3147
(44,49,71)
#272B3E
(39,43,62)
#222535
(34,37,53)
#1D1F2C
(29,31,44)
#181923
(24,25,35)
#13131A
(19,19,26)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #40496B

#40496B
(64,73,107)
#515978
(81,89,120)
#626985
(98,105,133)
#737992
(115,121,146)
#84899F
(132,137,159)
#9599AC
(149,153,172)
#A6A9B9
(166,169,185)
#B7B9C6
(183,185,198)
#C8C9D3
(200,201,211)
#D9D9E0
(217,217,224)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40496B color. Also use rgb(64,73,107) instead hex code.

Text Font Color

.myTextColor { color: #40496B; }

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

This text font color is #40496B.


Background Color

.myBgColor { background-color: #40496B; }

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

This div background color is #40496B.


Border color

.myBorderColor { border: 1px solid #40496B; }

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

This div border color is #40496B.


Opacity

.myOpacity80 { color: #40496B; opacity: 0.8; }

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

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

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

This text has shadow with #40496B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40496B on black background.


Color preview on white background

This text has color #40496B on white background.



Black color preview on #40496B background

This text has black color on #40496B background.


White color preview on #40496B background

This text has white color on #40496B background.