Color spaces of #486bed
RGB | 72 | 107 | 237 |
---|---|---|---|
HSL | 0.63 | 0.82 | 0.61 |
HSV | 227° | 70° | 93° |
CMYK | 0.70 | 0.55 | 0.00 0.07 |
XYZ | 23.2162 | 18.0075 | 82.3729 |
Yxy | 18.0075 | 0.1878 | 0.1457 |
Hunter Lab | 42.4352 | 23.3952 | -85.3857 |
CIE-Lab | 49.5052 | 30.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 01101011 | 11101101 |
Octal | 110 | 153 | 355 |
Decimal | 72 | 107 | 237 |
Hex | 48 | 6B | ED |
Shades of #486bed
Tints of #486bed
RGB Percentages of Color #486bed
CMYK Percentages of Color #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.