Color Hex Logo

#486acb Color Hex

#486ACB
(72,106,203)
0 Favorites   0 Comments

Color spaces of #486acb

RGB 72106203
HSL0.620.560.54
HSV224°65°80°
CMYK 0.650.480.00   0.20
XYZ18.606015.997658.6071
Yxy15.99760.19960.1716
Hunter Lab39.997013.0408-58.8790
CIE-Lab46.971318.8904-54.1184

#486acb color RGB value is (72,106,203).

#486acb hex color red value is 72, green value is 106 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #486acb hue: 0.62 , saturation: 0.56 and the lightness value of 486acb is 0.54.

The process color (four color CMYK) of #486acb color hex is 0.65, 0.48, 0.00, 0.20. Web safe color of #486acb is #3366cc. Color #486acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101010 11001011
Octal 110 152 313
Decimal 72 106 203
Hex 48 6A CB

RGB Percentages of Color #486acb

%18.90
%27.82
%53.28

CMYK Percentages of Color #486acb

%65
%48
%0
%20

Triadic Colors of #486acb

#486acb #cb486a #6acb48

Analogous Colors of #486acb

#486acb #6848cb #48accb

Monochromatic Colors of #486acb

#486acb

Complementary Color

#486acb #cba948

#486acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#486acb Color CSS Codes

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

#486acb Text Font Color

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

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


#486acb Background Color

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

This div background color is #486acb


#486acb Border Color

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

This div border color is #486acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486acb


Comments

No comments written yet.

Please login to write comment.