Color Hex Logo

#44747f Color Hex

#44747F
(68,116,127)
0 Favorites   0 Comments

Color spaces of #44747f

RGB 68116127
HSL0.530.300.38
HSV191°46°50°
CMYK 0.460.090.00   0.50
XYZ12.460115.252022.3659
Yxy15.25200.24880.3046
Hunter Lab39.0538-11.3938-6.6174
CIE-Lab45.9774-13.1457-11.1487

#44747f color RGB value is (68,116,127).

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

The process color (four color CMYK) of #44747f color hex is 0.46, 0.09, 0.00, 0.50. Web safe color of #44747f is #336666. Color #44747f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110100 01111111
Octal 104 164 177
Decimal 68 116 127
Hex 44 74 7F

RGB Percentages of Color #44747f

%21.86
%37.30
%40.84

CMYK Percentages of Color #44747f

%46
%9
%0
%50

Triadic Colors of #44747f

#44747f #7f4474 #747f44

Analogous Colors of #44747f

#44747f #44567f #447f6d

Monochromatic Colors of #44747f

#44747f

Complementary Color

#44747f #7f4f44

#44747f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44747f Color Preview on White Background

Lorem ipsum dolor sit amet.

#44747f Color CSS Codes

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

#44747f Text Font Color

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

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


#44747f Background Color

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

This div background color is #44747f


#44747f Border Color

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

This div border color is #44747f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44747f


Comments

No comments written yet.

Please login to write comment.