Color Hex Logo

#4c707a Color Hex

#4C707A
(76,112,122)
0 Favorites   0 Comments

Color spaces of #4c707a

RGB 76112122
HSL0.540.230.39
HSV193°38°48°
CMYK 0.380.080.00   0.52
XYZ12.287514.530020.5693
Yxy14.53000.25930.3066
Hunter Lab38.1182-9.1670-5.3112
CIE-Lab44.9836-10.0403-9.6139

#4c707a color RGB value is (76,112,122).

#4c707a hex color red value is 76, green value is 112 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #4c707a hue: 0.54 , saturation: 0.23 and the lightness value of 4c707a is 0.39.

The process color (four color CMYK) of #4c707a color hex is 0.38, 0.08, 0.00, 0.52. Web safe color of #4c707a is #336666. Color #4c707a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01110000 01111010
Octal 114 160 172
Decimal 76 112 122
Hex 4C 70 7A

RGB Percentages of Color #4c707a

%24.52
%36.13
%39.35

CMYK Percentages of Color #4c707a

%38
%8
%0
%52

Triadic Colors of #4c707a

#4c707a #7a4c70 #707a4c

Analogous Colors of #4c707a

#4c707a #4c597a #4c7a6d

Monochromatic Colors of #4c707a

#4c707a

Complementary Color

#4c707a #7a564c

#4c707a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c707a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c707a Color CSS Codes

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

#4c707a Text Font Color

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

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


#4c707a Background Color

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

This div background color is #4c707a


#4c707a Border Color

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

This div border color is #4c707a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c707a


Comments

No comments written yet.

Please login to write comment.