Color Hex Logo

#44788c Color Hex

#44788C
(68,120,140)
0 Favorites   0 Comments

Color spaces of #44788c

RGB 68120140
HSL0.550.350.41
HSV197°51°55°
CMYK 0.510.140.00   0.45
XYZ13.834016.555327.2773
Yxy16.55530.23990.2871
Hunter Lab40.6882-10.5143-11.2662
CIE-Lab47.6948-11.5358-16.2607

#44788c color RGB value is (68,120,140).

#44788c hex color red value is 68, green value is 120 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #44788c hue: 0.55 , saturation: 0.35 and the lightness value of 44788c is 0.41.

The process color (four color CMYK) of #44788c color hex is 0.51, 0.14, 0.00, 0.45. Web safe color of #44788c is #336699. Color #44788c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111000 10001100
Octal 104 170 214
Decimal 68 120 140
Hex 44 78 8C

RGB Percentages of Color #44788c

%20.73
%36.59
%42.68

CMYK Percentages of Color #44788c

%51
%14
%0
%45

Triadic Colors of #44788c

#44788c #8c4478 #788c44

Analogous Colors of #44788c

#44788c #44548c #448c7c

Monochromatic Colors of #44788c

#44788c

Complementary Color

#44788c #8c5844

#44788c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44788c Color Preview on White Background

Lorem ipsum dolor sit amet.

#44788c Color CSS Codes

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

#44788c Text Font Color

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

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


#44788c Background Color

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

This div background color is #44788c


#44788c Border Color

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

This div border color is #44788c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44788c


Comments

No comments written yet.

Please login to write comment.