Color Hex Logo

#444ba7 Color Hex

#444BA7
(68,75,167)
0 Favorites   0 Comments

Color spaces of #444ba7

RGB 6875167
HSL0.650.420.46
HSV236°59°65°
CMYK 0.590.550.00   0.35
XYZ11.87509.051137.6804
Yxy9.05110.20260.1544
Hunter Lab30.085017.8077-53.1990
CIE-Lab36.082525.4653-50.6181

#444ba7 color RGB value is (68,75,167).

#444ba7 hex color red value is 68, green value is 75 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #444ba7 hue: 0.65 , saturation: 0.42 and the lightness value of 444ba7 is 0.46.

The process color (four color CMYK) of #444ba7 color hex is 0.59, 0.55, 0.00, 0.35. Web safe color of #444ba7 is #333399. Color #444ba7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001011 10100111
Octal 104 113 247
Decimal 68 75 167
Hex 44 4B A7

RGB Percentages of Color #444ba7

%21.94
%24.19
%53.87

CMYK Percentages of Color #444ba7

%59
%55
%0
%35

Triadic Colors of #444ba7

#444ba7 #a7444b #4ba744

Analogous Colors of #444ba7

#444ba7 #6f44a7 #447da7

Monochromatic Colors of #444ba7

#444ba7

Complementary Color

#444ba7 #a7a044

#444ba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444ba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#444ba7 Color CSS Codes

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

#444ba7 Text Font Color

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

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


#444ba7 Background Color

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

This div background color is #444ba7


#444ba7 Border Color

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

This div border color is #444ba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444ba7


Comments

No comments written yet.

Please login to write comment.