Color Hex Logo

#4c6571 Color Hex

#4C6571
(76,101,113)
0 Favorites   0 Comments

Color spaces of #4c6571

RGB 76101113
HSL0.550.200.37
HSV199°33°44°
CMYK 0.330.110.00   0.56
XYZ10.614812.036117.3865
Yxy12.03610.26510.3006
Hunter Lab34.6931-6.0985-5.4281
CIE-Lab41.2734-6.0842-9.7571

#4c6571 color RGB value is (76,101,113).

#4c6571 hex color red value is 76, green value is 101 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #4c6571 hue: 0.55 , saturation: 0.20 and the lightness value of 4c6571 is 0.37.

The process color (four color CMYK) of #4c6571 color hex is 0.33, 0.11, 0.00, 0.56. Web safe color of #4c6571 is #336666. Color #4c6571 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01100101 01110001
Octal 114 145 161
Decimal 76 101 113
Hex 4C 65 71

RGB Percentages of Color #4c6571

%26.21
%34.83
%38.97

CMYK Percentages of Color #4c6571

%33
%11
%0
%56

Triadic Colors of #4c6571

#4c6571 #714c65 #65714c

Analogous Colors of #4c6571

#4c6571 #4c5371 #4c716b

Monochromatic Colors of #4c6571

#4c6571

Complementary Color

#4c6571 #71584c

#4c6571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c6571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c6571 Color CSS Codes

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

#4c6571 Text Font Color

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

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


#4c6571 Background Color

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

This div background color is #4c6571


#4c6571 Border Color

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

This div border color is #4c6571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c6571


Comments

No comments written yet.

Please login to write comment.