Color Hex Logo

#044468 Color Hex

#044468
(4,68,104)
0 Favorites   0 Comments

Color spaces of #044468

RGB 468104
HSL0.560.930.21
HSV202°96°41°
CMYK 0.960.350.00   0.59
XYZ4.61595.159513.8493
Yxy5.15950.19540.2184
Hunter Lab22.7145-3.4768-20.2496
CIE-Lab27.1844-3.7183-26.1258

#044468 color RGB value is (4,68,104).

#044468 hex color red value is 4, green value is 68 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #044468 hue: 0.56 , saturation: 0.93 and the lightness value of 044468 is 0.21.

The process color (four color CMYK) of #044468 color hex is 0.96, 0.35, 0.00, 0.59. Web safe color of #044468 is #003366. Color #044468 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000100 01101000
Octal 4 104 150
Decimal 4 68 104
Hex 4 44 68

RGB Percentages of Color #044468

%2.27
%38.64
%59.09

CMYK Percentages of Color #044468

%96
%35
%0
%59

Triadic Colors of #044468

#044468 #680444 #446804

Analogous Colors of #044468

#044468 #041268 #04685a

Monochromatic Colors of #044468

#044468

Complementary Color

#044468 #682804

#044468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#044468 Color CSS Codes

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

#044468 Text Font Color

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

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


#044468 Background Color

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

This div background color is #044468


#044468 Border Color

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

This div border color is #044468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044468


Comments

No comments written yet.

Please login to write comment.