Color Hex Logo

#446568 Color Hex

#446568
(68,101,104)
0 Favorites   0 Comments

Color spaces of #446568

RGB 68101104
HSL0.510.210.34
HSV185°35°41°
CMYK 0.350.030.00   0.59
XYZ9.536311.535814.8207
Yxy11.53580.26570.3214
Hunter Lab33.9644-9.3196-2.0967
CIE-Lab40.4686-11.0629-5.5208

#446568 color RGB value is (68,101,104).

#446568 hex color red value is 68, green value is 101 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #446568 hue: 0.51 , saturation: 0.21 and the lightness value of 446568 is 0.34.

The process color (four color CMYK) of #446568 color hex is 0.35, 0.03, 0.00, 0.59. Web safe color of #446568 is #336666. Color #446568 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100101 01101000
Octal 104 145 150
Decimal 68 101 104
Hex 44 65 68

RGB Percentages of Color #446568

%24.91
%37.00
%38.10

CMYK Percentages of Color #446568

%35
%3
%0
%59

Triadic Colors of #446568

#446568 #684465 #656844

Analogous Colors of #446568

#446568 #445368 #446859

Monochromatic Colors of #446568

#446568

Complementary Color

#446568 #684744

#446568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446568 Color CSS Codes

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

#446568 Text Font Color

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

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


#446568 Background Color

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

This div background color is #446568


#446568 Border Color

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

This div border color is #446568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446568


Comments

No comments written yet.

Please login to write comment.