Color spaces of #486abb
RGB | 72 | 106 | 187 |
---|---|---|---|
HSL | 0.62 | 0.46 | 0.51 |
HSV | 222° | 61° | 73° |
CMYK | 0.61 | 0.43 | 0.00 0.27 |
XYZ | 16.7962 | 15.2736 | 49.0766 |
Yxy | 15.2736 | 0.2070 | 0.1882 |
Hunter Lab | 39.0815 | 8.3221 | -47.0965 |
CIE-Lab | 46.0067 | 13.3125 | -46.4364 |
#486abb color RGB value is (72,106,187).
#486abb hex color red value is 72, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #486abb hue: 0.62 , saturation: 0.46 and the lightness value of 486abb is 0.51.
The process color (four color CMYK) of #486abb color hex is 0.61, 0.43, 0.00, 0.27. Web safe color of #486abb is #3366cc. Color #486abb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 01101010 | 10111011 |
Octal | 110 | 152 | 273 |
Decimal | 72 | 106 | 187 |
Hex | 48 | 6A | BB |
Shades of #486abb
Tints of #486abb
RGB Percentages of Color #486abb
CMYK Percentages of Color #486abb
Complementary Color
#486abb | #bb9948 |
#486abb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#486abb Color Preview on White Background
Lorem ipsum dolor sit amet.
#486abb Color CSS Codes
.mybgcolor {background-color:#486abb; } .myforecolor {color:#486abb; } .mybordercolor {border:3px solid #486abb; }
#486abb Text Font Color
<p style="color:#486abb">Text here</p>
This sample text font color is #486abb
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.
#486abb Background Color
<div style="background-color:#486abb">
Div content here</div>
This div background color is #486abb
#486abb Border Color
<div style="border:3px solid #486abb">
Div here</div>
This div border color is #486abb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,106,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #486abb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #486abb; -webkit-box-shadow: 1px 1px 3px 2px #486abb; box-shadow: 1px 1px 3px 2px #486abb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,106,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #486abb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #486abb; -webkit-box-shadow: 1px 1px 3px 2px #486abb; box-shadow: 1px 1px 3px 2px #486abb;">
Div content here</div>
This div box has shadow with color #486abb
Comments
No comments written yet.
Please login to write comment.