Color Hex Logo

#044c6e Color Hex

#044C6E
(4,76,110)
0 Favorites   0 Comments

Color spaces of #044c6e

RGB 476110
HSL0.550.930.22
HSV199°96°43°
CMYK 0.960.310.00   0.57
XYZ5.44906.320515.6846
Yxy6.32050.19850.2302
Hunter Lab25.1406-5.3078-19.3911
CIE-Lab30.2071-6.3733-25.1744

#044c6e color RGB value is (4,76,110).

#044c6e hex color red value is 4, green value is 76 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #044c6e hue: 0.55 , saturation: 0.93 and the lightness value of 044c6e is 0.22.

The process color (four color CMYK) of #044c6e color hex is 0.96, 0.31, 0.00, 0.57. Web safe color of #044c6e is #003366. Color #044c6e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001100 01101110
Octal 4 114 156
Decimal 4 76 110
Hex 4 4C 6E

RGB Percentages of Color #044c6e

%2.11
%40.00
%57.89

CMYK Percentages of Color #044c6e

%96
%31
%0
%57

Triadic Colors of #044c6e

#044c6e #6e044c #4c6e04

Analogous Colors of #044c6e

#044c6e #04176e #046e5b

Monochromatic Colors of #044c6e

#044c6e

Complementary Color

#044c6e #6e2604

#044c6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044c6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#044c6e Color CSS Codes

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

#044c6e Text Font Color

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

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


#044c6e Background Color

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

This div background color is #044c6e


#044c6e Border Color

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

This div border color is #044c6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044c6e


Comments

No comments written yet.

Please login to write comment.