Color Hex Logo

#486aab Color Hex

#486AAB
(72,106,171)
0 Favorites   0 Comments

Color spaces of #486aab

RGB 72106171
HSL0.610.410.48
HSV219°58°67°
CMYK 0.580.380.00   0.33
XYZ15.177214.626140.5513
Yxy14.62610.21570.2079
Hunter Lab38.24413.9107-36.0960
CIE-Lab45.11787.8226-38.5193

#486aab color RGB value is (72,106,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101010 10101011
Octal 110 152 253
Decimal 72 106 171
Hex 48 6A AB

RGB Percentages of Color #486aab

%20.63
%30.37
%49.00

CMYK Percentages of Color #486aab

%58
%38
%0
%33

Triadic Colors of #486aab

#486aab #ab486a #6aab48

Analogous Colors of #486aab

#486aab #5748ab #489cab

Monochromatic Colors of #486aab

#486aab

Complementary Color

#486aab #ab8948

#486aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#486aab Color CSS Codes

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

#486aab Text Font Color

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

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


#486aab Background Color

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

This div background color is #486aab


#486aab Border Color

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

This div border color is #486aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486aab


Comments

No comments written yet.

Please login to write comment.