Color Hex Logo

#486bbe Color Hex

#486BBE
(72,107,190)
0 Favorites   0 Comments

Color spaces of #486bbe

RGB 72107190
HSL0.620.480.51
HSV222°62°75°
CMYK 0.620.440.00   0.25
XYZ17.224415.610850.8206
Yxy15.61080.20590.1866
Hunter Lab39.51058.6728-48.6047
CIE-Lab46.459713.7244-47.4507

#486bbe color RGB value is (72,107,190).

#486bbe hex color red value is 72, green value is 107 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #486bbe hue: 0.62 , saturation: 0.48 and the lightness value of 486bbe is 0.51.

The process color (four color CMYK) of #486bbe color hex is 0.62, 0.44, 0.00, 0.25. Web safe color of #486bbe is #3366cc. Color #486bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101011 10111110
Octal 110 153 276
Decimal 72 107 190
Hex 48 6B BE

RGB Percentages of Color #486bbe

%19.51
%29.00
%51.49

CMYK Percentages of Color #486bbe

%62
%44
%0
%25

Triadic Colors of #486bbe

#486bbe #be486b #6bbe48

Analogous Colors of #486bbe

#486bbe #6048be #48a6be

Monochromatic Colors of #486bbe

#486bbe

Complementary Color

#486bbe #be9b48

#486bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#486bbe Color CSS Codes

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

#486bbe Text Font Color

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

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


#486bbe Background Color

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

This div background color is #486bbe


#486bbe Border Color

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

This div border color is #486bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486bbe


Comments

No comments written yet.

Please login to write comment.