Color Hex Logo

#4689dc Color Hex

#4689DC
(70,137,220)
0 Favorites   0 Comments

Color spaces of #4689dc

RGB 70137220
HSL0.590.680.57
HSV213°68°86°
CMYK 0.680.380.00   0.14
XYZ24.389724.360771.1268
Yxy24.36070.20350.2032
Hunter Lab49.35661.8324-50.8921
CIE-Lab56.44715.4587-48.6264

#4689dc color RGB value is (70,137,220).

#4689dc hex color red value is 70, green value is 137 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4689dc hue: 0.59 , saturation: 0.68 and the lightness value of 4689dc is 0.57.

The process color (four color CMYK) of #4689dc color hex is 0.68, 0.38, 0.00, 0.14. Web safe color of #4689dc is #3399cc. Color #4689dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001001 11011100
Octal 106 211 334
Decimal 70 137 220
Hex 46 89 DC

RGB Percentages of Color #4689dc

%16.39
%32.08
%51.52

CMYK Percentages of Color #4689dc

%68
%38
%0
%14

Triadic Colors of #4689dc

#4689dc #dc4689 #89dc46

Analogous Colors of #4689dc

#4689dc #4e46dc #46d4dc

Monochromatic Colors of #4689dc

#4689dc

Complementary Color

#4689dc #dc9946

#4689dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4689dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4689dc Color CSS Codes

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

#4689dc Text Font Color

<p style="color:#4689dc">Text here</p>

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


#4689dc Background Color

<div style="background-color:#4689dc">
Div content here</div>

This div background color is #4689dc


#4689dc Border Color

<div style="border:3px solid #4689dc">
Div here</div>

This div border color is #4689dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,137,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4689dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4689dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4689dc;
  box-shadow:         1px 1px 3px 2px #4689dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4689dc


Comments

No comments written yet.

Please login to write comment.