Color Hex Logo

#486baa Color Hex

#486BAA
(72,107,170)
0 Favorites   0 Comments

Color spaces of #486baa

RGB 72107170
HSL0.610.400.47
HSV219°58°67°
CMYK 0.580.370.00   0.33
XYZ15.185914.795440.0856
Yxy14.79540.21670.2112
Hunter Lab38.46483.1584-34.8630
CIE-Lab45.35276.8618-37.5613

#486baa color RGB value is (72,107,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101011 10101010
Octal 110 153 252
Decimal 72 107 170
Hex 48 6B AA

RGB Percentages of Color #486baa

%20.63
%30.66
%48.71

CMYK Percentages of Color #486baa

%58
%37
%0
%33

Triadic Colors of #486baa

#486baa #aa486b #6baa48

Analogous Colors of #486baa

#486baa #5648aa #489caa

Monochromatic Colors of #486baa

#486baa

Complementary Color

#486baa #aa8748

#486baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#486baa Color CSS Codes

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

#486baa Text Font Color

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

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


#486baa Background Color

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

This div background color is #486baa


#486baa Border Color

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

This div border color is #486baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486baa


Comments

No comments written yet.

Please login to write comment.