Color Hex Logo

#446384 Color Hex

#446384
(68,99,132)
0 Favorites   0 Comments

Color spaces of #446384

RGB 6899132
HSL0.590.320.39
HSV211°48°52°
CMYK 0.480.250.00   0.48
XYZ11.010611.818623.5307
Yxy11.81860.23750.2549
Hunter Lab34.3782-2.9921-16.5173
CIE-Lab40.9263-1.6318-21.8715

#446384 color RGB value is (68,99,132).

#446384 hex color red value is 68, green value is 99 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #446384 hue: 0.59 , saturation: 0.32 and the lightness value of 446384 is 0.39.

The process color (four color CMYK) of #446384 color hex is 0.48, 0.25, 0.00, 0.48. Web safe color of #446384 is #336699. Color #446384 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100011 10000100
Octal 104 143 204
Decimal 68 99 132
Hex 44 63 84

RGB Percentages of Color #446384

%22.74
%33.11
%44.15

CMYK Percentages of Color #446384

%48
%25
%0
%48

Triadic Colors of #446384

#446384 #844463 #638444

Analogous Colors of #446384

#446384 #454484 #448384

Monochromatic Colors of #446384

#446384

Complementary Color

#446384 #846544

#446384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446384 Color CSS Codes

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

#446384 Text Font Color

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

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


#446384 Background Color

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

This div background color is #446384


#446384 Border Color

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

This div border color is #446384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446384


Comments

No comments written yet.

Please login to write comment.