Color Hex Logo

#4c697a Color Hex

#4C697A
(76,105,122)
0 Favorites   0 Comments

Color spaces of #4c697a

RGB 76105122
HSL0.560.230.39
HSV202°38°48°
CMYK 0.380.140.00   0.52
XYZ11.544913.044820.3218
Yxy13.04480.25710.2905
Hunter Lab36.1176-6.1487-8.0776
CIE-Lab42.8307-5.9596-12.8637

#4c697a color RGB value is (76,105,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 01101001 01111010
Octal 114 151 172
Decimal 76 105 122
Hex 4C 69 7A

RGB Percentages of Color #4c697a

%25.08
%34.65
%40.26

CMYK Percentages of Color #4c697a

%38
%14
%0
%52

Triadic Colors of #4c697a

#4c697a #7a4c69 #697a4c

Analogous Colors of #4c697a

#4c697a #4c527a #4c7a74

Monochromatic Colors of #4c697a

#4c697a

Complementary Color

#4c697a #7a5d4c

#4c697a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c697a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c697a Color CSS Codes

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

#4c697a Text Font Color

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

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


#4c697a Background Color

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

This div background color is #4c697a


#4c697a Border Color

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

This div border color is #4c697a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,105,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 #4c697a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c697a


Comments

No comments written yet.

Please login to write comment.