Color Hex Logo

#4687ae Color Hex

#4687AE
(70,135,174)
0 Favorites   0 Comments

Color spaces of #4687ae

RGB 70135174
HSL0.560.430.48
HSV203°60°68°
CMYK 0.600.220.00   0.32
XYZ18.829721.686043.2378
Yxy21.68600.22480.2589
Hunter Lab46.5682-9.3186-22.4520
CIE-Lab53.6922-8.9201-26.8456

#4687ae color RGB value is (70,135,174).

#4687ae hex color red value is 70, green value is 135 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4687ae hue: 0.56 , saturation: 0.43 and the lightness value of 4687ae is 0.48.

The process color (four color CMYK) of #4687ae color hex is 0.60, 0.22, 0.00, 0.32. Web safe color of #4687ae is #339999. Color #4687ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000111 10101110
Octal 106 207 256
Decimal 70 135 174
Hex 46 87 AE

RGB Percentages of Color #4687ae

%18.47
%35.62
%45.91

CMYK Percentages of Color #4687ae

%60
%22
%0
%32

Triadic Colors of #4687ae

#4687ae #ae4687 #87ae46

Analogous Colors of #4687ae

#4687ae #4653ae #46aea1

Monochromatic Colors of #4687ae

#4687ae

Complementary Color

#4687ae #ae6d46

#4687ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4687ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4687ae Color CSS Codes

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

#4687ae Text Font Color

<p style="color:#4687ae">Text here</p>

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


#4687ae Background Color

<div style="background-color:#4687ae">
Div content here</div>

This div background color is #4687ae


#4687ae Border Color

<div style="border:3px solid #4687ae">
Div here</div>

This div border color is #4687ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,135,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4687ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4687ae;
  -webkit-box-shadow: 1px 1px 3px 2px #4687ae;
  box-shadow:         1px 1px 3px 2px #4687ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,135,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4687ae


Comments

No comments written yet.

Please login to write comment.