Color spaces of #41577f
RGB | 65 | 87 | 127 |
---|---|---|---|
HSL | 0.61 | 0.32 | 0.38 |
HSV | 219° | 49° | 50° |
CMYK | 0.49 | 0.31 | 0.00 0.50 |
XYZ | 9.4189 | 9.4725 | 21.4106 |
Yxy | 9.4725 | 0.2337 | 0.2350 |
Hunter Lab | 30.7774 | 0.7663 | -19.7014 |
CIE-Lab | 36.8785 | 3.4542 | -25.1318 |
#41577f color RGB value is (65,87,127).
#41577f hex color red value is 65, green value is 87 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #41577f hue: 0.61 , saturation: 0.32 and the lightness value of 41577f is 0.38.
The process color (four color CMYK) of #41577f color hex is 0.49, 0.31, 0.00, 0.50. Web safe color of #41577f is #336666. Color #41577f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 01010111 | 01111111 |
Octal | 101 | 127 | 177 |
Decimal | 65 | 87 | 127 |
Hex | 41 | 57 | 7F |
Shades of #41577f
Tints of #41577f
RGB Percentages of Color #41577f
CMYK Percentages of Color #41577f
Complementary Color
#41577f | #7f6941 |
#41577f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#41577f Color Preview on White Background
Lorem ipsum dolor sit amet.
#41577f Color CSS Codes
.mybgcolor {background-color:#41577f; } .myforecolor {color:#41577f; } .mybordercolor {border:3px solid #41577f; }
#41577f Text Font Color
<p style="color:#41577f">Text here</p>
This sample text font color is #41577f
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.
#41577f Background Color
<div style="background-color:#41577f">
Div content here</div>
This div background color is #41577f
#41577f Border Color
<div style="border:3px solid #41577f">
Div here</div>
This div border color is #41577f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,87,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #41577f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #41577f; -webkit-box-shadow: 1px 1px 3px 2px #41577f; box-shadow: 1px 1px 3px 2px #41577f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,87,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #41577f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #41577f; -webkit-box-shadow: 1px 1px 3px 2px #41577f; box-shadow: 1px 1px 3px 2px #41577f;">
Div content here</div>
This div box has shadow with color #41577f
Comments
No comments written yet.
Please login to write comment.