Color Hex Logo

#044463 Color Hex

#044463
(4,68,99)
0 Favorites   0 Comments

Color spaces of #044463

RGB 46899
HSL0.550.920.20
HSV200°96°39°
CMYK 0.960.310.00   0.61
XYZ4.36935.060912.5509
Yxy5.06090.19880.2302
Hunter Lab22.4964-4.7002-17.3307
CIE-Lab26.9076-5.8331-23.3563

#044463 color RGB value is (4,68,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000100 01100011
Octal 4 104 143
Decimal 4 68 99
Hex 4 44 63

RGB Percentages of Color #044463

%2.34
%39.77
%57.89

CMYK Percentages of Color #044463

%96
%31
%0
%61

Triadic Colors of #044463

#044463 #630444 #446304

Analogous Colors of #044463

#044463 #041463 #046353

Monochromatic Colors of #044463

#044463

Complementary Color

#044463 #632304

#044463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#044463 Color CSS Codes

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

#044463 Text Font Color

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

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


#044463 Background Color

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

This div background color is #044463


#044463 Border Color

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

This div border color is #044463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044463


Comments

No comments written yet.

Please login to write comment.