COLOR #044A8C

HEX: #044A8C
RGB: (4,74,140)

Color info

#044A8C contains mainly blue color. Web safe color of #044A8C is #003399 (or #039).

RGB color model

#044A8C color RGB value is (4,74,140).

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

RGB channels and saturation

R 4 of 255 = 2%
G 74 of 255 = 29%
B 140 of 255 = 55%

4
74
140

R + G + B ~ 29%. #044A8C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 74 + 140 = 218 (100%)
R 4 of 218 ~ 1.83%
G 74 of 218 ~ 33.94%
B 140 of 218 ~ 64.22%

%33.94
%64.22

CMYK color model

#044A8C color CMYK value is (97,47,0,45).

  • cyan value is 97.14%
  • magenta value is 47.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(97,47,0,45)
C97M47Y0K45 
(97%,47%,0%,45%)
(0.97/0.47/0.00/0.45)	

CMYK percentages

%97.14
%47.14
%0
%45.1

Codes

Color #044A8C in popluar color models

044A8C
RGB474140
HSL209°94.44%28.24%
HSB/HSV209°97.14%54.90%
CMYK97.14%47.14%0.00%
45.10%

Color #044A8C in popluar number systems.

HEX044A8C
Decimal474140
Binary100100101010001100
Octal4112214

Shades and tints

Shades of #044A8C

#044A8C
(4,74,140)
#044480
(4,68,128)
#043E74
(4,62,116)
#043868
(4,56,104)
#04325C
(4,50,92)
#042C50
(4,44,80)
#042644
(4,38,68)
#042038
(4,32,56)
#041A2C
(4,26,44)
#041420
(4,20,32)
#040E14
(4,14,20)
#000000
(0,0,0)

Tints of #044A8C

#044A8C
(4,74,140)
#1A5A96
(26,90,150)
#306AA0
(48,106,160)
#467AAA
(70,122,170)
#5C8AB4
(92,138,180)
#729ABE
(114,154,190)
#88AAC8
(136,170,200)
#9EBAD2
(158,186,210)
#B4CADC
(180,202,220)
#CADAE6
(202,218,230)
#E0EAF0
(224,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #044A8C; }

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

This text font color is #044A8C.


Background Color

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

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

This div background color is #044A8C.


Border color

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

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

This div border color is #044A8C.


Opacity

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

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

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

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

This text has shadow with #044A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #044A8C on black background.


Color preview on white background

This text has color #044A8C on white background.



Black color preview on #044A8C background

This text has black color on #044A8C background.


White color preview on #044A8C background

This text has white color on #044A8C background.