Color Hex Logo

#4c646d Color Hex

#4C646D
(76,100,109)
0 Favorites   0 Comments

Color spaces of #4c646d

RGB 76100109
HSL0.550.180.36
HSV196°30°43°
CMYK 0.300.080.00   0.57
XYZ10.298011.755016.1942
Yxy11.75500.26920.3073
Hunter Lab34.2856-6.3855-4.0047
CIE-Lab40.8241-6.5668-7.9927

#4c646d color RGB value is (76,100,109).

#4c646d hex color red value is 76, green value is 100 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #4c646d hue: 0.55 , saturation: 0.18 and the lightness value of 4c646d is 0.36.

The process color (four color CMYK) of #4c646d color hex is 0.30, 0.08, 0.00, 0.57. Web safe color of #4c646d is #336666. Color #4c646d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01100100 01101101
Octal 114 144 155
Decimal 76 100 109
Hex 4C 64 6D

RGB Percentages of Color #4c646d

%26.67
%35.09
%38.25

CMYK Percentages of Color #4c646d

%30
%8
%0
%57

Triadic Colors of #4c646d

#4c646d #6d4c64 #646d4c

Analogous Colors of #4c646d

#4c646d #4c546d #4c6d66

Monochromatic Colors of #4c646d

#4c646d

Complementary Color

#4c646d #6d554c

#4c646d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c646d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c646d Color CSS Codes

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

#4c646d Text Font Color

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

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


#4c646d Background Color

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

This div background color is #4c646d


#4c646d Border Color

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

This div border color is #4c646d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,100,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c646d


Comments

No comments written yet.

Please login to write comment.