Color Hex Logo

#044549 Color Hex

#044549
(4,69,73)
0 Favorites   0 Comments

Color spaces of #044549

RGB 46973
HSL0.510.900.15
HSV183°95°29°
CMYK 0.950.050.00   0.71
XYZ3.38084.76317.0445
Yxy4.76310.22260.3136
Hunter Lab21.8245-10.5418-3.8604
CIE-Lab26.0489-16.8092-7.7916

#044549 color RGB value is (4,69,73).

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

The process color (four color CMYK) of #044549 color hex is 0.95, 0.05, 0.00, 0.71. Web safe color of #044549 is #003333. Color #044549 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000101 01001001
Octal 4 105 111
Decimal 4 69 73
Hex 4 45 49

RGB Percentages of Color #044549

%2.74
%47.26
%50.00

CMYK Percentages of Color #044549

%95
%5
%0
%71

Triadic Colors of #044549

#044549 #490445 #454904

Analogous Colors of #044549

#044549 #042349 #04492a

Monochromatic Colors of #044549

#044549

Complementary Color

#044549 #490804

#044549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#044549 Color CSS Codes

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

#044549 Text Font Color

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

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


#044549 Background Color

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

This div background color is #044549


#044549 Border Color

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

This div border color is #044549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044549


Comments

No comments written yet.

Please login to write comment.