Color Hex Logo

#44496e Color Hex

#44496E
(68,73,110)
0 Favorites   0 Comments

Color spaces of #44496e

RGB 6873110
HSL0.650.240.35
HSV233°38°43°
CMYK 0.380.340.00   0.57
XYZ7.58097.119815.7266
Yxy7.11980.24910.2340
Hunter Lab26.68304.0185-16.2667
CIE-Lab32.07817.9942-22.0420

#44496e color RGB value is (68,73,110).

#44496e hex color red value is 68, green value is 73 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #44496e hue: 0.65 , saturation: 0.24 and the lightness value of 44496e is 0.35.

The process color (four color CMYK) of #44496e color hex is 0.38, 0.34, 0.00, 0.57. Web safe color of #44496e is #333366. Color #44496e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01001001 01101110
Octal 104 111 156
Decimal 68 73 110
Hex 44 49 6E

RGB Percentages of Color #44496e

%27.09
%29.08
%43.82

CMYK Percentages of Color #44496e

%38
%34
%0
%57

Triadic Colors of #44496e

#44496e #6e4449 #496e44

Analogous Colors of #44496e

#44496e #54446e #445e6e

Monochromatic Colors of #44496e

#44496e

Complementary Color

#44496e #6e6944

#44496e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44496e Color Preview on White Background

Lorem ipsum dolor sit amet.

#44496e Color CSS Codes

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

#44496e Text Font Color

<p style="color:#44496e">Text here</p>

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


#44496e Background Color

<div style="background-color:#44496e">
Div content here</div>

This div background color is #44496e


#44496e Border Color

<div style="border:3px solid #44496e">
Div here</div>

This div border color is #44496e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44496e


Comments

No comments written yet.

Please login to write comment.