Color Hex Logo

#4686ff Color Hex

#4686FF
(70,134,255)
0 Favorites   0 Comments

Color spaces of #4686ff

RGB 70134255
HSL0.611.000.64
HSV219°73°100°
CMYK 0.730.470.00   0.00
XYZ29.100925.572398.0099
Yxy25.57230.19060.1675
Hunter Lab50.569114.2253-79.5140
CIE-Lab57.628819.6313-66.1616

#4686ff color RGB value is (70,134,255).

#4686ff hex color red value is 70, green value is 134 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4686ff hue: 0.61 , saturation: 1.00 and the lightness value of 4686ff is 0.64.

The process color (four color CMYK) of #4686ff color hex is 0.73, 0.47, 0.00, 0.00. Web safe color of #4686ff is #3399ff. Color #4686ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000110 11111111
Octal 106 206 377
Decimal 70 134 255
Hex 46 86 FF

RGB Percentages of Color #4686ff

%15.25
%29.19
%55.56

CMYK Percentages of Color #4686ff

%73
%47
%0
%0

Triadic Colors of #4686ff

#4686ff #ff4686 #86ff46

Analogous Colors of #4686ff

#4686ff #6246ff #46e3ff

Monochromatic Colors of #4686ff

#4686ff

Complementary Color

#4686ff #ffbf46

#4686ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4686ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4686ff Color CSS Codes

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

#4686ff Text Font Color

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

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


#4686ff Background Color

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

This div background color is #4686ff


#4686ff Border Color

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

This div border color is #4686ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4686ff

Related Colors


Comments

No comments written yet.

Please login to write comment.