COLOR #40407C

HEX: #40407C
RGB: (64,64,124)

Color info

#40407C contains mainly blue color. Web safe color of #40407C is #333366 (or #336).

RGB color model

#40407C color RGB value is (64,64,124).

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

RGB channels and saturation

R 64 of 255 = 25%
G 64 of 255 = 25%
B 124 of 255 = 49%

64
64
124

R + G + B ~ 33%. #40407C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 64 + 124 = 252 (100%)
R 64 of 252 ~ 25.4%
G 64 of 252 ~ 25.4%
B 124 of 252 ~ 49.21%

%25.4
%25.4
%49.21

CMYK color model

#40407C color CMYK value is (48,48,0,51).

  • cyan value is 48.39%
  • magenta value is 48.39%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(48,48,0,51)
C48M48Y0K51 
(48%,48%,0%,51%)
(0.48/0.48/0.00/0.51)	

CMYK percentages

%48.39
%48.39
%0
%51.37

Codes

Color #40407C in popluar color models

40407C
RGB6464124
HSL240°31.91%36.86%
HSB/HSV240°48.39%48.63%
CMYK48.39%48.39%0.00%
51.37%

Color #40407C in popluar number systems.

HEX40407C
Decimal6464124
Binary100000010000001111100
Octal100100174

Shades and tints

Shades of #40407C

#40407C
(64,64,124)
#3B3B71
(59,59,113)
#363666
(54,54,102)
#31315B
(49,49,91)
#2C2C50
(44,44,80)
#272745
(39,39,69)
#22223A
(34,34,58)
#1D1D2F
(29,29,47)
#181824
(24,24,36)
#131319
(19,19,25)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #40407C

#40407C
(64,64,124)
#515187
(81,81,135)
#626292
(98,98,146)
#73739D
(115,115,157)
#8484A8
(132,132,168)
#9595B3
(149,149,179)
#A6A6BE
(166,166,190)
#B7B7C9
(183,183,201)
#C8C8D4
(200,200,212)
#D9D9DF
(217,217,223)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40407C color. Also use rgb(64,64,124) instead hex code.

Text Font Color

.myTextColor { color: #40407C; }

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

This text font color is #40407C.


Background Color

.myBgColor { background-color: #40407C; }

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

This div background color is #40407C.


Border color

.myBorderColor { border: 1px solid #40407C; }

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

This div border color is #40407C.


Opacity

.myOpacity80 { color: #40407C; opacity: 0.8; }

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

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

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

This text has shadow with #40407C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40407C on black background.


Color preview on white background

This text has color #40407C on white background.



Black color preview on #40407C background

This text has black color on #40407C background.


White color preview on #40407C background

This text has white color on #40407C background.