Color spaces of #466ffc
RGB | 70 | 111 | 252 |
---|---|---|---|
HSL | 0.63 | 0.97 | 0.63 |
HSV | 226° | 72° | 99° |
CMYK | 0.72 | 0.56 | 0.00 0.01 |
XYZ | 25.7809 | 19.6992 | 94.5390 |
Yxy | 19.6992 | 0.1841 | 0.1407 |
Hunter Lab | 44.3838 | 26.0124 | -95.2211 |
CIE-Lab | 51.4954 | 32.7322 | -74.4295 |
#466ffc color RGB value is (70,111,252).
#466ffc hex color red value is 70, green value is 111 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #466ffc hue: 0.63 , saturation: 0.97 and the lightness value of 466ffc is 0.63.
The process color (four color CMYK) of #466ffc color hex is 0.72, 0.56, 0.00, 0.01. Web safe color of #466ffc is #3366ff. Color #466ffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 01101111 | 11111100 |
Octal | 106 | 157 | 374 |
Decimal | 70 | 111 | 252 |
Hex | 46 | 6F | FC |
Shades of #466ffc
Tints of #466ffc
RGB Percentages of Color #466ffc
CMYK Percentages of Color #466ffc
Complementary Color
#466ffc | #fcd346 |
#466ffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#466ffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#466ffc Color CSS Codes
.mybgcolor {background-color:#466ffc; } .myforecolor {color:#466ffc; } .mybordercolor {border:3px solid #466ffc; }
#466ffc Text Font Color
<p style="color:#466ffc">Text here</p>
This sample text font color is #466ffc
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.
#466ffc Background Color
<div style="background-color:#466ffc">
Div content here</div>
This div background color is #466ffc
#466ffc Border Color
<div style="border:3px solid #466ffc">
Div here</div>
This div border color is #466ffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,111,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #466ffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #466ffc; -webkit-box-shadow: 1px 1px 3px 2px #466ffc; box-shadow: 1px 1px 3px 2px #466ffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,111,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #466ffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #466ffc; -webkit-box-shadow: 1px 1px 3px 2px #466ffc; box-shadow: 1px 1px 3px 2px #466ffc;">
Div content here</div>
This div box has shadow with color #466ffc
Comments
No comments written yet.
Please login to write comment.