Color Hex Logo

#446374 Color Hex

#446374
(68,99,116)
0 Favorites   0 Comments

Color spaces of #446374

RGB 6899116
HSL0.560.260.36
HSV201°41°45°
CMYK 0.410.150.00   0.55
XYZ9.998111.413618.1991
Yxy11.41360.25240.2881
Hunter Lab33.7840-6.2964-8.2901
CIE-Lab40.2685-6.5090-13.1544

#446374 color RGB value is (68,99,116).

#446374 hex color red value is 68, green value is 99 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #446374 hue: 0.56 , saturation: 0.26 and the lightness value of 446374 is 0.36.

The process color (four color CMYK) of #446374 color hex is 0.41, 0.15, 0.00, 0.55. Web safe color of #446374 is #336666. Color #446374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100011 01110100
Octal 104 143 164
Decimal 68 99 116
Hex 44 63 74

RGB Percentages of Color #446374

%24.03
%34.98
%40.99

CMYK Percentages of Color #446374

%41
%15
%0
%55

Triadic Colors of #446374

#446374 #744463 #637444

Analogous Colors of #446374

#446374 #444b74 #44746d

Monochromatic Colors of #446374

#446374

Complementary Color

#446374 #745544

#446374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446374 Color CSS Codes

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

#446374 Text Font Color

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

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


#446374 Background Color

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

This div background color is #446374


#446374 Border Color

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

This div border color is #446374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446374


Comments

No comments written yet.

Please login to write comment.