Color Hex Logo

#486fbd Color Hex

#486FBD
(72,111,189)
0 Favorites   0 Comments

Color spaces of #486fbd

RGB 72111189
HSL0.610.470.51
HSV220°62°74°
CMYK 0.620.410.00   0.26
XYZ17.542216.420750.3891
Yxy16.42070.20800.1947
Hunter Lab40.52256.3585-45.3605
CIE-Lab47.521710.8764-45.1794

#486fbd color RGB value is (72,111,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101111 10111101
Octal 110 157 275
Decimal 72 111 189
Hex 48 6F BD

RGB Percentages of Color #486fbd

%19.35
%29.84
%50.81

CMYK Percentages of Color #486fbd

%62
%41
%0
%26

Triadic Colors of #486fbd

#486fbd #bd486f #6fbd48

Analogous Colors of #486fbd

#486fbd #5b48bd #48aabd

Monochromatic Colors of #486fbd

#486fbd

Complementary Color

#486fbd #bd9648

#486fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#486fbd Color CSS Codes

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

#486fbd Text Font Color

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

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


#486fbd Background Color

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

This div background color is #486fbd


#486fbd Border Color

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

This div border color is #486fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486fbd


Comments

No comments written yet.

Please login to write comment.