Color Hex Logo

#4c426b Color Hex

#4C426B
(76,66,107)
0 Favorites   0 Comments

Color spaces of #4c426b

RGB 7666107
HSL0.710.240.34
HSV255°38°42°
CMYK 0.290.380.00   0.58
XYZ7.58256.494514.7638
Yxy6.49450.26290.2252
Hunter Lab25.48438.5126-16.5094
CIE-Lab30.627314.2629-22.3568

#4c426b color RGB value is (76,66,107).

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

The process color (four color CMYK) of #4c426b color hex is 0.29, 0.38, 0.00, 0.58. Web safe color of #4c426b is #333366. Color #4c426b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01000010 01101011
Octal 114 102 153
Decimal 76 66 107
Hex 4C 42 6B

RGB Percentages of Color #4c426b

%30.52
%26.51
%42.97

CMYK Percentages of Color #4c426b

%29
%38
%0
%58

Triadic Colors of #4c426b

#4c426b #6b4c42 #426b4c

Analogous Colors of #4c426b

#4c426b #61426b #424c6b

Monochromatic Colors of #4c426b

#4c426b

Complementary Color

#4c426b #616b42

#4c426b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c426b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c426b Color CSS Codes

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

#4c426b Text Font Color

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

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


#4c426b Background Color

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

This div background color is #4c426b


#4c426b Border Color

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

This div border color is #4c426b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c426b


Comments

No comments written yet.

Please login to write comment.