Color Hex Logo

#444d77 Color Hex

#444D77
(68,77,119)
0 Favorites   0 Comments

Color spaces of #444d77

RGB 6877119
HSL0.640.270.37
HSV229°43°47°
CMYK 0.430.350.00   0.53
XYZ8.36757.868618.5305
Yxy7.86860.24070.2263
Hunter Lab28.05104.1565-19.5312
CIE-Lab33.70778.1704-25.1309

#444d77 color RGB value is (68,77,119).

#444d77 hex color red value is 68, green value is 77 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #444d77 hue: 0.64 , saturation: 0.27 and the lightness value of 444d77 is 0.37.

The process color (four color CMYK) of #444d77 color hex is 0.43, 0.35, 0.00, 0.53. Web safe color of #444d77 is #336666. Color #444d77 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001101 01110111
Octal 104 115 167
Decimal 68 77 119
Hex 44 4D 77

RGB Percentages of Color #444d77

%25.76
%29.17
%45.08

CMYK Percentages of Color #444d77

%43
%35
%0
%53

Triadic Colors of #444d77

#444d77 #77444d #4d7744

Analogous Colors of #444d77

#444d77 #554477 #446777

Monochromatic Colors of #444d77

#444d77

Complementary Color

#444d77 #776e44

#444d77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#444d77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#444d77 Color CSS Codes

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

#444d77 Text Font Color

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

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


#444d77 Background Color

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

This div background color is #444d77


#444d77 Border Color

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

This div border color is #444d77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #444d77


Comments

No comments written yet.

Please login to write comment.