Color Hex Logo

#446077 Color Hex

#446077
(68,96,119)
0 Favorites   0 Comments

Color spaces of #446077

RGB 6896119
HSL0.580.270.37
HSV207°43°47°
CMYK 0.430.190.00   0.53
XYZ9.896510.926619.0402
Yxy10.92660.24830.2741
Hunter Lab33.0554-4.4056-11.0128
CIE-Lab39.4566-3.8114-16.2261

#446077 color RGB value is (68,96,119).

#446077 hex color red value is 68, green value is 96 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #446077 hue: 0.58 , saturation: 0.27 and the lightness value of 446077 is 0.37.

The process color (four color CMYK) of #446077 color hex is 0.43, 0.19, 0.00, 0.53. Web safe color of #446077 is #336666. Color #446077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100000 01110111
Octal 104 140 167
Decimal 68 96 119
Hex 44 60 77

RGB Percentages of Color #446077

%24.03
%33.92
%42.05

CMYK Percentages of Color #446077

%43
%19
%0
%53

Triadic Colors of #446077

#446077 #774460 #607744

Analogous Colors of #446077

#446077 #444777 #447775

Monochromatic Colors of #446077

#446077

Complementary Color

#446077 #775b44

#446077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446077 Color CSS Codes

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

#446077 Text Font Color

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

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


#446077 Background Color

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

This div background color is #446077


#446077 Border Color

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

This div border color is #446077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446077


Comments

No comments written yet.

Please login to write comment.