Color Hex Logo

#445699 Color Hex

#445699
(68,86,153)
0 Favorites   0 Comments

Color spaces of #445699

RGB 6886153
HSL0.630.380.43
HSV227°56°60°
CMYK 0.560.440.00   0.40
XYZ11.461510.184431.4987
Yxy10.18440.21570.1916
Hunter Lab31.91308.2602-36.1812
CIE-Lab38.171413.5259-38.8750

#445699 color RGB value is (68,86,153).

#445699 hex color red value is 68, green value is 86 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #445699 hue: 0.63 , saturation: 0.38 and the lightness value of 445699 is 0.43.

The process color (four color CMYK) of #445699 color hex is 0.56, 0.44, 0.00, 0.40. Web safe color of #445699 is #336699. Color #445699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010110 10011001
Octal 104 126 231
Decimal 68 86 153
Hex 44 56 99

RGB Percentages of Color #445699

%22.15
%28.01
%49.84

CMYK Percentages of Color #445699

%56
%44
%0
%40

Triadic Colors of #445699

#445699 #994456 #569944

Analogous Colors of #445699

#445699 #5c4499 #448199

Monochromatic Colors of #445699

#445699

Complementary Color

#445699 #998744

#445699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#445699 Color CSS Codes

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

#445699 Text Font Color

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

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


#445699 Background Color

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

This div background color is #445699


#445699 Border Color

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

This div border color is #445699


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,86,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #445699; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #445699;
  -webkit-box-shadow: 1px 1px 3px 2px #445699;
  box-shadow:         1px 1px 3px 2px #445699; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445699


Comments

No comments written yet.

Please login to write comment.