Color Hex Logo

#486fdb Color Hex

#486FDB
(72,111,219)
0 Favorites   0 Comments

Color spaces of #486fdb

RGB 72111219
HSL0.620.670.57
HSV224°67°86°
CMYK 0.670.490.00   0.14
XYZ21.143117.861169.3510
Yxy17.86110.19510.1648
Hunter Lab42.262415.3411-67.7090
CIE-Lab49.327221.3736-59.4458

#486fdb color RGB value is (72,111,219).

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

The process color (four color CMYK) of #486fdb color hex is 0.67, 0.49, 0.00, 0.14. Web safe color of #486fdb is #3366cc. Color #486fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101111 11011011
Octal 110 157 333
Decimal 72 111 219
Hex 48 6F DB

RGB Percentages of Color #486fdb

%17.91
%27.61
%54.48

CMYK Percentages of Color #486fdb

%67
%49
%0
%14

Triadic Colors of #486fdb

#486fdb #db486f #6fdb48

Analogous Colors of #486fdb

#486fdb #6b48db #48b9db

Monochromatic Colors of #486fdb

#486fdb

Complementary Color

#486fdb #dbb448

#486fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#486fdb Color CSS Codes

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

#486fdb Text Font Color

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

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


#486fdb Background Color

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

This div background color is #486fdb


#486fdb Border Color

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

This div border color is #486fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486fdb


Comments

No comments written yet.

Please login to write comment.