Color spaces of #495aeb
RGB | 73 | 90 | 235 |
---|---|---|---|
HSL | 0.65 | 0.80 | 0.60 |
HSV | 234° | 69° | 92° |
CMYK | 0.69 | 0.62 | 0.00 0.08 |
XYZ | 21.3992 | 14.7270 | 80.3120 |
Yxy | 14.7270 | 0.1838 | 0.1265 |
Hunter Lab | 38.3758 | 32.3780 | -97.2178 |
CIE-Lab | 45.2580 | 40.1316 | -75.0878 |
#495aeb color RGB value is (73,90,235).
#495aeb hex color red value is 73, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #495aeb hue: 0.65 , saturation: 0.80 and the lightness value of 495aeb is 0.60.
The process color (four color CMYK) of #495aeb color hex is 0.69, 0.62, 0.00, 0.08. Web safe color of #495aeb is #3366ff. Color #495aeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 01011010 | 11101011 |
Octal | 111 | 132 | 353 |
Decimal | 73 | 90 | 235 |
Hex | 49 | 5A | EB |
Shades of #495aeb
Tints of #495aeb
RGB Percentages of Color #495aeb
CMYK Percentages of Color #495aeb
Complementary Color
#495aeb | #ebda49 |
#495aeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#495aeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#495aeb Color CSS Codes
.mybgcolor {background-color:#495aeb; } .myforecolor {color:#495aeb; } .mybordercolor {border:3px solid #495aeb; }
#495aeb Text Font Color
<p style="color:#495aeb">Text here</p>
This sample text font color is #495aeb
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.
#495aeb Background Color
<div style="background-color:#495aeb">
Div content here</div>
This div background color is #495aeb
#495aeb Border Color
<div style="border:3px solid #495aeb">
Div here</div>
This div border color is #495aeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,90,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #495aeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #495aeb; -webkit-box-shadow: 1px 1px 3px 2px #495aeb; box-shadow: 1px 1px 3px 2px #495aeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,90,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #495aeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #495aeb; -webkit-box-shadow: 1px 1px 3px 2px #495aeb; box-shadow: 1px 1px 3px 2px #495aeb;">
Div content here</div>
This div box has shadow with color #495aeb
Comments
No comments written yet.
Please login to write comment.