Color Hex Logo

#486bdb Color Hex

#486BDB
(72,107,219)
0 Favorites   0 Comments

Color spaces of #486bdb

RGB 72107219
HSL0.630.670.57
HSV226°67°86°
CMYK 0.670.510.00   0.14
XYZ20.716417.007669.2088
Yxy17.00760.19370.1590
Hunter Lab41.240317.4962-70.6314
CIE-Lab48.269623.8803-61.1515

#486bdb color RGB value is (72,107,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101011 11011011
Octal 110 153 333
Decimal 72 107 219
Hex 48 6B DB

RGB Percentages of Color #486bdb

%18.09
%26.88
%55.03

CMYK Percentages of Color #486bdb

%67
%51
%0
%14

Triadic Colors of #486bdb

#486bdb #db486b #6bdb48

Analogous Colors of #486bdb

#486bdb #6f48db #48b5db

Monochromatic Colors of #486bdb

#486bdb

Complementary Color

#486bdb #dbb848

#486bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#486bdb Color CSS Codes

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

#486bdb Text Font Color

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

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


#486bdb Background Color

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

This div background color is #486bdb


#486bdb Border Color

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

This div border color is #486bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,107,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 #486bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486bdb


Comments

No comments written yet.

Please login to write comment.