Color Hex Logo

#4686db Color Hex

#4686DB
(70,134,219)
0 Favorites   0 Comments

Color spaces of #4686db

RGB 70134219
HSL0.600.670.57
HSV214°68°86°
CMYK 0.680.390.00   0.14
XYZ23.837123.466870.2910
Yxy23.46680.20270.1996
Hunter Lab48.44253.0600-52.1211
CIE-Lab55.54996.9079-49.4909

#4686db color RGB value is (70,134,219).

#4686db hex color red value is 70, green value is 134 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4686db hue: 0.60 , saturation: 0.67 and the lightness value of 4686db is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000110 11011011
Octal 106 206 333
Decimal 70 134 219
Hex 46 86 DB

RGB Percentages of Color #4686db

%16.55
%31.68
%51.77

CMYK Percentages of Color #4686db

%68
%39
%0
%14

Triadic Colors of #4686db

#4686db #db4686 #86db46

Analogous Colors of #4686db

#4686db #5046db #46d1db

Monochromatic Colors of #4686db

#4686db

Complementary Color

#4686db #db9b46

#4686db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4686db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4686db Color CSS Codes

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

#4686db Text Font Color

<p style="color:#4686db">Text here</p>

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


#4686db Background Color

<div style="background-color:#4686db">
Div content here</div>

This div background color is #4686db


#4686db Border Color

<div style="border:3px solid #4686db">
Div here</div>

This div border color is #4686db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,134,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4686db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4686db;
  -webkit-box-shadow: 1px 1px 3px 2px #4686db;
  box-shadow:         1px 1px 3px 2px #4686db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4686db


Comments

No comments written yet.

Please login to write comment.