Color Hex Logo

#486cbf Color Hex

#486CBF
(72,108,191)
0 Favorites   0 Comments

Color spaces of #486cbf

RGB 72108191
HSL0.620.480.52
HSV222°62°75°
CMYK 0.620.430.00   0.25
XYZ17.439015.864451.4332
Yxy15.86440.20580.1872
Hunter Lab39.83018.4507-48.6809
CIE-Lab46.796113.4446-47.4916

#486cbf color RGB value is (72,108,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101100 10111111
Octal 110 154 277
Decimal 72 108 191
Hex 48 6C BF

RGB Percentages of Color #486cbf

%19.41
%29.11
%51.48

CMYK Percentages of Color #486cbf

%62
%43
%0
%25

Triadic Colors of #486cbf

#486cbf #bf486c #6cbf48

Analogous Colors of #486cbf

#486cbf #5f48bf #48a8bf

Monochromatic Colors of #486cbf

#486cbf

Complementary Color

#486cbf #bf9b48

#486cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#486cbf Color CSS Codes

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

#486cbf Text Font Color

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

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


#486cbf Background Color

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

This div background color is #486cbf


#486cbf Border Color

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

This div border color is #486cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486cbf


Comments

No comments written yet.

Please login to write comment.