Color Hex Logo

#446672 Color Hex

#446672
(68,102,114)
0 Favorites   0 Comments

Color spaces of #446672

RGB 68102114
HSL0.540.250.36
HSV196°40°45°
CMYK 0.400.110.00   0.55
XYZ10.172511.946617.6894
Yxy11.94660.25550.3001
Hunter Lab34.5639-7.9523-6.1493
CIE-Lab41.1311-8.8626-10.6289

#446672 color RGB value is (68,102,114).

#446672 hex color red value is 68, green value is 102 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #446672 hue: 0.54 , saturation: 0.25 and the lightness value of 446672 is 0.36.

The process color (four color CMYK) of #446672 color hex is 0.40, 0.11, 0.00, 0.55. Web safe color of #446672 is #336666. Color #446672 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100110 01110010
Octal 104 146 162
Decimal 68 102 114
Hex 44 66 72

RGB Percentages of Color #446672

%23.94
%35.92
%40.14

CMYK Percentages of Color #446672

%40
%11
%0
%55

Triadic Colors of #446672

#446672 #724466 #667244

Analogous Colors of #446672

#446672 #444f72 #447267

Monochromatic Colors of #446672

#446672

Complementary Color

#446672 #725044

#446672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446672 Color CSS Codes

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

#446672 Text Font Color

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

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


#446672 Background Color

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

This div background color is #446672


#446672 Border Color

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

This div border color is #446672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446672


Comments

No comments written yet.

Please login to write comment.