Color spaces of #465afb
RGB | 70 | 90 | 251 |
---|---|---|---|
HSL | 0.65 | 0.96 | 0.63 |
HSV | 233° | 72° | 98° |
CMYK | 0.72 | 0.64 | 0.00 0.02 |
XYZ | 23.5945 | 15.5795 | 93.0304 |
Yxy | 15.5795 | 0.1785 | 0.1178 |
Hunter Lab | 39.4709 | 37.6279 | -112.1132 |
CIE-Lab | 46.4179 | 45.1968 | -82.1634 |
#465afb color RGB value is (70,90,251).
#465afb hex color red value is 70, green value is 90 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #465afb hue: 0.65 , saturation: 0.96 and the lightness value of 465afb is 0.63.
The process color (four color CMYK) of #465afb color hex is 0.72, 0.64, 0.00, 0.02. Web safe color of #465afb is #3366ff. Color #465afb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 01011010 | 11111011 |
Octal | 106 | 132 | 373 |
Decimal | 70 | 90 | 251 |
Hex | 46 | 5A | FB |
Shades of #465afb
Tints of #465afb
RGB Percentages of Color #465afb
CMYK Percentages of Color #465afb
Complementary Color
#465afb | #fbe746 |
#465afb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#465afb Color Preview on White Background
Lorem ipsum dolor sit amet.
#465afb Color CSS Codes
.mybgcolor {background-color:#465afb; } .myforecolor {color:#465afb; } .mybordercolor {border:3px solid #465afb; }
#465afb Text Font Color
<p style="color:#465afb">Text here</p>
This sample text font color is #465afb
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.
#465afb Background Color
<div style="background-color:#465afb">
Div content here</div>
This div background color is #465afb
#465afb Border Color
<div style="border:3px solid #465afb">
Div here</div>
This div border color is #465afb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,90,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #465afb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #465afb; -webkit-box-shadow: 1px 1px 3px 2px #465afb; box-shadow: 1px 1px 3px 2px #465afb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,90,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #465afb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #465afb; -webkit-box-shadow: 1px 1px 3px 2px #465afb; box-shadow: 1px 1px 3px 2px #465afb;">
Div content here</div>
This div box has shadow with color #465afb
Comments
No comments written yet.
Please login to write comment.