Color Hex Logo

#044962 Color Hex

#044962
(4,73,98)
0 Favorites   0 Comments

Color spaces of #044962

RGB 47398
HSL0.540.920.20
HSV196°96°38°
CMYK 0.960.260.00   0.62
XYZ4.63725.672712.4058
Yxy5.67270.20410.2497
Hunter Lab23.8174-6.9270-14.2102
CIE-Lab28.5712-9.4157-20.1113

#044962 color RGB value is (4,73,98).

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

The process color (four color CMYK) of #044962 color hex is 0.96, 0.26, 0.00, 0.62. Web safe color of #044962 is #003366. Color #044962 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001001 01100010
Octal 4 111 142
Decimal 4 73 98
Hex 4 49 62

RGB Percentages of Color #044962

%2.29
%41.71
%56.00

CMYK Percentages of Color #044962

%96
%26
%0
%62

Triadic Colors of #044962

#044962 #620449 #496204

Analogous Colors of #044962

#044962 #041a62 #04624c

Monochromatic Colors of #044962

#044962

Complementary Color

#044962 #621d04

#044962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#044962 Color CSS Codes

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

#044962 Text Font Color

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

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


#044962 Background Color

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

This div background color is #044962


#044962 Border Color

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

This div border color is #044962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044962


Comments

No comments written yet.

Please login to write comment.