COLOR #400049

HEX: #400049 RGB: (64,0,73)

Color info

#400049 contains only red and blue colors. Web safe color of #400049 is #330033 (or #303).

RGB color model

#400049 color RGB value is (64,0,73).

RGB: (64,0,73) (25%, 0%, 29%)

RGB channels and saturation

R 64 of 255 = 25%
G 0 of 255 = 0%
B 73 of 255 = 29%

64
0
73

R + G + B ~ 18%. #400049 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 0 + 73 = 137 (100%)
R 64 of 137 ~ 46.72%
G 0 of 137 ~ 0%
B 73 of 137 ~ 53.28'%

%46.72
%53.28

CMYK color model

#400049 color CMYK value is (12,100,0,71).

  • cyan value is 12.33%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (12,100,0,71)
C12M100Y0K71 (12%, 100%, 0%, 71%)
(0.12 / 1.00 / 0.00 / 0.71)

CMYK percentages

%12.33
%100
%0
%71.37

Codes

Color #400049 in popluar color models

40 00 49
RGB 64 0 73
HSL 293° 100.00% 14.31%
HSB/HSV 293° 100.00% 28.63%
CMYK 12.33% 100.00% 0.00%
71.37%

Color #400049 in popluar number systems.

HEX 40 00 49
Decimal 64 0 73
Binary 1000000 0 1001001
Octal 100 0 111

Shades and tints

Shades of #400049

#400049
(64,0,73)
#3B0043
(59,0,67)
#36003D
(54,0,61)
#310037
(49,0,55)
#2C0031
(44,0,49)
#27002B
(39,0,43)
#220025
(34,0,37)
#1D001F
(29,0,31)
#180019
(24,0,25)
#130013
(19,0,19)
#0E000D
(14,0,13)
#000000
(0,0,0)

Tints of #400049

#400049
(64,0,73)
#511759
(81,23,89)
#622E69
(98,46,105)
#734579
(115,69,121)
#845C89
(132,92,137)
#957399
(149,115,153)
#A68AA9
(166,138,169)
#B7A1B9
(183,161,185)
#C8B8C9
(200,184,201)
#D9CFD9
(217,207,217)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #400049; }

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

This text font color is #400049.

Background Color

.myBgColor { background-color: #400049; }

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

This div background color is #400049.

Border color

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

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

This div border color is #400049.

Opacity

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

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

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

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

This text has shadow with #400049 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #400049.

Preview

Color preview on black background

This text has color #400049 on black background.


Color preview on white background

This text has color #400049 on white background.


Black color preview on #400049 background

This text has black color on #400049 background.


White color preview on #400049 background

This text has white color on #400049 background.


Related colors

Complementary color

Complementary color for #hex is #BFFFB6.


I love getcolorcode.com

Triadic colors

1 #494000 and #004940 with #400049 are triadic colors.

2 #490040 and #004049 with #400049 are triadic colors.