Color spaces of #455fab
RGB | 69 | 95 | 171 |
---|---|---|---|
HSL | 0.62 | 0.43 | 0.47 |
HSV | 225° | 60° | 67° |
CMYK | 0.60 | 0.44 | 0.00 0.33 |
XYZ | 13.8971 | 12.3899 | 40.1871 |
Yxy | 12.3899 | 0.2091 | 0.1864 |
Hunter Lab | 35.1993 | 8.8752 | -43.0520 |
CIE-Lab | 41.8292 | 14.1460 | -43.7571 |
#455fab color RGB value is (69,95,171).
#455fab hex color red value is 69, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #455fab hue: 0.62 , saturation: 0.43 and the lightness value of 455fab is 0.47.
The process color (four color CMYK) of #455fab color hex is 0.60, 0.44, 0.00, 0.33. Web safe color of #455fab is #336699. Color #455fab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01011111 | 10101011 |
Octal | 105 | 137 | 253 |
Decimal | 69 | 95 | 171 |
Hex | 45 | 5F | AB |
Shades of #455fab
Tints of #455fab
RGB Percentages of Color #455fab
CMYK Percentages of Color #455fab
Complementary Color
#455fab | #ab9145 |
#455fab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#455fab Color Preview on White Background
Lorem ipsum dolor sit amet.
#455fab Color CSS Codes
.mybgcolor {background-color:#455fab; } .myforecolor {color:#455fab; } .mybordercolor {border:3px solid #455fab; }
#455fab Text Font Color
<p style="color:#455fab">Text here</p>
This sample text font color is #455fab
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.
#455fab Background Color
<div style="background-color:#455fab">
Div content here</div>
This div background color is #455fab
#455fab Border Color
<div style="border:3px solid #455fab">
Div here</div>
This div border color is #455fab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,95,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #455fab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #455fab; -webkit-box-shadow: 1px 1px 3px 2px #455fab; box-shadow: 1px 1px 3px 2px #455fab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,95,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #455fab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #455fab; -webkit-box-shadow: 1px 1px 3px 2px #455fab; box-shadow: 1px 1px 3px 2px #455fab;">
Div content here</div>
This div box has shadow with color #455fab
Comments
No comments written yet.
Please login to write comment.