Color Hex Logo

#044042 Color Hex

#044042
(4,64,66)
0 Favorites   0 Comments

Color spaces of #044042

RGB 46466
HSL0.510.890.14
HSV182°94°26°
CMYK 0.940.030.00   0.74
XYZ2.86684.08605.7918
Yxy4.08600.22490.3206
Hunter Lab20.2139-10.0588-2.8384
CIE-Lab23.9537-16.5738-6.3310

#044042 color RGB value is (4,64,66).

#044042 hex color red value is 4, green value is 64 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #044042 hue: 0.51 , saturation: 0.89 and the lightness value of 044042 is 0.14.

The process color (four color CMYK) of #044042 color hex is 0.94, 0.03, 0.00, 0.74. Web safe color of #044042 is #003333. Color #044042 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000000 01000010
Octal 4 100 102
Decimal 4 64 66
Hex 4 40 42

RGB Percentages of Color #044042

%2.99
%47.76
%49.25

CMYK Percentages of Color #044042

%94
%3
%0
%74

Triadic Colors of #044042

#044042 #420440 #404204

Analogous Colors of #044042

#044042 #042142 #044225

Monochromatic Colors of #044042

#044042

Complementary Color

#044042 #420604

#044042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#044042 Color CSS Codes

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

#044042 Text Font Color

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

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


#044042 Background Color

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

This div background color is #044042


#044042 Border Color

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

This div border color is #044042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044042


Comments

No comments written yet.

Please login to write comment.