COLOR #404488

HEX: #404488 RGB: (64,68,136)

Color info

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

RGB color model

#404488 color RGB value is (64,68,136).

RGB: (64,68,136) (25%, 27%, 53%)

RGB channels and saturation

R 64 of 255 = 25%
G 68 of 255 = 27%
B 136 of 255 = 53%

64
68
136

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

Portions of RGB colors in percentages

R + G + B = 64 + 68 + 136 = 268 (100%)
R 64 of 268 ~ 23.88%
G 68 of 268 ~ 25.37%
B 136 of 268 ~ 50.75'%

%23.88
%25.37
%50.75

CMYK color model

#404488 color CMYK value is (53,50,0,47).

  • cyan value is 52.94%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (53,50,0,47)
C53M50Y0K47 (53%, 50%, 0%, 47%)
(0.53 / 0.50 / 0.00 / 0.47)

CMYK percentages

%52.94
%50
%0
%46.67

Codes

Color #404488 in popluar color models

40 44 88
RGB 64 68 136
HSL 237° 36.00% 39.22%
HSB/HSV 237° 52.94% 53.33%
CMYK 52.94% 50.00% 0.00%
46.67%

Color #404488 in popluar number systems.

HEX 40 44 88
Decimal 64 68 136
Binary 1000000 1000100 10001000
Octal 100 104 210

Shades and tints

Shades of #404488

#404488
(64,68,136)
#3B3E7C
(59,62,124)
#363870
(54,56,112)
#313264
(49,50,100)
#2C2C58
(44,44,88)
#27264C
(39,38,76)
#222040
(34,32,64)
#1D1A34
(29,26,52)
#181428
(24,20,40)
#130E1C
(19,14,28)
#0E0810
(14,8,16)
#000000
(0,0,0)

Tints of #404488

#404488
(64,68,136)
#515592
(81,85,146)
#62669C
(98,102,156)
#7377A6
(115,119,166)
#8488B0
(132,136,176)
#9599BA
(149,153,186)
#A6AAC4
(166,170,196)
#B7BBCE
(183,187,206)
#C8CCD8
(200,204,216)
#D9DDE2
(217,221,226)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404488; }

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

This text font color is #404488.

Background Color

.myBgColor { background-color: #404488; }

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

This div background color is #404488.

Border color

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

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

This div border color is #404488.

Opacity

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

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

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

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

This text has shadow with #404488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404488.

Preview

Color preview on black background

This text has color #404488 on black background.


Color preview on white background

This text has color #404488 on white background.


Black color preview on #404488 background

This text has black color on #404488 background.


White color preview on #404488 background

This text has white color on #404488 background.


Related colors

Complementary color

Complementary color for #hex is #BFBB77.


I love getcolorcode.com

Triadic colors

1 #884044 and #448840 with #404488 are triadic colors.

2 #884440 and #444088 with #404488 are triadic colors.