Color Hex Logo

#486fc6 Color Hex

#486FC6
(72,111,198)
0 Favorites   0 Comments

Color spaces of #486fc6

RGB 72111198
HSL0.620.530.53
HSV221°64°78°
CMYK 0.640.440.00   0.22
XYZ18.550016.823855.6957
Yxy16.82380.20370.1847
Hunter Lab41.01688.9478-51.7966
CIE-Lab48.037314.0044-49.5408

#486fc6 color RGB value is (72,111,198).

#486fc6 hex color red value is 72, green value is 111 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #486fc6 hue: 0.62 , saturation: 0.53 and the lightness value of 486fc6 is 0.53.

The process color (four color CMYK) of #486fc6 color hex is 0.64, 0.44, 0.00, 0.22. Web safe color of #486fc6 is #3366cc. Color #486fc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101111 11000110
Octal 110 157 306
Decimal 72 111 198
Hex 48 6F C6

RGB Percentages of Color #486fc6

%18.90
%29.13
%51.97

CMYK Percentages of Color #486fc6

%64
%44
%0
%22

Triadic Colors of #486fc6

#486fc6 #c6486f #6fc648

Analogous Colors of #486fc6

#486fc6 #6048c6 #48aec6

Monochromatic Colors of #486fc6

#486fc6

Complementary Color

#486fc6 #c69f48

#486fc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486fc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#486fc6 Color CSS Codes

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

#486fc6 Text Font Color

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

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


#486fc6 Background Color

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

This div background color is #486fc6


#486fc6 Border Color

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

This div border color is #486fc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486fc6


Comments

No comments written yet.

Please login to write comment.