COLOR #044A6F

HEX: #044A6F RGB: (4,74,111)

Color info

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

RGB color model

#044A6F color RGB value is (4,74,111).

RGB: (4,74,111) (2%, 29%, 44%)

RGB channels and saturation

R 4 of 255 = 2%
G 74 of 255 = 29%
B 111 of 255 = 44%

4
74
111

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

Portions of RGB colors in percentages

R + G + B = 4 + 74 + 111 = 189 (100%)
R 4 of 189 ~ 2.12%
G 74 of 189 ~ 39.15%
B 111 of 189 ~ 58.73'%

%39.15
%58.73

CMYK color model

#044A6F color CMYK value is (96,33,0,56).

  • cyan value is 96.40%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (96,33,0,56) C96M33Y0K56 (96%,33%,0%,56%) (0.96/0.33/0.00/0.56) 

CMYK percentages

%96.4
%33.33
%0
%56.47

Codes

Color #044A6F in popluar color models

04 4A 6F
RGB 4 74 111
HSL 201° 93.04% 22.55%
HSB/HSV 201° 96.40% 43.53%
CMYK 96.40% 33.33% 0.00%
56.47%

Color #044A6F in popluar number systems.

HEX 04 4A 6F
Decimal 4 74 111
Binary 100 1001010 1101111
Octal 4 112 157

Shades and tints

Shades of #044A6F

#044A6F
(4,74,111)
#044465
(4,68,101)
#043E5B
(4,62,91)
#043851
(4,56,81)
#043247
(4,50,71)
#042C3D
(4,44,61)
#042633
(4,38,51)
#042029
(4,32,41)
#041A1F
(4,26,31)
#041415
(4,20,21)
#040E0B
(4,14,11)
#000000
(0,0,0)

Tints of #044A6F

#044A6F
(4,74,111)
#1A5A7C
(26,90,124)
#306A89
(48,106,137)
#467A96
(70,122,150)
#5C8AA3
(92,138,163)
#729AB0
(114,154,176)
#88AABD
(136,170,189)
#9EBACA
(158,186,202)
#B4CAD7
(180,202,215)
#CADAE4
(202,218,228)
#E0EAF1
(224,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #044A6F color. Also use rgb(4,74,111) instead hex code.

Text Font Color

.myTextColor { color: #044A6F; }

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

This text font color is #044A6F.

Background Color

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

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

This div background color is #044A6F.

Border color

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

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

This div border color is #044A6F.

Opacity

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

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

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

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

This text has shadow with #044A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #044A6F.

Preview

Color preview on black background

This text has color #044A6F on black background.


Color preview on white background

This text has color #044A6F on white background.


Black color preview on #044A6F background

This text has black color on #044A6F background.


White color preview on #044A6F background

This text has white color on #044A6F background.


Related colors

Complementary color

Complementary color for #hex is #FBB590.


I love getcolorcode.com

Triadic colors

1 #6F044A and #4A6F04 with #044A6F are triadic colors.

2 #6F4A04 and #4A046F with #044A6F are triadic colors.