Color Hex Logo

#446dae Color Hex

#446DAE
(68,109,174)
0 Favorites   0 Comments

Color spaces of #446dae

RGB 68109174
HSL0.600.440.47
HSV217°61°68°
CMYK 0.610.370.00   0.32
XYZ15.492515.222242.1660
Yxy15.22220.21260.2089
Hunter Lab39.01562.6022-36.7665
CIE-Lab45.93706.1568-38.9918

#446dae color RGB value is (68,109,174).

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

The process color (four color CMYK) of #446dae color hex is 0.61, 0.37, 0.00, 0.32. Web safe color of #446dae is #336699. Color #446dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101101 10101110
Octal 104 155 256
Decimal 68 109 174
Hex 44 6D AE

RGB Percentages of Color #446dae

%19.37
%31.05
%49.57

CMYK Percentages of Color #446dae

%61
%37
%0
%32

Triadic Colors of #446dae

#446dae #ae446d #6dae44

Analogous Colors of #446dae

#446dae #5044ae #44a2ae

Monochromatic Colors of #446dae

#446dae

Complementary Color

#446dae #ae8544

#446dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#446dae Color CSS Codes

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

#446dae Text Font Color

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

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


#446dae Background Color

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

This div background color is #446dae


#446dae Border Color

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

This div border color is #446dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446dae


Comments

No comments written yet.

Please login to write comment.