Color Hex Logo

#446893 Color Hex

#446893
(68,104,147)
0 Favorites   0 Comments

Color spaces of #446893

RGB 68104147
HSL0.590.370.42
HSV213°54°58°
CMYK 0.540.290.00   0.42
XYZ12.600713.236229.4945
Yxy13.23620.22770.2392
Hunter Lab36.3816-1.8446-22.5992
CIE-Lab43.11700.1356-27.4809

#446893 color RGB value is (68,104,147).

#446893 hex color red value is 68, green value is 104 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #446893 hue: 0.59 , saturation: 0.37 and the lightness value of 446893 is 0.42.

The process color (four color CMYK) of #446893 color hex is 0.54, 0.29, 0.00, 0.42. Web safe color of #446893 is #336699. Color #446893 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101000 10010011
Octal 104 150 223
Decimal 68 104 147
Hex 44 68 93

RGB Percentages of Color #446893

%21.32
%32.60
%46.08

CMYK Percentages of Color #446893

%54
%29
%0
%42

Triadic Colors of #446893

#446893 #934468 #689344

Analogous Colors of #446893

#446893 #484493 #449093

Monochromatic Colors of #446893

#446893

Complementary Color

#446893 #936f44

#446893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446893 Color CSS Codes

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

#446893 Text Font Color

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

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


#446893 Background Color

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

This div background color is #446893


#446893 Border Color

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

This div border color is #446893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446893


Comments

No comments written yet.

Please login to write comment.