Color Hex Logo

#044bab Color Hex

#044BAB
(4,75,171)
0 Favorites   0 Comments

Color spaces of #044bab

RGB 475171
HSL0.600.950.34
HSV214°98°67°
CMYK 0.980.560.00   0.33
XYZ9.91687.998239.5492
Yxy7.99820.17260.1392
Hunter Lab28.281113.0993-63.1163
CIE-Lab33.979119.9589-56.5286

#044bab color RGB value is (4,75,171).

#044bab hex color red value is 4, green value is 75 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #044bab hue: 0.60 , saturation: 0.95 and the lightness value of 044bab is 0.34.

The process color (four color CMYK) of #044bab color hex is 0.98, 0.56, 0.00, 0.33. Web safe color of #044bab is #003399. Color #044bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001011 10101011
Octal 4 113 253
Decimal 4 75 171
Hex 4 4B AB

RGB Percentages of Color #044bab

%1.60
%30.00
%68.40

CMYK Percentages of Color #044bab

%98
%56
%0
%33

Triadic Colors of #044bab

#044bab #ab044b #4bab04

Analogous Colors of #044bab

#044bab #1004ab #049fab

Monochromatic Colors of #044bab

#044bab

Complementary Color

#044bab #ab6404

#044bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#044bab Color CSS Codes

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

#044bab Text Font Color

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

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


#044bab Background Color

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

This div background color is #044bab


#044bab Border Color

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

This div border color is #044bab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,75,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #044bab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #044bab;
  -webkit-box-shadow: 1px 1px 3px 2px #044bab;
  box-shadow:         1px 1px 3px 2px #044bab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044bab


Comments

No comments written yet.

Please login to write comment.