Color Hex Logo

#486aac Color Hex

#486AAC
(72,106,172)
0 Favorites   0 Comments

Color spaces of #486aac

RGB 72106172
HSL0.610.410.48
HSV220°58°67°
CMYK 0.580.380.00   0.33
XYZ15.272914.664341.0553
Yxy14.66430.21510.2066
Hunter Lab38.29404.1772-36.7595
CIE-Lab45.17098.1624-39.0213

#486aac color RGB value is (72,106,172).

#486aac hex color red value is 72, green value is 106 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #486aac hue: 0.61 , saturation: 0.41 and the lightness value of 486aac is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101010 10101100
Octal 110 152 254
Decimal 72 106 172
Hex 48 6A AC

RGB Percentages of Color #486aac

%20.57
%30.29
%49.14

CMYK Percentages of Color #486aac

%58
%38
%0
%33

Triadic Colors of #486aac

#486aac #ac486a #6aac48

Analogous Colors of #486aac

#486aac #5848ac #489cac

Monochromatic Colors of #486aac

#486aac

Complementary Color

#486aac #ac8a48

#486aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#486aac Color CSS Codes

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

#486aac Text Font Color

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

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


#486aac Background Color

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

This div background color is #486aac


#486aac Border Color

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

This div border color is #486aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486aac


Comments

No comments written yet.

Please login to write comment.