COLOR #044A5A

HEX: #044A5A
RGB: (4,74,90)

Color info

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

RGB color model

#044A5A color RGB value is (4,74,90).

  • red value is 4;
  • green value is 74;
  • blue value is 90.
RGB:
(4,74,90)
(2%,29%,35%)

RGB channels and saturation

R 4 of 255 = 2%
G 74 of 255 = 29%
B 90 of 255 = 35%

4
74
90

R + G + B ~ 22%. #044A5A is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 74 + 90 = 168 (100%)
R 4 of 168 ~ 2.38%
G 74 of 168 ~ 44.05%
B 90 of 168 ~ 53.57%

%44.05
%53.57

CMYK color model

#044A5A color CMYK value is (96,18,0,65).

  • cyan value is 95.56%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(96,18,0,65)
C96M18Y0K65 
(96%,18%,0%,65%)
(0.96/0.18/0.00/0.65)	

CMYK percentages

%95.56
%17.78
%0
%64.71

Codes

Color #044A5A in popluar color models

044A5A
RGB47490
HSL191°91.49%18.43%
HSB/HSV191°95.56%35.29%
CMYK95.56%17.78%0.00%
64.71%

Color #044A5A in popluar number systems.

HEX044A5A
Decimal47490
Binary10010010101011010
Octal4112132

Shades and tints

Shades of #044A5A

#044A5A
(4,74,90)
#044452
(4,68,82)
#043E4A
(4,62,74)
#043842
(4,56,66)
#04323A
(4,50,58)
#042C32
(4,44,50)
#04262A
(4,38,42)
#042022
(4,32,34)
#041A1A
(4,26,26)
#041412
(4,20,18)
#040E0A
(4,14,10)
#000000
(0,0,0)

Tints of #044A5A

#044A5A
(4,74,90)
#1A5A69
(26,90,105)
#306A78
(48,106,120)
#467A87
(70,122,135)
#5C8A96
(92,138,150)
#729AA5
(114,154,165)
#88AAB4
(136,170,180)
#9EBAC3
(158,186,195)
#B4CAD2
(180,202,210)
#CADAE1
(202,218,225)
#E0EAF0
(224,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #044A5A; }

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

This text font color is #044A5A.


Background Color

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

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

This div background color is #044A5A.


Border color

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

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

This div border color is #044A5A.


Opacity

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

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

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

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

This text has shadow with #044A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #044A5A on black background.


Color preview on white background

This text has color #044A5A on white background.



Black color preview on #044A5A background

This text has black color on #044A5A background.


White color preview on #044A5A background

This text has white color on #044A5A background.