Color spaces of #404958
RGB | 64 | 73 | 88 |
---|---|---|---|
HSL | 0.60 | 0.16 | 0.30 |
HSV | 218° | 27° | 35° |
CMYK | 0.27 | 0.17 | 0.00 0.65 |
XYZ | 6.2583 | 6.5597 | 10.1688 |
Yxy | 6.5597 | 0.2723 | 0.2854 |
Hunter Lab | 25.6119 | -1.2042 | -5.6118 |
CIE-Lab | 30.7828 | 0.2531 | -10.0803 |
#404958 color RGB value is (64,73,88).
#404958 hex color red value is 64, green value is 73 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #404958 hue: 0.60 , saturation: 0.16 and the lightness value of 404958 is 0.30.
The process color (four color CMYK) of #404958 color hex is 0.27, 0.17, 0.00, 0.65. Web safe color of #404958 is #333366. Color #404958 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01001001 | 01011000 |
Octal | 100 | 111 | 130 |
Decimal | 64 | 73 | 88 |
Hex | 40 | 49 | 58 |
Shades of #404958
Tints of #404958
RGB Percentages of Color #404958
CMYK Percentages of Color #404958
Complementary Color
#404958 | #584f40 |
#404958 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#404958 Color Preview on White Background
Lorem ipsum dolor sit amet.
#404958 Color CSS Codes
.mybgcolor {background-color:#404958; } .myforecolor {color:#404958; } .mybordercolor {border:3px solid #404958; }
#404958 Text Font Color
<p style="color:#404958">Text here</p>
This sample text font color is #404958
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.
#404958 Background Color
<div style="background-color:#404958">
Div content here</div>
This div background color is #404958
#404958 Border Color
<div style="border:3px solid #404958">
Div here</div>
This div border color is #404958
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,73,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #404958; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #404958; -webkit-box-shadow: 1px 1px 3px 2px #404958; box-shadow: 1px 1px 3px 2px #404958; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,73,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #404958">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #404958; -webkit-box-shadow: 1px 1px 3px 2px #404958; box-shadow: 1px 1px 3px 2px #404958;">
Div content here</div>
This div box has shadow with color #404958
Comments
No comments written yet.
Please login to write comment.