Color Hex Logo

#44618c Color Hex

#44618C
(68,97,140)
0 Favorites   0 Comments

Color spaces of #44618c

RGB 6897140
HSL0.600.350.41
HSV216°51°55°
CMYK 0.510.310.00   0.45
XYZ11.392211.671826.4634
Yxy11.67180.23000.2357
Hunter Lab34.1640-0.2651-22.0111
CIE-Lab40.68972.1723-27.0718

#44618c color RGB value is (68,97,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100001 10001100
Octal 104 141 214
Decimal 68 97 140
Hex 44 61 8C

RGB Percentages of Color #44618c

%22.30
%31.80
%45.90

CMYK Percentages of Color #44618c

%51
%31
%0
%45

Triadic Colors of #44618c

#44618c #8c4461 #618c44

Analogous Colors of #44618c

#44618c #4b448c #44858c

Monochromatic Colors of #44618c

#44618c

Complementary Color

#44618c #8c6f44

#44618c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44618c Color Preview on White Background

Lorem ipsum dolor sit amet.

#44618c Color CSS Codes

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

#44618c Text Font Color

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

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


#44618c Background Color

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

This div background color is #44618c


#44618c Border Color

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

This div border color is #44618c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,97,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 #44618c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44618c


Comments

No comments written yet.

Please login to write comment.