Color Hex Logo

#446996 Color Hex

#446996
(68,105,150)
0 Favorites   0 Comments

Color spaces of #446996

RGB 68105150
HSL0.590.380.43
HSV213°55°59°
CMYK 0.550.300.00   0.41
XYZ12.940513.534130.7845
Yxy13.53410.22600.2364
Hunter Lab36.7887-1.5926-23.8613
CIE-Lab43.55720.5095-28.5817

#446996 color RGB value is (68,105,150).

#446996 hex color red value is 68, green value is 105 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #446996 hue: 0.59 , saturation: 0.38 and the lightness value of 446996 is 0.43.

The process color (four color CMYK) of #446996 color hex is 0.55, 0.30, 0.00, 0.41. Web safe color of #446996 is #336699. Color #446996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01101001 10010110
Octal 104 151 226
Decimal 68 105 150
Hex 44 69 96

RGB Percentages of Color #446996

%21.05
%32.51
%46.44

CMYK Percentages of Color #446996

%55
%30
%0
%41

Triadic Colors of #446996

#446996 #964469 #699644

Analogous Colors of #446996

#446996 #484496 #449296

Monochromatic Colors of #446996

#446996

Complementary Color

#446996 #967144

#446996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446996 Color CSS Codes

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

#446996 Text Font Color

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

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


#446996 Background Color

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

This div background color is #446996


#446996 Border Color

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

This div border color is #446996


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,105,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #446996; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #446996;
  -webkit-box-shadow: 1px 1px 3px 2px #446996;
  box-shadow:         1px 1px 3px 2px #446996; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446996


Comments

No comments written yet.

Please login to write comment.