Color Hex Logo

#44627d Color Hex

#44627D
(68,98,125)
0 Favorites   0 Comments

Color spaces of #44627d

RGB 6898125
HSL0.580.300.38
HSV208°46°49°
CMYK 0.460.220.00   0.51
XYZ10.453211.445021.0602
Yxy11.44500.24330.2664
Hunter Lab33.8305-4.0490-13.2280
CIE-Lab40.3201-3.2030-18.5602

#44627d color RGB value is (68,98,125).

#44627d hex color red value is 68, green value is 98 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #44627d hue: 0.58 , saturation: 0.30 and the lightness value of 44627d is 0.38.

The process color (four color CMYK) of #44627d color hex is 0.46, 0.22, 0.00, 0.51. Web safe color of #44627d is #336666. Color #44627d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100010 01111101
Octal 104 142 175
Decimal 68 98 125
Hex 44 62 7D

RGB Percentages of Color #44627d

%23.37
%33.68
%42.96

CMYK Percentages of Color #44627d

%46
%22
%0
%51

Triadic Colors of #44627d

#44627d #7d4462 #627d44

Analogous Colors of #44627d

#44627d #44467d #447d7c

Monochromatic Colors of #44627d

#44627d

Complementary Color

#44627d #7d5f44

#44627d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44627d Color Preview on White Background

Lorem ipsum dolor sit amet.

#44627d Color CSS Codes

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

#44627d Text Font Color

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

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


#44627d Background Color

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

This div background color is #44627d


#44627d Border Color

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

This div border color is #44627d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44627d


Comments

No comments written yet.

Please login to write comment.