Color Hex Logo

#486aae Color Hex

#486AAE
(72,106,174)
0 Favorites   0 Comments

Color spaces of #486aae

RGB 72106174
HSL0.610.410.48
HSV220°59°68°
CMYK 0.590.390.00   0.32
XYZ15.466514.741842.0747
Yxy14.74180.21400.2039
Hunter Lab38.39514.7130-38.0956
CIE-Lab45.27858.8425-40.0219

#486aae color RGB value is (72,106,174).

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

The process color (four color CMYK) of #486aae color hex is 0.59, 0.39, 0.00, 0.32. Web safe color of #486aae is #336699. Color #486aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101010 10101110
Octal 110 152 256
Decimal 72 106 174
Hex 48 6A AE

RGB Percentages of Color #486aae

%20.45
%30.11
%49.43

CMYK Percentages of Color #486aae

%59
%39
%0
%32

Triadic Colors of #486aae

#486aae #ae486a #6aae48

Analogous Colors of #486aae

#486aae #5948ae #489dae

Monochromatic Colors of #486aae

#486aae

Complementary Color

#486aae #ae8c48

#486aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#486aae Color CSS Codes

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

#486aae Text Font Color

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

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


#486aae Background Color

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

This div background color is #486aae


#486aae Border Color

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

This div border color is #486aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486aae


Comments

No comments written yet.

Please login to write comment.