Color Hex Logo

#44769f Color Hex

#44769F
(68,118,159)
0 Favorites   0 Comments

Color spaces of #44769f

RGB 68118159
HSL0.580.400.45
HSV207°57°62°
CMYK 0.570.260.00   0.38
XYZ15.120316.689035.2253
Yxy16.68900.22560.2490
Hunter Lab40.8522-5.4245-22.5270
CIE-Lab47.8658-4.3616-27.1838

#44769f color RGB value is (68,118,159).

#44769f hex color red value is 68, green value is 118 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #44769f hue: 0.58 , saturation: 0.40 and the lightness value of 44769f is 0.45.

The process color (four color CMYK) of #44769f color hex is 0.57, 0.26, 0.00, 0.38. Web safe color of #44769f is #336699. Color #44769f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110110 10011111
Octal 104 166 237
Decimal 68 118 159
Hex 44 76 9F

RGB Percentages of Color #44769f

%19.71
%34.20
%46.09

CMYK Percentages of Color #44769f

%57
%26
%0
%38

Triadic Colors of #44769f

#44769f #9f4476 #769f44

Analogous Colors of #44769f

#44769f #44499f #449f9b

Monochromatic Colors of #44769f

#44769f

Complementary Color

#44769f #9f6d44

#44769f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44769f Color Preview on White Background

Lorem ipsum dolor sit amet.

#44769f Color CSS Codes

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

#44769f Text Font Color

<p style="color:#44769f">Text here</p>

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


#44769f Background Color

<div style="background-color:#44769f">
Div content here</div>

This div background color is #44769f


#44769f Border Color

<div style="border:3px solid #44769f">
Div here</div>

This div border color is #44769f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,118,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #44769f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #44769f;
  -webkit-box-shadow: 1px 1px 3px 2px #44769f;
  box-shadow:         1px 1px 3px 2px #44769f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44769f


Comments

No comments written yet.

Please login to write comment.