Color Hex Logo

#4c455b Color Hex

#4C455B
(76,69,91)
0 Favorites   0 Comments

Color spaces of #4c455b

RGB 766991
HSL0.720.140.31
HSV259°24°36°
CMYK 0.160.240.00   0.64
XYZ6.99696.548110.7927
Yxy6.54810.28750.2691
Hunter Lab25.58934.0263-7.0941
CIE-Lab30.75528.0213-11.9469

#4c455b color RGB value is (76,69,91).

#4c455b hex color red value is 76, green value is 69 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #4c455b hue: 0.72 , saturation: 0.14 and the lightness value of 4c455b is 0.31.

The process color (four color CMYK) of #4c455b color hex is 0.16, 0.24, 0.00, 0.64. Web safe color of #4c455b is #333366. Color #4c455b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01000101 01011011
Octal 114 105 133
Decimal 76 69 91
Hex 4C 45 5B

RGB Percentages of Color #4c455b

%32.20
%29.24
%38.56

CMYK Percentages of Color #4c455b

%16
%24
%0
%64

Triadic Colors of #4c455b

#4c455b #5b4c45 #455b4c

Analogous Colors of #4c455b

#4c455b #57455b #45495b

Monochromatic Colors of #4c455b

#4c455b

Complementary Color

#4c455b #545b45

#4c455b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c455b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c455b Color CSS Codes

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

#4c455b Text Font Color

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

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


#4c455b Background Color

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

This div background color is #4c455b


#4c455b Border Color

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

This div border color is #4c455b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c455b


Comments

No comments written yet.

Please login to write comment.