Color Hex Logo

#446eaa Color Hex

#446EAA
(68,110,170)
0 Favorites   0 Comments

Color spaces of #446eaa

RGB 68110170
HSL0.600.430.47
HSV215°60°67°
CMYK 0.600.350.00   0.33
XYZ15.215515.283140.1782
Yxy15.28310.21530.2162
Hunter Lab39.09361.0596-33.5694
CIE-Lab46.01954.1637-36.5218

#446eaa color RGB value is (68,110,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101110 10101010
Octal 104 156 252
Decimal 68 110 170
Hex 44 6E AA

RGB Percentages of Color #446eaa

%19.54
%31.61
%48.85

CMYK Percentages of Color #446eaa

%60
%35
%0
%33

Triadic Colors of #446eaa

#446eaa #aa446e #6eaa44

Analogous Colors of #446eaa

#446eaa #4d44aa #44a1aa

Monochromatic Colors of #446eaa

#446eaa

Complementary Color

#446eaa #aa8044

#446eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#446eaa Color CSS Codes

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

#446eaa Text Font Color

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

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


#446eaa Background Color

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

This div background color is #446eaa


#446eaa Border Color

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

This div border color is #446eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446eaa


Comments

No comments written yet.

Please login to write comment.