Color Hex Logo

#446aac Color Hex

#446AAC
(68,106,172)
0 Favorites   0 Comments

Color spaces of #446aac

RGB 68106172
HSL0.610.430.47
HSV218°60°67°
CMYK 0.600.380.00   0.33
XYZ14.984314.515641.0418
Yxy14.51560.21240.2058
Hunter Lab38.09933.5294-37.1995
CIE-Lab44.96357.3335-39.3632

#446aac color RGB value is (68,106,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101010 10101100
Octal 104 152 254
Decimal 68 106 172
Hex 44 6A AC

RGB Percentages of Color #446aac

%19.65
%30.64
%49.71

CMYK Percentages of Color #446aac

%60
%38
%0
%33

Triadic Colors of #446aac

#446aac #ac446a #6aac44

Analogous Colors of #446aac

#446aac #5244ac #449eac

Monochromatic Colors of #446aac

#446aac

Complementary Color

#446aac #ac8644

#446aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#446aac Color CSS Codes

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

#446aac Text Font Color

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

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


#446aac Background Color

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

This div background color is #446aac


#446aac Border Color

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

This div border color is #446aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446aac


Comments

No comments written yet.

Please login to write comment.