Color Hex Logo

#486eae Color Hex

#486EAE
(72,110,174)
0 Favorites   0 Comments

Color spaces of #486eae

RGB 72110174
HSL0.600.410.48
HSV218°59°68°
CMYK 0.590.370.00   0.32
XYZ15.888415.585642.2153
Yxy15.58560.21560.2115
Hunter Lab39.47862.7508-35.7650
CIE-Lab46.42606.3560-38.2055

#486eae color RGB value is (72,110,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101110 10101110
Octal 110 156 256
Decimal 72 110 174
Hex 48 6E AE

RGB Percentages of Color #486eae

%20.22
%30.90
%48.88

CMYK Percentages of Color #486eae

%59
%37
%0
%32

Triadic Colors of #486eae

#486eae #ae486e #6eae48

Analogous Colors of #486eae

#486eae #5548ae #48a1ae

Monochromatic Colors of #486eae

#486eae

Complementary Color

#486eae #ae8848

#486eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#486eae Color CSS Codes

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

#486eae Text Font Color

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

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


#486eae Background Color

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

This div background color is #486eae


#486eae Border Color

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

This div border color is #486eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486eae


Comments

No comments written yet.

Please login to write comment.