Color Hex Logo

#486382 Color Hex

#486382
(72,99,130)
0 Favorites   0 Comments

Color spaces of #486382

RGB 7299130
HSL0.590.290.40
HSV212°45°51°
CMYK 0.450.240.00   0.49
XYZ11.163611.913122.8302
Yxy11.91310.24320.2595
Hunter Lab34.5154-2.6681-15.0566
CIE-Lab41.0777-1.1603-20.4076

#486382 color RGB value is (72,99,130).

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

The process color (four color CMYK) of #486382 color hex is 0.45, 0.24, 0.00, 0.49. Web safe color of #486382 is #336699. Color #486382 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100011 10000010
Octal 110 143 202
Decimal 72 99 130
Hex 48 63 82

RGB Percentages of Color #486382

%23.92
%32.89
%43.19

CMYK Percentages of Color #486382

%45
%24
%0
%49

Triadic Colors of #486382

#486382 #824863 #638248

Analogous Colors of #486382

#486382 #4a4882 #488082

Monochromatic Colors of #486382

#486382

Complementary Color

#486382 #826748

#486382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486382 Color CSS Codes

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

#486382 Text Font Color

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

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


#486382 Background Color

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

This div background color is #486382


#486382 Border Color

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

This div border color is #486382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486382


Comments

No comments written yet.

Please login to write comment.