Color Hex Logo

#4c4168 Color Hex

#4C4168
(76,65,104)
0 Favorites   0 Comments

Color spaces of #4c4168

RGB 7665104
HSL0.710.230.33
HSV257°38°41°
CMYK 0.270.380.00   0.59
XYZ7.36956.316613.9275
Yxy6.31660.26690.2287
Hunter Lab25.13288.3576-15.2629
CIE-Lab30.197614.0804-21.1197

#4c4168 color RGB value is (76,65,104).

#4c4168 hex color red value is 76, green value is 65 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #4c4168 hue: 0.71 , saturation: 0.23 and the lightness value of 4c4168 is 0.33.

The process color (four color CMYK) of #4c4168 color hex is 0.27, 0.38, 0.00, 0.59. Web safe color of #4c4168 is #333366. Color #4c4168 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01000001 01101000
Octal 114 101 150
Decimal 76 65 104
Hex 4C 41 68

RGB Percentages of Color #4c4168

%31.02
%26.53
%42.45

CMYK Percentages of Color #4c4168

%27
%38
%0
%59

Triadic Colors of #4c4168

#4c4168 #684c41 #41684c

Analogous Colors of #4c4168

#4c4168 #604168 #414a68

Monochromatic Colors of #4c4168

#4c4168

Complementary Color

#4c4168 #5d6841

#4c4168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c4168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c4168 Color CSS Codes

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

#4c4168 Text Font Color

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

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


#4c4168 Background Color

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

This div background color is #4c4168


#4c4168 Border Color

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

This div border color is #4c4168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c4168


Comments

No comments written yet.

Please login to write comment.