Color Hex Logo

#486082 Color Hex

#486082
(72,96,130)
0 Favorites   0 Comments

Color spaces of #486082

RGB 7296130
HSL0.600.290.40
HSV215°45°51°
CMYK 0.450.260.00   0.49
XYZ10.884611.355222.7372
Yxy11.35520.24200.2525
Hunter Lab33.6975-1.3134-16.4174
CIE-Lab40.17240.6847-21.8068

#486082 color RGB value is (72,96,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100000 10000010
Octal 110 140 202
Decimal 72 96 130
Hex 48 60 82

RGB Percentages of Color #486082

%24.16
%32.21
%43.62

CMYK Percentages of Color #486082

%45
%26
%0
%49

Triadic Colors of #486082

#486082 #824860 #608248

Analogous Colors of #486082

#486082 #4d4882 #487d82

Monochromatic Colors of #486082

#486082

Complementary Color

#486082 #826a48

#486082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486082 Color CSS Codes

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

#486082 Text Font Color

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

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


#486082 Background Color

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

This div background color is #486082


#486082 Border Color

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

This div border color is #486082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486082

#486082 Color Palettes


Comments

No comments written yet.

Please login to write comment.