Color Hex Logo

#446fad Color Hex

#446FAD
(68,111,173)
0 Favorites   0 Comments

Color spaces of #446fad

RGB 68111173
HSL0.600.440.47
HSV215°61°68°
CMYK 0.610.360.00   0.32
XYZ15.611215.615041.7264
Yxy15.61500.21400.2140
Hunter Lab39.51581.3659-34.9457
CIE-Lab46.46534.5757-37.5727

#446fad color RGB value is (68,111,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101111 10101101
Octal 104 157 255
Decimal 68 111 173
Hex 44 6F AD

RGB Percentages of Color #446fad

%19.32
%31.53
%49.15

CMYK Percentages of Color #446fad

%61
%36
%0
%32

Triadic Colors of #446fad

#446fad #ad446f #6fad44

Analogous Colors of #446fad

#446fad #4e44ad #44a4ad

Monochromatic Colors of #446fad

#446fad

Complementary Color

#446fad #ad8244

#446fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#446fad Color CSS Codes

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

#446fad Text Font Color

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

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


#446fad Background Color

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

This div background color is #446fad


#446fad Border Color

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

This div border color is #446fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446fad


Comments

No comments written yet.

Please login to write comment.