Color Hex Logo

#444aab Color Hex

#444AAB
(68,74,171)
0 Favorites   0 Comments

Color spaces of #444aab

RGB 6874171
HSL0.660.430.47
HSV237°60°67°
CMYK 0.600.570.00   0.33
XYZ12.18349.066839.6360
Yxy9.06680.20010.1489
Hunter Lab30.111119.5292-56.9671
CIE-Lab36.112627.4809-52.9546

#444aab color RGB value is (68,74,171).

#444aab hex color red value is 68, green value is 74 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #444aab hue: 0.66 , saturation: 0.43 and the lightness value of 444aab is 0.47.

The process color (four color CMYK) of #444aab color hex is 0.60, 0.57, 0.00, 0.33. Web safe color of #444aab is #333399. Color #444aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001010 10101011
Octal 104 112 253
Decimal 68 74 171
Hex 44 4A AB

RGB Percentages of Color #444aab

%21.73
%23.64
%54.63

CMYK Percentages of Color #444aab

%60
%57
%0
%33

Triadic Colors of #444aab

#444aab #ab444a #4aab44

Analogous Colors of #444aab

#444aab #7244ab #447eab

Monochromatic Colors of #444aab

#444aab

Complementary Color

#444aab #aba544

#444aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#444aab Color CSS Codes

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

#444aab Text Font Color

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

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


#444aab Background Color

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

This div background color is #444aab


#444aab Border Color

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

This div border color is #444aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444aab


Comments

No comments written yet.

Please login to write comment.