Color spaces of #456cbf
RGB | 69 | 108 | 191 |
---|---|---|---|
HSL | 0.61 | 0.49 | 0.51 |
HSV | 221° | 64° | 75° |
CMYK | 0.64 | 0.43 | 0.00 0.25 |
XYZ | 17.2208 | 15.7519 | 51.4230 |
Yxy | 15.7519 | 0.2040 | 0.1866 |
Hunter Lab | 39.6887 | 7.9955 | -49.0376 |
CIE-Lab | 46.6473 | 12.8959 | -47.7378 |
#456cbf color RGB value is (69,108,191).
#456cbf hex color red value is 69, green value is 108 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #456cbf hue: 0.61 , saturation: 0.49 and the lightness value of 456cbf is 0.51.
The process color (four color CMYK) of #456cbf color hex is 0.64, 0.43, 0.00, 0.25. Web safe color of #456cbf is #3366cc. Color #456cbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000101 | 01101100 | 10111111 |
Octal | 105 | 154 | 277 |
Decimal | 69 | 108 | 191 |
Hex | 45 | 6C | BF |
Shades of #456cbf
Tints of #456cbf
RGB Percentages of Color #456cbf
CMYK Percentages of Color #456cbf
Complementary Color
#456cbf | #bf9845 |
#456cbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#456cbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#456cbf Color CSS Codes
.mybgcolor {background-color:#456cbf; } .myforecolor {color:#456cbf; } .mybordercolor {border:3px solid #456cbf; }
#456cbf Text Font Color
<p style="color:#456cbf">Text here</p>
This sample text font color is #456cbf
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.
#456cbf Background Color
<div style="background-color:#456cbf">
Div content here</div>
This div background color is #456cbf
#456cbf Border Color
<div style="border:3px solid #456cbf">
Div here</div>
This div border color is #456cbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(69,108,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #456cbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #456cbf; -webkit-box-shadow: 1px 1px 3px 2px #456cbf; box-shadow: 1px 1px 3px 2px #456cbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(69,108,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 #456cbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #456cbf; -webkit-box-shadow: 1px 1px 3px 2px #456cbf; box-shadow: 1px 1px 3px 2px #456cbf;">
Div content here</div>
This div box has shadow with color #456cbf
Comments
No comments written yet.
Please login to write comment.