Color Hex Logo

#444aaf Color Hex

#444AAF
(68,74,175)
0 Favorites   0 Comments

Color spaces of #444aaf

RGB 6874175
HSL0.660.440.48
HSV237°61°69°
CMYK 0.610.580.00   0.31
XYZ12.57059.221641.6749
Yxy9.22160.19810.1453
Hunter Lab30.367120.7479-60.1109
CIE-Lab36.407528.8520-54.8539

#444aaf color RGB value is (68,74,175).

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

The process color (four color CMYK) of #444aaf color hex is 0.61, 0.58, 0.00, 0.31. Web safe color of #444aaf is #333399. Color #444aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001010 10101111
Octal 104 112 257
Decimal 68 74 175
Hex 44 4A AF

RGB Percentages of Color #444aaf

%21.45
%23.34
%55.21

CMYK Percentages of Color #444aaf

%61
%58
%0
%31

Triadic Colors of #444aaf

#444aaf #af444a #4aaf44

Analogous Colors of #444aaf

#444aaf #7444af #4480af

Monochromatic Colors of #444aaf

#444aaf

Complementary Color

#444aaf #afa944

#444aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#444aaf Color CSS Codes

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

#444aaf Text Font Color

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

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


#444aaf Background Color

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

This div background color is #444aaf


#444aaf Border Color

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

This div border color is #444aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444aaf


Comments

No comments written yet.

Please login to write comment.