Color Hex Logo

#486dae Color Hex

#486DAE
(72,109,174)
0 Favorites   0 Comments

Color spaces of #486dae

RGB 72109174
HSL0.610.410.48
HSV218°59°68°
CMYK 0.590.370.00   0.32
XYZ15.781115.371042.1795
Yxy15.37100.21520.2096
Hunter Lab39.20593.2393-36.3428
CIE-Lab46.13826.9753-38.6606

#486dae color RGB value is (72,109,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101101 10101110
Octal 110 155 256
Decimal 72 109 174
Hex 48 6D AE

RGB Percentages of Color #486dae

%20.28
%30.70
%49.01

CMYK Percentages of Color #486dae

%59
%37
%0
%32

Triadic Colors of #486dae

#486dae #ae486d #6dae48

Analogous Colors of #486dae

#486dae #5648ae #48a0ae

Monochromatic Colors of #486dae

#486dae

Complementary Color

#486dae #ae8948

#486dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#486dae Color CSS Codes

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

#486dae Text Font Color

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

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


#486dae Background Color

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

This div background color is #486dae


#486dae Border Color

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

This div border color is #486dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486dae


Comments

No comments written yet.

Please login to write comment.