Color Hex Logo

#4c698e Color Hex

#4C698E
(76,105,142)
0 Favorites   0 Comments

Color spaces of #4c698e

RGB 76105142
HSL0.590.300.43
HSV214°46°56°
CMYK 0.460.260.00   0.44
XYZ12.914613.592627.5342
Yxy13.59260.23900.2515
Hunter Lab36.8681-1.9922-18.4718
CIE-Lab43.6429-0.0316-23.6413

#4c698e color RGB value is (76,105,142).

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

The process color (four color CMYK) of #4c698e color hex is 0.46, 0.26, 0.00, 0.44. Web safe color of #4c698e is #336699. Color #4c698e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 01101001 10001110
Octal 114 151 216
Decimal 76 105 142
Hex 4C 69 8E

RGB Percentages of Color #4c698e

%23.53
%32.51
%43.96

CMYK Percentages of Color #4c698e

%46
%26
%0
%44

Triadic Colors of #4c698e

#4c698e #8e4c69 #698e4c

Analogous Colors of #4c698e

#4c698e #504c8e #4c8a8e

Monochromatic Colors of #4c698e

#4c698e

Complementary Color

#4c698e #8e714c

#4c698e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c698e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c698e Color CSS Codes

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

#4c698e Text Font Color

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

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


#4c698e Background Color

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

This div background color is #4c698e


#4c698e Border Color

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

This div border color is #4c698e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c698e


Comments

No comments written yet.

Please login to write comment.