COLOR #40495A

HEX: #40495A
RGB: (64,73,90)

Color info

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

RGB color model

#40495A color RGB value is (64,73,90).

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

RGB channels and saturation

R 64 of 255 = 25%
G 73 of 255 = 29%
B 90 of 255 = 35%

64
73
90

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

Portions of RGB colors in percentages

R + G + B =
64 + 73 + 90 = 227 (100%)
R 64 of 227 ~ 28.19%
G 73 of 227 ~ 32.16%
B 90 of 227 ~ 39.65%

%28.19
%32.16
%39.65

CMYK color model

#40495A color CMYK value is (29,19,0,65).

  • cyan value is 28.89%
  • magenta value is 18.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(29,19,0,65)
C29M19Y0K65 
(29%,19%,0%,65%)
(0.29/0.19/0.00/0.65)	

CMYK percentages

%28.89
%18.89
%0
%64.71

Codes

Color #40495A in popluar color models

40495A
RGB647390
HSL219°16.88%30.20%
HSB/HSV219°28.89%35.29%
CMYK28.89%18.89%0.00%
64.71%

Color #40495A in popluar number systems.

HEX40495A
Decimal647390
Binary100000010010011011010
Octal100111132

Shades and tints

Shades of #40495A

#40495A
(64,73,90)
#3B4352
(59,67,82)
#363D4A
(54,61,74)
#313742
(49,55,66)
#2C313A
(44,49,58)
#272B32
(39,43,50)
#22252A
(34,37,42)
#1D1F22
(29,31,34)
#18191A
(24,25,26)
#131312
(19,19,18)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #40495A

#40495A
(64,73,90)
#515969
(81,89,105)
#626978
(98,105,120)
#737987
(115,121,135)
#848996
(132,137,150)
#9599A5
(149,153,165)
#A6A9B4
(166,169,180)
#B7B9C3
(183,185,195)
#C8C9D2
(200,201,210)
#D9D9E1
(217,217,225)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40495A color. Also use rgb(64,73,90) instead hex code.

Text Font Color

.myTextColor { color: #40495A; }

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

This text font color is #40495A.


Background Color

.myBgColor { background-color: #40495A; }

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

This div background color is #40495A.


Border color

.myBorderColor { border: 1px solid #40495A; }

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

This div border color is #40495A.


Opacity

.myOpacity80 { color: #40495A; opacity: 0.8; }

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

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

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

This text has shadow with #40495A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40495A on black background.


Color preview on white background

This text has color #40495A on white background.



Black color preview on #40495A background

This text has black color on #40495A background.


White color preview on #40495A background

This text has white color on #40495A background.