Color Hex Logo

#486afb Color Hex

#486AFB
(72,106,251)
0 Favorites   0 Comments

Color spaces of #486afb

RGB 72106251
HSL0.640.960.63
HSV229°71°98°
CMYK 0.710.580.00   0.02
XYZ25.239118.650893.5365
Yxy18.65080.18370.1357
Hunter Lab43.186628.7425-98.1838
CIE-Lab50.276135.7043-75.8548

#486afb color RGB value is (72,106,251).

#486afb hex color red value is 72, green value is 106 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #486afb hue: 0.64 , saturation: 0.96 and the lightness value of 486afb is 0.63.

The process color (four color CMYK) of #486afb color hex is 0.71, 0.58, 0.00, 0.02. Web safe color of #486afb is #3366ff. Color #486afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101010 11111011
Octal 110 152 373
Decimal 72 106 251
Hex 48 6A FB

RGB Percentages of Color #486afb

%16.78
%24.71
%58.51

CMYK Percentages of Color #486afb

%71
%58
%0
%2

Triadic Colors of #486afb

#486afb #fb486a #6afb48

Analogous Colors of #486afb

#486afb #8048fb #48c4fb

Monochromatic Colors of #486afb

#486afb

Complementary Color

#486afb #fbd948

#486afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#486afb Color CSS Codes

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

#486afb Text Font Color

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

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


#486afb Background Color

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

This div background color is #486afb


#486afb Border Color

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

This div border color is #486afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486afb

Related Colors

#486afb Color Palettes


Comments

No comments written yet.

Please login to write comment.