COLOR #40408B

HEX: #40408B
RGB: (64,64,139)

Color info

#40408B contains mainly blue color. Web safe color of #40408B is #333399 (or #339).

RGB color model

#40408B color RGB value is (64,64,139).

  • red value is 64;
  • green value is 64;
  • blue value is 139.
RGB:
(64,64,139)
(25%,25%,55%)

RGB channels and saturation

R 64 of 255 = 25%
G 64 of 255 = 25%
B 139 of 255 = 55%

64
64
139

R + G + B ~ 35%. #40408B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 64 + 139 = 267 (100%)
R 64 of 267 ~ 23.97%
G 64 of 267 ~ 23.97%
B 139 of 267 ~ 52.06%

%23.97
%23.97
%52.06

CMYK color model

#40408B color CMYK value is (54,54,0,45).

  • cyan value is 53.96%
  • magenta value is 53.96%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(54,54,0,45)
C54M54Y0K45 
(54%,54%,0%,45%)
(0.54/0.54/0.00/0.45)	

CMYK percentages

%53.96
%53.96
%0
%45.49

Codes

Color #40408B in popluar color models

40408B
RGB6464139
HSL240°36.95%39.80%
HSB/HSV240°53.96%54.51%
CMYK53.96%53.96%0.00%
45.49%

Color #40408B in popluar number systems.

HEX40408B
Decimal6464139
Binary1000000100000010001011
Octal100100213

Shades and tints

Shades of #40408B

#40408B
(64,64,139)
#3B3B7F
(59,59,127)
#363673
(54,54,115)
#313167
(49,49,103)
#2C2C5B
(44,44,91)
#27274F
(39,39,79)
#222243
(34,34,67)
#1D1D37
(29,29,55)
#18182B
(24,24,43)
#13131F
(19,19,31)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #40408B

#40408B
(64,64,139)
#515195
(81,81,149)
#62629F
(98,98,159)
#7373A9
(115,115,169)
#8484B3
(132,132,179)
#9595BD
(149,149,189)
#A6A6C7
(166,166,199)
#B7B7D1
(183,183,209)
#C8C8DB
(200,200,219)
#D9D9E5
(217,217,229)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40408B; }

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

This text font color is #40408B.


Background Color

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

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

This div background color is #40408B.


Border color

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

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

This div border color is #40408B.


Opacity

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

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

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

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

This text has shadow with #40408B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40408B on black background.


Color preview on white background

This text has color #40408B on white background.



Black color preview on #40408B background

This text has black color on #40408B background.


White color preview on #40408B background

This text has white color on #40408B background.