Color Hex Logo

#044a81 Color Hex

#044A81
(4,74,129)
0 Favorites   0 Comments

Color spaces of #044a81

RGB 474129
HSL0.570.940.26
HSV206°97°51°
CMYK 0.970.430.00   0.49
XYZ6.46136.508321.6846
Yxy6.50830.18650.1878
Hunter Lab25.51140.5640-32.5384
CIE-Lab30.66032.9410-36.3470

#044a81 color RGB value is (4,74,129).

#044a81 hex color red value is 4, green value is 74 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #044a81 hue: 0.57 , saturation: 0.94 and the lightness value of 044a81 is 0.26.

The process color (four color CMYK) of #044a81 color hex is 0.97, 0.43, 0.00, 0.49. Web safe color of #044a81 is #003399. Color #044a81 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001010 10000001
Octal 4 112 201
Decimal 4 74 129
Hex 4 4A 81

RGB Percentages of Color #044a81

%1.93
%35.75
%62.32

CMYK Percentages of Color #044a81

%97
%43
%0
%49

Triadic Colors of #044a81

#044a81 #81044a #4a8104

Analogous Colors of #044a81

#044a81 #040c81 #04817a

Monochromatic Colors of #044a81

#044a81

Complementary Color

#044a81 #813b04

#044a81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044a81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#044a81 Color CSS Codes

.mybgcolor {background-color:#044a81; } 
.myforecolor {color:#044a81; }
.mybordercolor {border:3px solid #044a81; }

#044a81 Text Font Color

<p style="color:#044a81">Text here</p>

This sample text font color is #044a81
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#044a81 Background Color

<div style="background-color:#044a81">
Div content here</div>

This div background color is #044a81


#044a81 Border Color

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

This div border color is #044a81


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,74,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #044a81; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #044a81;
  -webkit-box-shadow: 1px 1px 3px 2px #044a81;
  box-shadow:         1px 1px 3px 2px #044a81; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,74,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #044a81">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #044a81;
  -webkit-box-shadow: 1px 1px 3px 2px #044a81;
  box-shadow:         1px 1px 3px 2px #044a81;">
Div content here</div>

This div box has shadow with color #044a81


Comments

No comments written yet.

Please login to write comment.