Color Hex Logo

#486bed Color Hex

#486BED
(72,107,237)
0 Favorites   0 Comments

Color spaces of #486bed

RGB 72107237
HSL0.630.820.61
HSV227°70°93°
CMYK 0.700.550.00   0.07
XYZ23.216218.007582.3729
Yxy18.00750.18780.1457
Hunter Lab42.435223.3952-85.3857
CIE-Lab49.505230.2010-69.2976

#486bed color RGB value is (72,107,237).

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

The process color (four color CMYK) of #486bed color hex is 0.70, 0.55, 0.00, 0.07. Web safe color of #486bed is #3366ff. Color #486bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01101011 11101101
Octal 110 153 355
Decimal 72 107 237
Hex 48 6B ED

RGB Percentages of Color #486bed

%17.31
%25.72
%56.97

CMYK Percentages of Color #486bed

%70
%55
%0
%7

Triadic Colors of #486bed

#486bed #ed486b #6bed48

Analogous Colors of #486bed

#486bed #7848ed #48beed

Monochromatic Colors of #486bed

#486bed

Complementary Color

#486bed #edca48

#486bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#486bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#486bed Color CSS Codes

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

#486bed Text Font Color

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

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


#486bed Background Color

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

This div background color is #486bed


#486bed Border Color

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

This div border color is #486bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #486bed


Comments

No comments written yet.

Please login to write comment.