Color Hex Logo

#4c6974 Color Hex

#4C6974
(76,105,116)
0 Favorites   0 Comments

Color spaces of #4c6974

RGB 76105116
HSL0.550.210.38
HSV197°34°45°
CMYK 0.340.090.00   0.55
XYZ11.184512.900618.4236
Yxy12.90060.26310.3035
Hunter Lab35.9174-7.2715-5.2702
CIE-Lab42.6131-7.6257-9.5632

#4c6974 color RGB value is (76,105,116).

#4c6974 hex color red value is 76, green value is 105 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #4c6974 hue: 0.55 , saturation: 0.21 and the lightness value of 4c6974 is 0.38.

The process color (four color CMYK) of #4c6974 color hex is 0.34, 0.09, 0.00, 0.55. Web safe color of #4c6974 is #336666. Color #4c6974 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01101001 01110100
Octal 114 151 164
Decimal 76 105 116
Hex 4C 69 74

RGB Percentages of Color #4c6974

%25.59
%35.35
%39.06

CMYK Percentages of Color #4c6974

%34
%9
%0
%55

Triadic Colors of #4c6974

#4c6974 #744c69 #69744c

Analogous Colors of #4c6974

#4c6974 #4c5574 #4c746b

Monochromatic Colors of #4c6974

#4c6974

Complementary Color

#4c6974 #74574c

#4c6974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c6974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c6974 Color CSS Codes

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

#4c6974 Text Font Color

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

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


#4c6974 Background Color

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

This div background color is #4c6974


#4c6974 Border Color

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

This div border color is #4c6974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c6974


Comments

No comments written yet.

Please login to write comment.