Color Hex Logo

#486684 Color Hex

#486684
(72,102,132)
0 Favorites   0 Comments

Color spaces of #486684

RGB 72102132
HSL0.580.290.40
HSV210°45°52°
CMYK 0.450.230.00   0.48
XYZ11.588712.546423.6407
Yxy12.54640.24260.2626
Hunter Lab35.4209-3.5865-14.7768
CIE-Lab42.0717-2.3753-20.0835

#486684 color RGB value is (72,102,132).

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

The process color (four color CMYK) of #486684 color hex is 0.45, 0.23, 0.00, 0.48. Web safe color of #486684 is #336699. Color #486684 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100110 10000100
Octal 110 146 204
Decimal 72 102 132
Hex 48 66 84

RGB Percentages of Color #486684

%23.53
%33.33
%43.14

CMYK Percentages of Color #486684

%45
%23
%0
%48

Triadic Colors of #486684

#486684 #844866 #668448

Analogous Colors of #486684

#486684 #484884 #488484

Monochromatic Colors of #486684

#486684

Complementary Color

#486684 #846648

#486684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486684 Color CSS Codes

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

#486684 Text Font Color

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

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


#486684 Background Color

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

This div background color is #486684


#486684 Border Color

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

This div border color is #486684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486684


Comments

No comments written yet.

Please login to write comment.