Color Hex Logo

#044dac Color Hex

#044DAC
(4,77,172)
0 Favorites   0 Comments

Color spaces of #044dac

RGB 477172
HSL0.590.950.35
HSV214°98°67°
CMYK 0.980.550.00   0.33
XYZ10.15038.312140.0991
Yxy8.31210.17330.1419
Hunter Lab28.830712.3899-62.2818
CIE-Lab34.624619.0099-56.0741

#044dac color RGB value is (4,77,172).

#044dac hex color red value is 4, green value is 77 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #044dac hue: 0.59 , saturation: 0.95 and the lightness value of 044dac is 0.35.

The process color (four color CMYK) of #044dac color hex is 0.98, 0.55, 0.00, 0.33. Web safe color of #044dac is #006699. Color #044dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001101 10101100
Octal 4 115 254
Decimal 4 77 172
Hex 4 4D AC

RGB Percentages of Color #044dac

%1.58
%30.43
%67.98

CMYK Percentages of Color #044dac

%98
%55
%0
%33

Triadic Colors of #044dac

#044dac #ac044d #4dac04

Analogous Colors of #044dac

#044dac #0f04ac #04a1ac

Monochromatic Colors of #044dac

#044dac

Complementary Color

#044dac #ac6304

#044dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#044dac Color CSS Codes

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

#044dac Text Font Color

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

This sample text font color is #044dac
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.


#044dac Background Color

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

This div background color is #044dac


#044dac Border Color

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

This div border color is #044dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044dac


Comments

No comments written yet.

Please login to write comment.