Color Hex Logo

#44495c Color Hex

#44495C
(68,73,92)
0 Favorites   0 Comments

Color spaces of #44495c

RGB 687392
HSL0.630.150.31
HSV228°26°36°
CMYK 0.260.210.00   0.64
XYZ6.69826.766711.0783
Yxy6.76670.27290.2757
Hunter Lab26.01290.4404-7.0413
CIE-Lab31.26982.7778-11.8690

#44495c color RGB value is (68,73,92).

#44495c hex color red value is 68, green value is 73 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #44495c hue: 0.63 , saturation: 0.15 and the lightness value of 44495c is 0.31.

The process color (four color CMYK) of #44495c color hex is 0.26, 0.21, 0.00, 0.64. Web safe color of #44495c is #333366. Color #44495c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001001 01011100
Octal 104 111 134
Decimal 68 73 92
Hex 44 49 5C

RGB Percentages of Color #44495c

%29.18
%31.33
%39.48

CMYK Percentages of Color #44495c

%26
%21
%0
%64

Triadic Colors of #44495c

#44495c #5c4449 #495c44

Analogous Colors of #44495c

#44495c #4b445c #44555c

Monochromatic Colors of #44495c

#44495c

Complementary Color

#44495c #5c5744

#44495c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44495c Color Preview on White Background

Lorem ipsum dolor sit amet.

#44495c Color CSS Codes

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

#44495c Text Font Color

<p style="color:#44495c">Text here</p>

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


#44495c Background Color

<div style="background-color:#44495c">
Div content here</div>

This div background color is #44495c


#44495c Border Color

<div style="border:3px solid #44495c">
Div here</div>

This div border color is #44495c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,73,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44495c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44495c;
  -webkit-box-shadow: 1px 1px 3px 2px #44495c;
  box-shadow:         1px 1px 3px 2px #44495c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44495c


Comments

No comments written yet.

Please login to write comment.