Color Hex Logo

#446eac Color Hex

#446EAC
(68,110,172)
0 Favorites   0 Comments

Color spaces of #446eac

RGB 68110172
HSL0.600.430.47
HSV216°60°67°
CMYK 0.600.360.00   0.33
XYZ15.406215.359441.1824
Yxy15.35940.21410.2135
Hunter Lab39.19111.5848-34.8688
CIE-Lab46.12264.8490-37.5295

#446eac color RGB value is (68,110,172).

#446eac hex color red value is 68, green value is 110 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #446eac hue: 0.60 , saturation: 0.43 and the lightness value of 446eac is 0.47.

The process color (four color CMYK) of #446eac color hex is 0.60, 0.36, 0.00, 0.33. Web safe color of #446eac is #336699. Color #446eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101110 10101100
Octal 104 156 254
Decimal 68 110 172
Hex 44 6E AC

RGB Percentages of Color #446eac

%19.43
%31.43
%49.14

CMYK Percentages of Color #446eac

%60
%36
%0
%33

Triadic Colors of #446eac

#446eac #ac446e #6eac44

Analogous Colors of #446eac

#446eac #4e44ac #44a2ac

Monochromatic Colors of #446eac

#446eac

Complementary Color

#446eac #ac8244

#446eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#446eac Color CSS Codes

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

#446eac Text Font Color

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

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


#446eac Background Color

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

This div background color is #446eac


#446eac Border Color

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

This div border color is #446eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,110,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #446eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #446eac;
  -webkit-box-shadow: 1px 1px 3px 2px #446eac;
  box-shadow:         1px 1px 3px 2px #446eac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446eac


Comments

No comments written yet.

Please login to write comment.