Color spaces of #456cdb
RGB | 69 | 108 | 219 |
---|---|---|---|
HSL | 0.62 | 0.68 | 0.56 |
HSV | 224° | 68° | 86° |
CMYK | 0.68 | 0.51 | 0.00 0.14 |
XYZ | 20.6030 | 17.1048 | 69.2335 |
Yxy | 17.1048 | 0.1927 | 0.1599 |
Hunter Lab | 41.3579 | 16.5457 | -70.3013 |
CIE-Lab | 48.3918 | 22.8035 | -60.9613 |
#456cdb color RGB value is (69,108,219).
#456cdb hex color red value is 69, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #456cdb hue: 0.62 , saturation: 0.68 and the lightness value of 456cdb is 0.56.
The process color (four color CMYK) of #456cdb color hex is 0.68, 0.51, 0.00, 0.14. Web safe color of #456cdb is #3366cc. Color #456cdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01101100 | 11011011 |
Octal | 105 | 154 | 333 |
Decimal | 69 | 108 | 219 |
Hex | 45 | 6C | DB |
Shades of #456cdb
Tints of #456cdb
RGB Percentages of Color #456cdb
CMYK Percentages of Color #456cdb
Complementary Color
#456cdb | #dbb445 |
#456cdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#456cdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#456cdb Color CSS Codes
.mybgcolor {background-color:#456cdb; } .myforecolor {color:#456cdb; } .mybordercolor {border:3px solid #456cdb; }
#456cdb Text Font Color
<p style="color:#456cdb">Text here</p>
This sample text font color is #456cdb
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.
#456cdb Background Color
<div style="background-color:#456cdb">
Div content here</div>
This div background color is #456cdb
#456cdb Border Color
<div style="border:3px solid #456cdb">
Div here</div>
This div border color is #456cdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,108,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #456cdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #456cdb; -webkit-box-shadow: 1px 1px 3px 2px #456cdb; box-shadow: 1px 1px 3px 2px #456cdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,108,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #456cdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #456cdb; -webkit-box-shadow: 1px 1px 3px 2px #456cdb; box-shadow: 1px 1px 3px 2px #456cdb;">
Div content here</div>
This div box has shadow with color #456cdb
Comments
No comments written yet.
Please login to write comment.