Color Hex Logo

#446171 Color Hex

#446171
(68,97,113)
0 Favorites   0 Comments

Color spaces of #446171

RGB 6897113
HSL0.560.250.35
HSV201°40°44°
CMYK 0.400.140.00   0.56
XYZ9.639210.970617.2323
Yxy10.97060.25470.2899
Hunter Lab33.1219-6.0159-7.6614
CIE-Lab39.5309-6.1883-12.4397

#446171 color RGB value is (68,97,113).

#446171 hex color red value is 68, green value is 97 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #446171 hue: 0.56 , saturation: 0.25 and the lightness value of 446171 is 0.35.

The process color (four color CMYK) of #446171 color hex is 0.40, 0.14, 0.00, 0.56. Web safe color of #446171 is #336666. Color #446171 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100001 01110001
Octal 104 141 161
Decimal 68 97 113
Hex 44 61 71

RGB Percentages of Color #446171

%24.46
%34.89
%40.65

CMYK Percentages of Color #446171

%40
%14
%0
%56

Triadic Colors of #446171

#446171 #714461 #617144

Analogous Colors of #446171

#446171 #444b71 #44716b

Monochromatic Colors of #446171

#446171

Complementary Color

#446171 #715444

#446171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446171 Color CSS Codes

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

#446171 Text Font Color

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

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


#446171 Background Color

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

This div background color is #446171


#446171 Border Color

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

This div border color is #446171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446171


Comments

No comments written yet.

Please login to write comment.