Color Hex Logo

#044a9e Color Hex

#044A9E
(4,74,158)
0 Favorites   0 Comments

Color spaces of #044a9e

RGB 474158
HSL0.590.950.32
HSV213°97°62°
CMYK 0.970.530.00   0.38
XYZ8.67047.392033.3176
Yxy7.39200.17560.1497
Hunter Lab27.18829.3447-53.6247
CIE-Lab32.683115.2389-50.8360

#044a9e color RGB value is (4,74,158).

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

The process color (four color CMYK) of #044a9e color hex is 0.97, 0.53, 0.00, 0.38. Web safe color of #044a9e is #003399. Color #044a9e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001010 10011110
Octal 4 112 236
Decimal 4 74 158
Hex 4 4A 9E

RGB Percentages of Color #044a9e

%1.69
%31.36
%66.95

CMYK Percentages of Color #044a9e

%97
%53
%0
%38

Triadic Colors of #044a9e

#044a9e #9e044a #4a9e04

Analogous Colors of #044a9e

#044a9e #0b049e #04979e

Monochromatic Colors of #044a9e

#044a9e

Complementary Color

#044a9e #9e5804

#044a9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044a9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#044a9e Color CSS Codes

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

#044a9e Text Font Color

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

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


#044a9e Background Color

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

This div background color is #044a9e


#044a9e Border Color

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

This div border color is #044a9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044a9e


Comments

No comments written yet.

Please login to write comment.