Color Hex Logo

#446168 Color Hex

#446168
(68,97,104)
0 Favorites   0 Comments

Color spaces of #446168

RGB 6897104
HSL0.530.210.34
HSV192°35°41°
CMYK 0.350.070.00   0.59
XYZ9.157310.777814.6944
Yxy10.77780.26440.3112
Hunter Lab32.8296-7.6619-3.5573
CIE-Lab39.2037-8.7301-7.4086

#446168 color RGB value is (68,97,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100001 01101000
Octal 104 141 150
Decimal 68 97 104
Hex 44 61 68

RGB Percentages of Color #446168

%25.28
%36.06
%38.66

CMYK Percentages of Color #446168

%35
%7
%0
%59

Triadic Colors of #446168

#446168 #684461 #616844

Analogous Colors of #446168

#446168 #444f68 #44685d

Monochromatic Colors of #446168

#446168

Complementary Color

#446168 #684b44

#446168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446168 Color CSS Codes

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

#446168 Text Font Color

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

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


#446168 Background Color

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

This div background color is #446168


#446168 Border Color

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

This div border color is #446168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446168


Comments

No comments written yet.

Please login to write comment.