Color Hex Logo

#486063 Color Hex

#486063
(72,96,99)
0 Favorites   0 Comments

Color spaces of #486063

RGB 729699
HSL0.520.160.34
HSV187°27°39°
CMYK 0.270.030.00   0.61
XYZ9.107510.644313.3789
Yxy10.64430.27490.3213
Hunter Lab32.6256-7.2662-1.4753
CIE-Lab38.9748-8.1599-4.6457

#486063 color RGB value is (72,96,99).

#486063 hex color red value is 72, green value is 96 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #486063 hue: 0.52 , saturation: 0.16 and the lightness value of 486063 is 0.34.

The process color (four color CMYK) of #486063 color hex is 0.27, 0.03, 0.00, 0.61. Web safe color of #486063 is #336666. Color #486063 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100000 01100011
Octal 110 140 143
Decimal 72 96 99
Hex 48 60 63

RGB Percentages of Color #486063

%26.97
%35.96
%37.08

CMYK Percentages of Color #486063

%27
%3
%0
%61

Triadic Colors of #486063

#486063 #634860 #606348

Analogous Colors of #486063

#486063 #485363 #486359

Monochromatic Colors of #486063

#486063

Complementary Color

#486063 #634b48

#486063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486063 Color CSS Codes

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

#486063 Text Font Color

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

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


#486063 Background Color

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

This div background color is #486063


#486063 Border Color

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

This div border color is #486063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486063


Comments

No comments written yet.

Please login to write comment.