Color Hex Logo

#44757e Color Hex

#44757E
(68,117,126)
0 Favorites   0 Comments

Color spaces of #44757e

RGB 68117126
HSL0.530.300.38
HSV189°46°49°
CMYK 0.460.070.00   0.51
XYZ12.511115.457922.0629
Yxy15.45790.25010.3090
Hunter Lab39.3165-12.0026-5.7497
CIE-Lab46.2551-13.9964-10.1347

#44757e color RGB value is (68,117,126).

#44757e hex color red value is 68, green value is 117 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #44757e hue: 0.53 , saturation: 0.30 and the lightness value of 44757e is 0.38.

The process color (four color CMYK) of #44757e color hex is 0.46, 0.07, 0.00, 0.51. Web safe color of #44757e is #336666. Color #44757e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110101 01111110
Octal 104 165 176
Decimal 68 117 126
Hex 44 75 7E

RGB Percentages of Color #44757e

%21.86
%37.62
%40.51

CMYK Percentages of Color #44757e

%46
%7
%0
%51

Triadic Colors of #44757e

#44757e #7e4475 #757e44

Analogous Colors of #44757e

#44757e #44587e #447e6a

Monochromatic Colors of #44757e

#44757e

Complementary Color

#44757e #7e4d44

#44757e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44757e Color Preview on White Background

Lorem ipsum dolor sit amet.

#44757e Color CSS Codes

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

#44757e Text Font Color

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

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


#44757e Background Color

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

This div background color is #44757e


#44757e Border Color

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

This div border color is #44757e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44757e


Comments

No comments written yet.

Please login to write comment.