Color Hex Logo

#486caa Color Hex

#486CAA
(72,108,170)
0 Favorites   0 Comments

Color spaces of #486caa

RGB 72108170
HSL0.610.400.47
HSV218°58°67°
CMYK 0.580.360.00   0.33
XYZ15.290715.005140.1206
Yxy15.00510.21710.2131
Hunter Lab38.73642.6718-34.2931
CIE-Lab45.64126.2410-37.1056

#486caa color RGB value is (72,108,170).

#486caa hex color red value is 72, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #486caa hue: 0.61 , saturation: 0.40 and the lightness value of 486caa is 0.47.

The process color (four color CMYK) of #486caa color hex is 0.58, 0.36, 0.00, 0.33. Web safe color of #486caa is #336699. Color #486caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101100 10101010
Octal 110 154 252
Decimal 72 108 170
Hex 48 6C AA

RGB Percentages of Color #486caa

%20.57
%30.86
%48.57

CMYK Percentages of Color #486caa

%58
%36
%0
%33

Triadic Colors of #486caa

#486caa #aa486c #6caa48

Analogous Colors of #486caa

#486caa #5548aa #489daa

Monochromatic Colors of #486caa

#486caa

Complementary Color

#486caa #aa8648

#486caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#486caa Color CSS Codes

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

#486caa Text Font Color

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

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


#486caa Background Color

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

This div background color is #486caa


#486caa Border Color

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

This div border color is #486caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,108,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #486caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #486caa;
  -webkit-box-shadow: 1px 1px 3px 2px #486caa;
  box-shadow:         1px 1px 3px 2px #486caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486caa


Comments

No comments written yet.

Please login to write comment.