Color Hex Logo

#446baa Color Hex

#446BAA
(68,107,170)
0 Favorites   0 Comments

Color spaces of #446baa

RGB 68107170
HSL0.600.430.47
HSV217°60°67°
CMYK 0.600.370.00   0.33
XYZ14.897314.646640.0721
Yxy14.64660.21400.2104
Hunter Lab38.27092.5088-35.2909
CIE-Lab45.14636.0217-37.9010

#446baa color RGB value is (68,107,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101011 10101010
Octal 104 153 252
Decimal 68 107 170
Hex 44 6B AA

RGB Percentages of Color #446baa

%19.71
%31.01
%49.28

CMYK Percentages of Color #446baa

%60
%37
%0
%33

Triadic Colors of #446baa

#446baa #aa446b #6baa44

Analogous Colors of #446baa

#446baa #5044aa #449eaa

Monochromatic Colors of #446baa

#446baa

Complementary Color

#446baa #aa8344

#446baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#446baa Color CSS Codes

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

#446baa Text Font Color

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

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


#446baa Background Color

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

This div background color is #446baa


#446baa Border Color

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

This div border color is #446baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,107,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 #446baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446baa


Comments

No comments written yet.

Please login to write comment.