COLOR #40448D

HEX: #40448D RGB: (64,68,141)

Color info

#40448D contains mainly blue color. Web safe color of #40448D is #333399 (or #339).

RGB color model

#40448D color RGB value is (64,68,141).

RGB: (64,68,141) (25%, 27%, 55%)

RGB channels and saturation

R 64 of 255 = 25%
G 68 of 255 = 27%
B 141 of 255 = 55%

64
68
141

R + G + B ~ 36%. #40448D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 68 + 141 = 273 (100%)
R 64 of 273 ~ 23.44%
G 68 of 273 ~ 24.91%
B 141 of 273 ~ 51.65'%

%23.44
%24.91
%51.65

CMYK color model

#40448D color CMYK value is (55,52,0,45).

  • cyan value is 54.61%
  • magenta value is 51.77%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (55,52,0,45)
C55M52Y0K45 (55%, 52%, 0%, 45%)
(0.55 / 0.52 / 0.00 / 0.45)

CMYK percentages

%54.61
%51.77
%0
%44.71

Codes

Color #40448D in popluar color models

40 44 8D
RGB 64 68 141
HSL 237° 37.56% 40.20%
HSB/HSV 237° 54.61% 55.29%
CMYK 54.61% 51.77% 0.00%
44.71%

Color #40448D in popluar number systems.

HEX 40 44 8D
Decimal 64 68 141
Binary 1000000 1000100 10001101
Octal 100 104 215

Shades and tints

Shades of #40448D

#40448D
(64,68,141)
#3B3E81
(59,62,129)
#363875
(54,56,117)
#313269
(49,50,105)
#2C2C5D
(44,44,93)
#272651
(39,38,81)
#222045
(34,32,69)
#1D1A39
(29,26,57)
#18142D
(24,20,45)
#130E21
(19,14,33)
#0E0815
(14,8,21)
#000000
(0,0,0)

Tints of #40448D

#40448D
(64,68,141)
#515597
(81,85,151)
#6266A1
(98,102,161)
#7377AB
(115,119,171)
#8488B5
(132,136,181)
#9599BF
(149,153,191)
#A6AAC9
(166,170,201)
#B7BBD3
(183,187,211)
#C8CCDD
(200,204,221)
#D9DDE7
(217,221,231)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40448D color. Also use rgb(64,68,141) instead hex code.

Text Font Color

.myTextColor { color: #40448D; }

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

This text font color is #40448D.

Background Color

.myBgColor { background-color: #40448D; }

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

This div background color is #40448D.

Border color

.myBorderColor { border: 1px solid #40448D; }

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

This div border color is #40448D.

Opacity

.myOpacity80 { color: #40448D; opacity: 0.8; }

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

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

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

This text has shadow with #40448D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40448D.

Preview

Color preview on black background

This text has color #40448D on black background.


Color preview on white background

This text has color #40448D on white background.


Black color preview on #40448D background

This text has black color on #40448D background.


White color preview on #40448D background

This text has white color on #40448D background.


Related colors

Complementary color

Complementary color for #40448D is #BFBB72.


I love getcolorcode.com

Triadic colors

1 #8D4044 and #448D40 with #40448D are triadic colors.

2 #8D4440 and #44408D with #40448D are triadic colors.