Color Hex Logo

#044764 Color Hex

#044764
(4,71,100)
0 Favorites   0 Comments

Color spaces of #044764

RGB 471100
HSL0.550.920.20
HSV198°96°39°
CMYK 0.960.290.00   0.61
XYZ4.60365.452412.8664
Yxy5.45240.20080.2379
Hunter Lab23.3504-5.6713-16.3244
CIE-Lab27.9866-7.3382-22.3047

#044764 color RGB value is (4,71,100).

#044764 hex color red value is 4, green value is 71 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #044764 hue: 0.55 , saturation: 0.92 and the lightness value of 044764 is 0.20.

The process color (four color CMYK) of #044764 color hex is 0.96, 0.29, 0.00, 0.61. Web safe color of #044764 is #003366. Color #044764 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000111 01100100
Octal 4 107 144
Decimal 4 71 100
Hex 4 47 64

RGB Percentages of Color #044764

%2.29
%40.57
%57.14

CMYK Percentages of Color #044764

%96
%29
%0
%61

Triadic Colors of #044764

#044764 #640447 #476404

Analogous Colors of #044764

#044764 #041764 #046451

Monochromatic Colors of #044764

#044764

Complementary Color

#044764 #642104

#044764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#044764 Color CSS Codes

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

#044764 Text Font Color

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

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


#044764 Background Color

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

This div background color is #044764


#044764 Border Color

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

This div border color is #044764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044764


Comments

No comments written yet.

Please login to write comment.