Color Hex Logo

#486eba Color Hex

#486EBA
(72,110,186)
0 Favorites   0 Comments

Color spaces of #486eba

RGB 72110186
HSL0.610.450.51
HSV220°61°73°
CMYK 0.610.410.00   0.27
XYZ17.111316.074748.6552
Yxy16.07470.20910.1964
Hunter Lab40.09336.0183-43.8861
CIE-Lab47.072310.4629-44.1589

#486eba color RGB value is (72,110,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101110 10111010
Octal 110 156 272
Decimal 72 110 186
Hex 48 6E BA

RGB Percentages of Color #486eba

%19.57
%29.89
%50.54

CMYK Percentages of Color #486eba

%61
%41
%0
%27

Triadic Colors of #486eba

#486eba #ba486e #6eba48

Analogous Colors of #486eba

#486eba #5b48ba #48a7ba

Monochromatic Colors of #486eba

#486eba

Complementary Color

#486eba #ba9448

#486eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#486eba Color CSS Codes

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

#486eba Text Font Color

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

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


#486eba Background Color

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

This div background color is #486eba


#486eba Border Color

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

This div border color is #486eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486eba


Comments

No comments written yet.

Please login to write comment.