Color Hex Logo

#446296 Color Hex

#446296
(68,98,150)
0 Favorites   0 Comments

Color spaces of #446296

RGB 6898150
HSL0.610.380.43
HSV218°55°59°
CMYK 0.550.350.00   0.41
XYZ12.256612.166330.5565
Yxy12.16630.22290.2213
Hunter Lab34.88021.6829-27.5243
CIE-Lab41.47924.8528-31.8396

#446296 color RGB value is (68,98,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100010 10010110
Octal 104 142 226
Decimal 68 98 150
Hex 44 62 96

RGB Percentages of Color #446296

%21.52
%31.01
%47.47

CMYK Percentages of Color #446296

%55
%35
%0
%41

Triadic Colors of #446296

#446296 #964462 #629644

Analogous Colors of #446296

#446296 #4f4496 #448b96

Monochromatic Colors of #446296

#446296

Complementary Color

#446296 #967844

#446296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446296 Color CSS Codes

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

#446296 Text Font Color

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

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


#446296 Background Color

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

This div background color is #446296


#446296 Border Color

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

This div border color is #446296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446296


Comments

No comments written yet.

Please login to write comment.