COLOR #044D6E

HEX: #044D6E RGB: (4,77,110)

Color info

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

RGB color model

#044D6E color RGB value is (4,77,110).

RGB: (4,77,110) (2%, 30%, 43%)

RGB channels and saturation

R 4 of 255 = 2%
G 77 of 255 = 30%
B 110 of 255 = 43%

4
77
110

R + G + B ~ 25%. #044D6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 77 + 110 = 191 (100%)
R 4 of 191 ~ 2.09%
G 77 of 191 ~ 40.31%
B 110 of 191 ~ 57.59'%

%40.31
%57.59

CMYK color model

#044D6E color CMYK value is (96,30,0,57).

  • cyan value is 96.36%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (96,30,0,57)
C96M30Y0K57 (96%, 30%, 0%, 57%)
(0.96 / 0.30 / 0.00 / 0.57)

CMYK percentages

%96.36
%30
%0
%56.86

Codes

Color #044D6E in popluar color models

04 4D 6E
RGB 4 77 110
HSL 199° 92.98% 22.35%
HSB/HSV 199° 96.36% 43.14%
CMYK 96.36% 30.00% 0.00%
56.86%

Color #044D6E in popluar number systems.

HEX 04 4D 6E
Decimal 4 77 110
Binary 100 1001101 1101110
Octal 4 115 156

Shades and tints

Shades of #044D6E

#044D6E
(4,77,110)
#044664
(4,70,100)
#043F5A
(4,63,90)
#043850
(4,56,80)
#043146
(4,49,70)
#042A3C
(4,42,60)
#042332
(4,35,50)
#041C28
(4,28,40)
#04151E
(4,21,30)
#040E14
(4,14,20)
#04070A
(4,7,10)
#000000
(0,0,0)

Tints of #044D6E

#044D6E
(4,77,110)
#1A5D7B
(26,93,123)
#306D88
(48,109,136)
#467D95
(70,125,149)
#5C8DA2
(92,141,162)
#729DAF
(114,157,175)
#88ADBC
(136,173,188)
#9EBDC9
(158,189,201)
#B4CDD6
(180,205,214)
#CADDE3
(202,221,227)
#E0EDF0
(224,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #044D6E color. Also use rgb(4,77,110) instead hex code.

Text Font Color

.myTextColor { color: #044D6E; }

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

This text font color is #044D6E.

Background Color

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

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

This div background color is #044D6E.

Border color

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

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

This div border color is #044D6E.

Opacity

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

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

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

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

This text has shadow with #044D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #044D6E.

Preview

Color preview on black background

This text has color #044D6E on black background.


Color preview on white background

This text has color #044D6E on white background.


Black color preview on #044D6E background

This text has black color on #044D6E background.


White color preview on #044D6E background

This text has white color on #044D6E background.


Related colors

Complementary color

Complementary color for #hex is #FBB291.


I love getcolorcode.com

Triadic colors

1 #6E044D and #4D6E04 with #044D6E are triadic colors.

2 #6E4D04 and #4D046E with #044D6E are triadic colors.