Color Hex Logo

#486fbb Color Hex

#486FBB
(72,111,187)
0 Favorites   0 Comments

Color spaces of #486fbb

RGB 72111187
HSL0.610.460.51
HSV220°61°73°
CMYK 0.610.410.00   0.27
XYZ17.326616.334549.2534
Yxy16.33450.20900.1970
Hunter Lab40.41605.7962-43.9633
CIE-Lab47.410310.1853-44.2003

#486fbb color RGB value is (72,111,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101111 10111011
Octal 110 157 273
Decimal 72 111 187
Hex 48 6F BB

RGB Percentages of Color #486fbb

%19.46
%30.00
%50.54

CMYK Percentages of Color #486fbb

%61
%41
%0
%27

Triadic Colors of #486fbb

#486fbb #bb486f #6fbb48

Analogous Colors of #486fbb

#486fbb #5a48bb #48a9bb

Monochromatic Colors of #486fbb

#486fbb

Complementary Color

#486fbb #bb9448

#486fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#486fbb Color CSS Codes

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

#486fbb Text Font Color

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

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


#486fbb Background Color

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

This div background color is #486fbb


#486fbb Border Color

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

This div border color is #486fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486fbb


Comments

No comments written yet.

Please login to write comment.