COLOR #044762

HEX: #044762
RGB: (4,71,98)

Color info

#044762 contains mainly green and blue colors. Web safe color of #044762 is #003366 (or #036).

RGB color model

#044762 color RGB value is (4,71,98).

  • red value is 4;
  • green value is 71;
  • blue value is 98.
RGB:
(4,71,98)
(2%,28%,38%)

RGB channels and saturation

R 4 of 255 = 2%
G 71 of 255 = 28%
B 98 of 255 = 38%

4
71
98

R + G + B ~ 23%. #044762 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 71 + 98 = 173 (100%)
R 4 of 173 ~ 2.31%
G 71 of 173 ~ 41.04%
B 98 of 173 ~ 56.65%

%41.04
%56.65

CMYK color model

#044762 color CMYK value is (96,28,0,62).

  • cyan value is 95.92%
  • magenta value is 27.55%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(96,28,0,62)
C96M28Y0K62 
(96%,28%,0%,62%)
(0.96/0.28/0.00/0.62)	

CMYK percentages

%95.92
%27.55
%0
%61.57

Codes

Color #044762 in popluar color models

044762
RGB47198
HSL197°92.16%20.00%
HSB/HSV197°95.92%38.43%
CMYK95.92%27.55%0.00%
61.57%

Color #044762 in popluar number systems.

HEX044762
Decimal47198
Binary10010001111100010
Octal4107142

Shades and tints

Shades of #044762

#044762
(4,71,98)
#04415A
(4,65,90)
#043B52
(4,59,82)
#04354A
(4,53,74)
#042F42
(4,47,66)
#04293A
(4,41,58)
#042332
(4,35,50)
#041D2A
(4,29,42)
#041722
(4,23,34)
#04111A
(4,17,26)
#040B12
(4,11,18)
#000000
(0,0,0)

Tints of #044762

#044762
(4,71,98)
#1A5770
(26,87,112)
#30677E
(48,103,126)
#46778C
(70,119,140)
#5C879A
(92,135,154)
#7297A8
(114,151,168)
#88A7B6
(136,167,182)
#9EB7C4
(158,183,196)
#B4C7D2
(180,199,210)
#CAD7E0
(202,215,224)
#E0E7EE
(224,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #044762; }

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

This text font color is #044762.


Background Color

.myBgColor { background-color: #044762; }

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

This div background color is #044762.


Border color

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

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

This div border color is #044762.


Opacity

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

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

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

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

This text has shadow with #044762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #044762 on black background.


Color preview on white background

This text has color #044762 on white background.



Black color preview on #044762 background

This text has black color on #044762 background.


White color preview on #044762 background

This text has white color on #044762 background.