Color Hex Logo

#4688dc Color Hex

#4688DC
(70,136,220)
0 Favorites   0 Comments

Color spaces of #4688dc

RGB 70136220
HSL0.590.680.57
HSV214°68°86°
CMYK 0.680.380.00   0.14
XYZ24.248224.077771.0796
Yxy24.07770.20310.2016
Hunter Lab49.06902.3376-51.5370
CIE-Lab56.16556.0570-49.0736

#4688dc color RGB value is (70,136,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001000 11011100
Octal 106 210 334
Decimal 70 136 220
Hex 46 88 DC

RGB Percentages of Color #4688dc

%16.43
%31.92
%51.64

CMYK Percentages of Color #4688dc

%68
%38
%0
%14

Triadic Colors of #4688dc

#4688dc #dc4688 #88dc46

Analogous Colors of #4688dc

#4688dc #4f46dc #46d3dc

Monochromatic Colors of #4688dc

#4688dc

Complementary Color

#4688dc #dc9a46

#4688dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4688dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4688dc Color CSS Codes

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

#4688dc Text Font Color

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

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


#4688dc Background Color

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

This div background color is #4688dc


#4688dc Border Color

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

This div border color is #4688dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,136,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 #4688dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4688dc


Comments

No comments written yet.

Please login to write comment.