Color Hex Logo

#044881 Color Hex

#044881
(4,72,129)
0 Favorites   0 Comments

Color spaces of #044881

RGB 472129
HSL0.580.940.26
HSV207°97°51°
CMYK 0.970.440.00   0.49
XYZ6.32996.245521.6408
Yxy6.24550.18500.1825
Hunter Lab24.99101.4775-33.8481
CIE-Lab30.02364.2925-37.3661

#044881 color RGB value is (4,72,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001000 10000001
Octal 4 110 201
Decimal 4 72 129
Hex 4 48 81

RGB Percentages of Color #044881

%1.95
%35.12
%62.93

CMYK Percentages of Color #044881

%97
%44
%0
%49

Triadic Colors of #044881

#044881 #810448 #488104

Analogous Colors of #044881

#044881 #040a81 #04817c

Monochromatic Colors of #044881

#044881

Complementary Color

#044881 #813d04

#044881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#044881 Color CSS Codes

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

#044881 Text Font Color

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

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


#044881 Background Color

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

This div background color is #044881


#044881 Border Color

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

This div border color is #044881


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,72,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 #044881">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044881


Comments

No comments written yet.

Please login to write comment.