Color Hex Logo

#446c78 Color Hex

#446C78
(68,108,120)
1 Favorites   0 Comments

Color spaces of #446c78

RGB 68108120
HSL0.540.280.37
HSV194°43°47°
CMYK 0.430.100.00   0.53
XYZ11.136613.310119.7514
Yxy13.31010.25200.3011
Hunter Lab36.4830-9.3574-6.5607
CIE-Lab43.2268-10.6214-11.1012

#446c78 color RGB value is (68,108,120).

#446c78 hex color red value is 68, green value is 108 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #446c78 hue: 0.54 , saturation: 0.28 and the lightness value of 446c78 is 0.37.

The process color (four color CMYK) of #446c78 color hex is 0.43, 0.10, 0.00, 0.53. Web safe color of #446c78 is #336666. Color #446c78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101100 01111000
Octal 104 154 170
Decimal 68 108 120
Hex 44 6C 78

RGB Percentages of Color #446c78

%22.97
%36.49
%40.54

CMYK Percentages of Color #446c78

%43
%10
%0
%53

Triadic Colors of #446c78

#446c78 #78446c #6c7844

Analogous Colors of #446c78

#446c78 #445278 #44786a

Monochromatic Colors of #446c78

#446c78

Complementary Color

#446c78 #785044

#446c78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446c78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446c78 Color CSS Codes

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

#446c78 Text Font Color

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

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


#446c78 Background Color

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

This div background color is #446c78


#446c78 Border Color

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

This div border color is #446c78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446c78


Comments

No comments written yet.

Please login to write comment.