Color Hex Logo

#044281 Color Hex

#044281
(4,66,129)
0 Favorites   0 Comments

Color spaces of #044281

RGB 466129
HSL0.580.940.26
HSV210°97°51°
CMYK 0.970.490.00   0.49
XYZ5.96075.507221.5177
Yxy5.50720.18070.1670
Hunter Lab23.46744.2708-37.9369
CIE-Lab28.13358.4199-40.4031

#044281 color RGB value is (4,66,129).

#044281 hex color red value is 4, green value is 66 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #044281 hue: 0.58 , saturation: 0.94 and the lightness value of 044281 is 0.26.

The process color (four color CMYK) of #044281 color hex is 0.97, 0.49, 0.00, 0.49. Web safe color of #044281 is #003399. Color #044281 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000010 10000001
Octal 4 102 201
Decimal 4 66 129
Hex 4 42 81

RGB Percentages of Color #044281

%2.01
%33.17
%64.82

CMYK Percentages of Color #044281

%97
%49
%0
%49

Triadic Colors of #044281

#044281 #810442 #428104

Analogous Colors of #044281

#044281 #040481 #048181

Monochromatic Colors of #044281

#044281

Complementary Color

#044281 #814304

#044281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#044281 Color CSS Codes

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

#044281 Text Font Color

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

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


#044281 Background Color

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

This div background color is #044281


#044281 Border Color

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

This div border color is #044281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044281


Comments

No comments written yet.

Please login to write comment.