Color Hex Logo

#4c848e Color Hex

#4C848E
(76,132,142)
0 Favorites   0 Comments

Color spaces of #4c848e

RGB 76132142
HSL0.530.300.43
HSV189°46°56°
CMYK 0.460.070.00   0.44
XYZ16.114219.992028.6007
Yxy19.99200.24900.3090
Hunter Lab44.7124-13.9159-6.6267
CIE-Lab51.8282-15.6303-11.1410

#4c848e color RGB value is (76,132,142).

#4c848e hex color red value is 76, green value is 132 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #4c848e hue: 0.53 , saturation: 0.30 and the lightness value of 4c848e is 0.43.

The process color (four color CMYK) of #4c848e color hex is 0.46, 0.07, 0.00, 0.44. Web safe color of #4c848e is #339999. Color #4c848e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10000100 10001110
Octal 114 204 216
Decimal 76 132 142
Hex 4C 84 8E

RGB Percentages of Color #4c848e

%21.71
%37.71
%40.57

CMYK Percentages of Color #4c848e

%46
%7
%0
%44

Triadic Colors of #4c848e

#4c848e #8e4c84 #848e4c

Analogous Colors of #4c848e

#4c848e #4c638e #4c8e77

Monochromatic Colors of #4c848e

#4c848e

Complementary Color

#4c848e #8e564c

#4c848e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c848e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c848e Color CSS Codes

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

#4c848e Text Font Color

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

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


#4c848e Background Color

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

This div background color is #4c848e


#4c848e Border Color

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

This div border color is #4c848e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c848e


Comments

No comments written yet.

Please login to write comment.