Color Hex Logo

#486584 Color Hex

#486584
(72,101,132)
0 Favorites   0 Comments

Color spaces of #486584

RGB 72101132
HSL0.590.290.40
HSV211°45°52°
CMYK 0.450.230.00   0.48
XYZ11.491012.351023.6081
Yxy12.35100.24220.2603
Hunter Lab35.1440-3.1380-15.2275
CIE-Lab41.7686-1.7678-20.5507

#486584 color RGB value is (72,101,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100101 10000100
Octal 110 145 204
Decimal 72 101 132
Hex 48 65 84

RGB Percentages of Color #486584

%23.61
%33.11
%43.28

CMYK Percentages of Color #486584

%45
%23
%0
%48

Triadic Colors of #486584

#486584 #844865 #658448

Analogous Colors of #486584

#486584 #494884 #488384

Monochromatic Colors of #486584

#486584

Complementary Color

#486584 #846748

#486584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486584 Color CSS Codes

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

#486584 Text Font Color

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

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


#486584 Background Color

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

This div background color is #486584


#486584 Border Color

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

This div border color is #486584


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,101,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 #486584">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486584


Comments

No comments written yet.

Please login to write comment.