Color Hex Logo

#44709d Color Hex

#44709D
(68,112,157)
0 Favorites   0 Comments

Color spaces of #44709d

RGB 68112157
HSL0.580.400.44
HSV210°57°62°
CMYK 0.570.290.00   0.38
XYZ14.263915.251634.0904
Yxy15.25160.22430.2398
Hunter Lab39.0533-3.1476-24.4181
CIE-Lab45.9769-1.4346-28.9498

#44709d color RGB value is (68,112,157).

#44709d hex color red value is 68, green value is 112 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #44709d hue: 0.58 , saturation: 0.40 and the lightness value of 44709d is 0.44.

The process color (four color CMYK) of #44709d color hex is 0.57, 0.29, 0.00, 0.38. Web safe color of #44709d is #336699. Color #44709d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110000 10011101
Octal 104 160 235
Decimal 68 112 157
Hex 44 70 9D

RGB Percentages of Color #44709d

%20.18
%33.23
%46.59

CMYK Percentages of Color #44709d

%57
%29
%0
%38

Triadic Colors of #44709d

#44709d #9d4470 #709d44

Analogous Colors of #44709d

#44709d #45449d #449d9d

Monochromatic Colors of #44709d

#44709d

Complementary Color

#44709d #9d7144

#44709d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44709d Color Preview on White Background

Lorem ipsum dolor sit amet.

#44709d Color CSS Codes

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

#44709d Text Font Color

<p style="color:#44709d">Text here</p>

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


#44709d Background Color

<div style="background-color:#44709d">
Div content here</div>

This div background color is #44709d


#44709d Border Color

<div style="border:3px solid #44709d">
Div here</div>

This div border color is #44709d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,112,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44709d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44709d;
  -webkit-box-shadow: 1px 1px 3px 2px #44709d;
  box-shadow:         1px 1px 3px 2px #44709d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44709d


Comments

No comments written yet.

Please login to write comment.