Color Hex Logo

#486eaf Color Hex

#486EAF
(72,110,175)
0 Favorites   0 Comments

Color spaces of #486eaf

RGB 72110175
HSL0.610.420.48
HSV218°59°69°
CMYK 0.590.370.00   0.31
XYZ15.986315.624742.7307
Yxy15.62470.21500.2102
Hunter Lab39.52813.0164-36.4241
CIE-Lab46.47826.6958-38.7067

#486eaf color RGB value is (72,110,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101110 10101111
Octal 110 156 257
Decimal 72 110 175
Hex 48 6E AF

RGB Percentages of Color #486eaf

%20.17
%30.81
%49.02

CMYK Percentages of Color #486eaf

%59
%37
%0
%31

Triadic Colors of #486eaf

#486eaf #af486e #6eaf48

Analogous Colors of #486eaf

#486eaf #5548af #48a2af

Monochromatic Colors of #486eaf

#486eaf

Complementary Color

#486eaf #af8948

#486eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#486eaf Color CSS Codes

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

#486eaf Text Font Color

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

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


#486eaf Background Color

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

This div background color is #486eaf


#486eaf Border Color

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

This div border color is #486eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486eaf


Comments

No comments written yet.

Please login to write comment.