Color spaces of #465abf
RGB | 70 | 90 | 191 |
---|---|---|---|
HSL | 0.64 | 0.49 | 0.51 |
HSV | 230° | 63° | 75° |
CMYK | 0.63 | 0.53 | 0.00 0.25 |
XYZ | 15.5859 | 12.3760 | 50.8576 |
Yxy | 12.3760 | 0.1977 | 0.1570 |
Hunter Lab | 35.1795 | 17.5182 | -61.0874 |
CIE-Lab | 41.8076 | 24.5040 | -55.5092 |
#465abf color RGB value is (70,90,191).
#465abf hex color red value is 70, green value is 90 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #465abf hue: 0.64 , saturation: 0.49 and the lightness value of 465abf is 0.51.
The process color (four color CMYK) of #465abf color hex is 0.63, 0.53, 0.00, 0.25. Web safe color of #465abf is #3366cc. Color #465abf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 01011010 | 10111111 |
Octal | 106 | 132 | 277 |
Decimal | 70 | 90 | 191 |
Hex | 46 | 5A | BF |
Shades of #465abf
Tints of #465abf
RGB Percentages of Color #465abf
CMYK Percentages of Color #465abf
Complementary Color
#465abf | #bfab46 |
#465abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#465abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#465abf Color CSS Codes
.mybgcolor {background-color:#465abf; } .myforecolor {color:#465abf; } .mybordercolor {border:3px solid #465abf; }
#465abf Text Font Color
<p style="color:#465abf">Text here</p>
This sample text font color is #465abf
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.
#465abf Background Color
<div style="background-color:#465abf">
Div content here</div>
This div background color is #465abf
#465abf Border Color
<div style="border:3px solid #465abf">
Div here</div>
This div border color is #465abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,90,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #465abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #465abf; -webkit-box-shadow: 1px 1px 3px 2px #465abf; box-shadow: 1px 1px 3px 2px #465abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,90,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #465abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #465abf; -webkit-box-shadow: 1px 1px 3px 2px #465abf; box-shadow: 1px 1px 3px 2px #465abf;">
Div content here</div>
This div box has shadow with color #465abf
Comments
No comments written yet.
Please login to write comment.