COLOR #044E72

HEX: #044E72
RGB: (4,78,114)

Color info

#044E72 contains mainly green and blue colors. Web safe color of #044E72 is #006666 (or #066).

RGB color model

#044E72 color RGB value is (4,78,114).

  • red value is 4;
  • green value is 78;
  • blue value is 114.
RGB:
(4,78,114)
(2%,31%,45%)

RGB channels and saturation

R 4 of 255 = 2%
G 78 of 255 = 31%
B 114 of 255 = 45%

4
78
114

R + G + B ~ 26%. #044E72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 78 + 114 = 196 (100%)
R 4 of 196 ~ 2.04%
G 78 of 196 ~ 39.8%
B 114 of 196 ~ 58.16%

%39.8
%58.16

CMYK color model

#044E72 color CMYK value is (96,32,0,55).

  • cyan value is 96.49%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(96,32,0,55)
C96M32Y0K55 
(96%,32%,0%,55%)
(0.96/0.32/0.00/0.55)	

CMYK percentages

%96.49
%31.58
%0
%55.29

Codes

Color #044E72 in popluar color models

044E72
RGB478114
HSL200°93.22%23.14%
HSB/HSV200°96.49%44.71%
CMYK96.49%31.58%0.00%
55.29%

Color #044E72 in popluar number systems.

HEX044E72
Decimal478114
Binary10010011101110010
Octal4116162

Shades and tints

Shades of #044E72

#044E72
(4,78,114)
#044768
(4,71,104)
#04405E
(4,64,94)
#043954
(4,57,84)
#04324A
(4,50,74)
#042B40
(4,43,64)
#042436
(4,36,54)
#041D2C
(4,29,44)
#041622
(4,22,34)
#040F18
(4,15,24)
#04080E
(4,8,14)
#000000
(0,0,0)

Tints of #044E72

#044E72
(4,78,114)
#1A5E7E
(26,94,126)
#306E8A
(48,110,138)
#467E96
(70,126,150)
#5C8EA2
(92,142,162)
#729EAE
(114,158,174)
#88AEBA
(136,174,186)
#9EBEC6
(158,190,198)
#B4CED2
(180,206,210)
#CADEDE
(202,222,222)
#E0EEEA
(224,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #044E72 color. Also use rgb(4,78,114) instead hex code.

Text Font Color

.myTextColor { color: #044E72; }

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

This text font color is #044E72.


Background Color

.myBgColor { background-color: #044E72; }

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

This div background color is #044E72.


Border color

.myBorderColor { border: 1px solid #044E72; }

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

This div border color is #044E72.


Opacity

.myOpacity80 { color: #044E72; opacity: 0.8; }

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

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

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

This text has shadow with #044E72 color.

.textShadow {text-shadow: 3px 3px 1px #044E72, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #044E72 on black background.


Color preview on white background

This text has color #044E72 on white background.



Black color preview on #044E72 background

This text has black color on #044E72 background.


White color preview on #044E72 background

This text has white color on #044E72 background.