Color spaces of #407584
RGB | 64 | 117 | 132 |
---|---|---|---|
HSL | 0.54 | 0.35 | 0.38 |
HSV | 193° | 52° | 52° |
CMYK | 0.52 | 0.11 | 0.00 0.48 |
XYZ | 12.6405 | 15.4785 | 24.1512 |
Yxy | 15.4785 | 0.2418 | 0.2961 |
Hunter Lab | 39.3427 | -11.4992 | -8.8563 |
CIE-Lab | 46.2827 | -13.2416 | -13.6822 |
#407584 color RGB value is (64,117,132).
#407584 hex color red value is 64, green value is 117 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #407584 hue: 0.54 , saturation: 0.35 and the lightness value of 407584 is 0.38.
The process color (four color CMYK) of #407584 color hex is 0.52, 0.11, 0.00, 0.48. Web safe color of #407584 is #336699. Color #407584 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01110101 | 10000100 |
Octal | 100 | 165 | 204 |
Decimal | 64 | 117 | 132 |
Hex | 40 | 75 | 84 |
Shades of #407584
Tints of #407584
RGB Percentages of Color #407584
CMYK Percentages of Color #407584
Complementary Color
#407584 | #844f40 |
#407584 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#407584 Color Preview on White Background
Lorem ipsum dolor sit amet.
#407584 Color CSS Codes
.mybgcolor {background-color:#407584; } .myforecolor {color:#407584; } .mybordercolor {border:3px solid #407584; }
#407584 Text Font Color
<p style="color:#407584">Text here</p>
This sample text font color is #407584
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.
#407584 Background Color
<div style="background-color:#407584">
Div content here</div>
This div background color is #407584
#407584 Border Color
<div style="border:3px solid #407584">
Div here</div>
This div border color is #407584
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,117,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #407584; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #407584; -webkit-box-shadow: 1px 1px 3px 2px #407584; box-shadow: 1px 1px 3px 2px #407584; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,117,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #407584">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #407584; -webkit-box-shadow: 1px 1px 3px 2px #407584; box-shadow: 1px 1px 3px 2px #407584;">
Div content here</div>
This div box has shadow with color #407584
Comments
No comments written yet.
Please login to write comment.