Color Hex Logo

#486ebf Color Hex

#486EBF
(72,110,191)
0 Favorites   0 Comments

Color spaces of #486ebf

RGB 72110191
HSL0.610.480.52
HSV221°62°75°
CMYK 0.620.420.00   0.25
XYZ17.652416.291251.5043
Yxy16.29120.20660.1907
Hunter Lab40.36247.4325-47.4032
CIE-Lab47.354212.1929-46.6010

#486ebf color RGB value is (72,110,191).

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

The process color (four color CMYK) of #486ebf color hex is 0.62, 0.42, 0.00, 0.25. Web safe color of #486ebf is #3366cc. Color #486ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101110 10111111
Octal 110 156 277
Decimal 72 110 191
Hex 48 6E BF

RGB Percentages of Color #486ebf

%19.30
%29.49
%51.21

CMYK Percentages of Color #486ebf

%62
%42
%0
%25

Triadic Colors of #486ebf

#486ebf #bf486e #6ebf48

Analogous Colors of #486ebf

#486ebf #5d48bf #48aabf

Monochromatic Colors of #486ebf

#486ebf

Complementary Color

#486ebf #bf9948

#486ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#486ebf Color CSS Codes

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

#486ebf Text Font Color

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

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


#486ebf Background Color

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

This div background color is #486ebf


#486ebf Border Color

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

This div border color is #486ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486ebf

#486ebf Color Palettes


Comments

No comments written yet.

Please login to write comment.