Color Hex Logo

#044446 Color Hex

#044446
(4,68,70)
0 Favorites   0 Comments

Color spaces of #044446

RGB 46870
HSL0.510.890.15
HSV182°94°27°
CMYK 0.940.030.00   0.73
XYZ3.22274.60236.5128
Yxy4.60230.22480.3210
Hunter Lab21.4530-10.7281-2.9825
CIE-Lab25.5703-17.3505-6.5438

#044446 color RGB value is (4,68,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000100 01000110
Octal 4 104 106
Decimal 4 68 70
Hex 4 44 46

RGB Percentages of Color #044446

%2.82
%47.89
%49.30

CMYK Percentages of Color #044446

%94
%3
%0
%73

Triadic Colors of #044446

#044446 #460444 #444604

Analogous Colors of #044446

#044446 #042346 #044627

Monochromatic Colors of #044446

#044446

Complementary Color

#044446 #460604

#044446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#044446 Color CSS Codes

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

#044446 Text Font Color

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

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


#044446 Background Color

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

This div background color is #044446


#044446 Border Color

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

This div border color is #044446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044446


Comments

No comments written yet.

Please login to write comment.