Color Hex Logo

#486686 Color Hex

#486686
(72,102,134)
0 Favorites   0 Comments

Color spaces of #486686

RGB 72102134
HSL0.590.300.40
HSV211°46°53°
CMYK 0.460.240.00   0.47
XYZ11.726912.601724.3686
Yxy12.60170.24080.2588
Hunter Lab35.4989-3.1563-15.8511
CIE-Lab42.1569-1.7609-21.1579

#486686 color RGB value is (72,102,134).

#486686 hex color red value is 72, green value is 102 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #486686 hue: 0.59 , saturation: 0.30 and the lightness value of 486686 is 0.40.

The process color (four color CMYK) of #486686 color hex is 0.46, 0.24, 0.00, 0.47. Web safe color of #486686 is #336699. Color #486686 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100110 10000110
Octal 110 146 206
Decimal 72 102 134
Hex 48 66 86

RGB Percentages of Color #486686

%23.38
%33.12
%43.51

CMYK Percentages of Color #486686

%46
%24
%0
%47

Triadic Colors of #486686

#486686 #864866 #668648

Analogous Colors of #486686

#486686 #494886 #488586

Monochromatic Colors of #486686

#486686

Complementary Color

#486686 #866848

#486686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486686 Color CSS Codes

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

#486686 Text Font Color

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

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


#486686 Background Color

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

This div background color is #486686


#486686 Border Color

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

This div border color is #486686


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,102,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #486686; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #486686;
  -webkit-box-shadow: 1px 1px 3px 2px #486686;
  box-shadow:         1px 1px 3px 2px #486686; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486686


Comments

No comments written yet.

Please login to write comment.