Color Hex Logo

#486cbc Color Hex

#486CBC
(72,108,188)
0 Favorites   0 Comments

Color spaces of #486cbc

RGB 72108188
HSL0.610.460.51
HSV221°62°74°
CMYK 0.620.430.00   0.26
XYZ17.112115.733749.7119
Yxy15.73370.20730.1906
Hunter Lab39.66577.5912-46.5404
CIE-Lab46.623212.4034-46.0324

#486cbc color RGB value is (72,108,188).

#486cbc hex color red value is 72, green value is 108 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #486cbc hue: 0.61 , saturation: 0.46 and the lightness value of 486cbc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101100 10111100
Octal 110 154 274
Decimal 72 108 188
Hex 48 6C BC

RGB Percentages of Color #486cbc

%19.57
%29.35
%51.09

CMYK Percentages of Color #486cbc

%62
%43
%0
%26

Triadic Colors of #486cbc

#486cbc #bc486c #6cbc48

Analogous Colors of #486cbc

#486cbc #5e48bc #48a6bc

Monochromatic Colors of #486cbc

#486cbc

Complementary Color

#486cbc #bc9848

#486cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#486cbc Color CSS Codes

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

#486cbc Text Font Color

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

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


#486cbc Background Color

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

This div background color is #486cbc


#486cbc Border Color

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

This div border color is #486cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486cbc


Comments

No comments written yet.

Please login to write comment.