COLOR #040647

HEX: #040647 RGB: (4,6,71)

Color info

#040647 contains mainly blue color. Web safe color of #040647 is #000033 (or #003).

RGB color model

#040647 color RGB value is (4,6,71).

RGB: (4,6,71) (2%, 2%, 28%)

RGB channels and saturation

R 4 of 255 = 2%
G 6 of 255 = 2%
B 71 of 255 = 28%

4
6
71

R + G + B ~ 11%. #040647 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 6 + 71 = 81 (100%)
R 4 of 81 ~ 4.94%
G 6 of 81 ~ 7.41%
B 71 of 81 ~ 87.65'%

%87.65

CMYK color model

#040647 color CMYK value is (94,92,0,72).

  • cyan value is 94.37%
  • magenta value is 91.55%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK: (94,92,0,72) C94M92Y0K72 (94%,92%,0%,72%) (0.94/0.92/0.00/0.72) 

CMYK percentages

%94.37
%91.55
%0
%72.16

Codes

Color #040647 in popluar color models

04 06 47
RGB 4 6 71
HSL 238° 89.33% 14.71%
HSB/HSV 238° 94.37% 27.84%
CMYK 94.37% 91.55% 0.00%
72.16%

Color #040647 in popluar number systems.

HEX 04 06 47
Decimal 4 6 71
Binary 100 110 1000111
Octal 4 6 107

Shades and tints

Shades of #040647

#040647
(4,6,71)
#040641
(4,6,65)
#04063B
(4,6,59)
#040635
(4,6,53)
#04062F
(4,6,47)
#040629
(4,6,41)
#040623
(4,6,35)
#04061D
(4,6,29)
#040617
(4,6,23)
#040611
(4,6,17)
#04060B
(4,6,11)
#000000
(0,0,0)

Tints of #040647

#040647
(4,6,71)
#1A1C57
(26,28,87)
#303267
(48,50,103)
#464877
(70,72,119)
#5C5E87
(92,94,135)
#727497
(114,116,151)
#888AA7
(136,138,167)
#9EA0B7
(158,160,183)
#B4B6C7
(180,182,199)
#CACCD7
(202,204,215)
#E0E2E7
(224,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #040647 color. Also use rgb(4,6,71) instead hex code.

Text Font Color

.myTextColor { color: #040647; }

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

This text font color is #040647.

Background Color

.myBgColor { background-color: #040647; }

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

This div background color is #040647.

Border color

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

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

This div border color is #040647.

Opacity

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

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

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

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

This text has shadow with #040647 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #040647.

Preview

Color preview on black background

This text has color #040647 on black background.


Color preview on white background

This text has color #040647 on white background.


Black color preview on #040647 background

This text has black color on #040647 background.


White color preview on #040647 background

This text has white color on #040647 background.


Related colors

Complementary color

Complementary color for #hex is #FBF9B8.


I love getcolorcode.com

Triadic colors

1 #470406 and #064704 with #040647 are triadic colors.

2 #470604 and #060447 with #040647 are triadic colors.