COLOR #044481

HEX: #044481
RGB: (4,68,129)

Color info

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

RGB color model

#044481 color RGB value is (4,68,129).

  • red value is 4;
  • green value is 68;
  • blue value is 129.
RGB:
(4,68,129)
(2%,27%,51%)

RGB channels and saturation

R 4 of 255 = 2%
G 68 of 255 = 27%
B 129 of 255 = 51%

4
68
129

R + G + B ~ 27%. #044481 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 68 + 129 = 201 (100%)
R 4 of 201 ~ 1.99%
G 68 of 201 ~ 33.83%
B 129 of 201 ~ 64.18%

%33.83
%64.18

CMYK color model

#044481 color CMYK value is (97,47,0,49).

  • cyan value is 96.90%
  • magenta value is 47.29%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(97,47,0,49)
C97M47Y0K49 
(97%,47%,0%,49%)
(0.97/0.47/0.00/0.49)	

CMYK percentages

%96.9
%47.29
%0
%49.41

Codes

Color #044481 in popluar color models

044481
RGB468129
HSL209°93.98%26.08%
HSB/HSV209°96.90%50.59%
CMYK96.90%47.29%0.00%
49.41%

Color #044481 in popluar number systems.

HEX044481
Decimal468129
Binary100100010010000001
Octal4104201

Shades and tints

Shades of #044481

#044481
(4,68,129)
#043E76
(4,62,118)
#04386B
(4,56,107)
#043260
(4,50,96)
#042C55
(4,44,85)
#04264A
(4,38,74)
#04203F
(4,32,63)
#041A34
(4,26,52)
#041429
(4,20,41)
#040E1E
(4,14,30)
#040813
(4,8,19)
#000000
(0,0,0)

Tints of #044481

#044481
(4,68,129)
#1A558C
(26,85,140)
#306697
(48,102,151)
#4677A2
(70,119,162)
#5C88AD
(92,136,173)
#7299B8
(114,153,184)
#88AAC3
(136,170,195)
#9EBBCE
(158,187,206)
#B4CCD9
(180,204,217)
#CADDE4
(202,221,228)
#E0EEEF
(224,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #044481 color. Also use rgb(4,68,129) instead hex code.

Text Font Color

.myTextColor { color: #044481; }

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

This text font color is #044481.


Background Color

.myBgColor { background-color: #044481; }

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

This div background color is #044481.


Border color

.myBorderColor { border: 1px solid #044481; }

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

This div border color is #044481.


Opacity

.myOpacity80 { color: #044481; opacity: 0.8; }

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

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

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

This text has shadow with #044481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #044481 on black background.


Color preview on white background

This text has color #044481 on white background.



Black color preview on #044481 background

This text has black color on #044481 background.


White color preview on #044481 background

This text has white color on #044481 background.