Color Hex Logo

#4c426c Color Hex

#4C426C
(76,66,108)
0 Favorites   0 Comments

Color spaces of #4c426c

RGB 7666108
HSL0.710.240.34
HSV254°39°42°
CMYK 0.300.390.00   0.58
XYZ7.63556.515615.0426
Yxy6.51560.26150.2232
Hunter Lab25.52578.7248-17.0724
CIE-Lab30.677714.5458-22.9126

#4c426c color RGB value is (76,66,108).

#4c426c hex color red value is 76, green value is 66 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #4c426c hue: 0.71 , saturation: 0.24 and the lightness value of 4c426c is 0.34.

The process color (four color CMYK) of #4c426c color hex is 0.30, 0.39, 0.00, 0.58. Web safe color of #4c426c is #333366. Color #4c426c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01000010 01101100
Octal 114 102 154
Decimal 76 66 108
Hex 4C 42 6C

RGB Percentages of Color #4c426c

%30.40
%26.40
%43.20

CMYK Percentages of Color #4c426c

%30
%39
%0
%58

Triadic Colors of #4c426c

#4c426c #6c4c42 #426c4c

Analogous Colors of #4c426c

#4c426c #61426c #424d6c

Monochromatic Colors of #4c426c

#4c426c

Complementary Color

#4c426c #626c42

#4c426c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c426c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c426c Color CSS Codes

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

#4c426c Text Font Color

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

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


#4c426c Background Color

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

This div background color is #4c426c


#4c426c Border Color

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

This div border color is #4c426c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c426c


Comments

No comments written yet.

Please login to write comment.