Color Hex Logo

#044290 Color Hex

#044290
(4,66,144)
0 Favorites   0 Comments

Color spaces of #044290

RGB 466144
HSL0.590.950.29
HSV213°97°56°
CMYK 0.970.540.00   0.44
XYZ7.03235.935927.1606
Yxy5.93590.17520.1479
Hunter Lab24.36378.8855-49.0418
CIE-Lab29.250214.8613-47.8817

#044290 color RGB value is (4,66,144).

#044290 hex color red value is 4, green value is 66 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #044290 hue: 0.59 , saturation: 0.95 and the lightness value of 044290 is 0.29.

The process color (four color CMYK) of #044290 color hex is 0.97, 0.54, 0.00, 0.44. Web safe color of #044290 is #003399. Color #044290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000010 10010000
Octal 4 102 220
Decimal 4 66 144
Hex 4 42 90

RGB Percentages of Color #044290

%1.87
%30.84
%67.29

CMYK Percentages of Color #044290

%97
%54
%0
%44

Triadic Colors of #044290

#044290 #900442 #429004

Analogous Colors of #044290

#044290 #0c0490 #048890

Monochromatic Colors of #044290

#044290

Complementary Color

#044290 #905204

#044290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#044290 Color CSS Codes

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

#044290 Text Font Color

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

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


#044290 Background Color

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

This div background color is #044290


#044290 Border Color

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

This div border color is #044290


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,66,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #044290; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #044290;
  -webkit-box-shadow: 1px 1px 3px 2px #044290;
  box-shadow:         1px 1px 3px 2px #044290; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044290


Comments

No comments written yet.

Please login to write comment.