COLOR #044B5E

HEX: #044B5E RGB: (4,75,94)

Color info

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

RGB color model

#044B5E color RGB value is (4,75,94).

RGB: (4,75,94) (2%, 29%, 37%)

RGB channels and saturation

R 4 of 255 = 2%
G 75 of 255 = 29%
B 94 of 255 = 37%

4
75
94

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

Portions of RGB colors in percentages

R + G + B = 4 + 75 + 94 = 173 (100%)
R 4 of 173 ~ 2.31%
G 75 of 173 ~ 43.35%
B 94 of 173 ~ 54.34'%

%43.35
%54.34

CMYK color model

#044B5E color CMYK value is (96,20,0,63).

  • cyan value is 95.74%
  • magenta value is 20.21%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (96,20,0,63)
C96M20Y0K63 (96%, 20%, 0%, 63%)
(0.96 / 0.20 / 0.00 / 0.63)

CMYK percentages

%95.74
%20.21
%0
%63.14

Codes

Color #044B5E in popluar color models

04 4B 5E
RGB 4 75 94
HSL 193° 91.84% 19.22%
HSB/HSV 193° 95.74% 36.86%
CMYK 95.74% 20.21% 0.00%
63.14%

Color #044B5E in popluar number systems.

HEX 04 4B 5E
Decimal 4 75 94
Binary 100 1001011 1011110
Octal 4 113 136

Shades and tints

Shades of #044B5E

#044B5E
(4,75,94)
#044556
(4,69,86)
#043F4E
(4,63,78)
#043946
(4,57,70)
#04333E
(4,51,62)
#042D36
(4,45,54)
#04272E
(4,39,46)
#042126
(4,33,38)
#041B1E
(4,27,30)
#041516
(4,21,22)
#040F0E
(4,15,14)
#000000
(0,0,0)

Tints of #044B5E

#044B5E
(4,75,94)
#1A5B6C
(26,91,108)
#306B7A
(48,107,122)
#467B88
(70,123,136)
#5C8B96
(92,139,150)
#729BA4
(114,155,164)
#88ABB2
(136,171,178)
#9EBBC0
(158,187,192)
#B4CBCE
(180,203,206)
#CADBDC
(202,219,220)
#E0EBEA
(224,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #044B5E color. Also use rgb(4,75,94) instead hex code.

Text Font Color

.myTextColor { color: #044B5E; }

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

This text font color is #044B5E.

Background Color

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

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

This div background color is #044B5E.

Border color

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

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

This div border color is #044B5E.

Opacity

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

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

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

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

This text has shadow with #044B5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #044B5E.

Preview

Color preview on black background

This text has color #044B5E on black background.


Color preview on white background

This text has color #044B5E on white background.


Black color preview on #044B5E background

This text has black color on #044B5E background.


White color preview on #044B5E background

This text has white color on #044B5E background.


Related colors

Complementary color

Complementary color for #hex is #FBB4A1.


I love getcolorcode.com

Triadic colors

1 #5E044B and #4B5E04 with #044B5E are triadic colors.

2 #5E4B04 and #4B045E with #044B5E are triadic colors.