Color spaces of #41364e
RGB | 65 | 54 | 78 |
---|---|---|---|
HSL | 0.74 | 0.18 | 0.26 |
HSV | 268° | 31° | 31° |
CMYK | 0.17 | 0.31 | 0.00 0.69 |
XYZ | 4.8743 | 4.3122 | 7.7832 |
Yxy | 4.3122 | 0.2872 | 0.2541 |
Hunter Lab | 20.7658 | 5.5585 | -7.6863 |
CIE-Lab | 24.6778 | 10.4285 | -12.8693 |
#41364e color RGB value is (65,54,78).
#41364e hex color red value is 65, green value is 54 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #41364e hue: 0.74 , saturation: 0.18 and the lightness value of 41364e is 0.26.
The process color (four color CMYK) of #41364e color hex is 0.17, 0.31, 0.00, 0.69. Web safe color of #41364e is #333366. Color #41364e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 00110110 | 01001110 |
Octal | 101 | 66 | 116 |
Decimal | 65 | 54 | 78 |
Hex | 41 | 36 | 4E |
Shades of #41364e
Tints of #41364e
RGB Percentages of Color #41364e
CMYK Percentages of Color #41364e
Complementary Color
#41364e | #434e36 |
#41364e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#41364e Color Preview on White Background
Lorem ipsum dolor sit amet.
#41364e Color CSS Codes
.mybgcolor {background-color:#41364e; } .myforecolor {color:#41364e; } .mybordercolor {border:3px solid #41364e; }
#41364e Text Font Color
<p style="color:#41364e">Text here</p>
This sample text font color is #41364e
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.
#41364e Background Color
<div style="background-color:#41364e">
Div content here</div>
This div background color is #41364e
#41364e Border Color
<div style="border:3px solid #41364e">
Div here</div>
This div border color is #41364e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,54,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #41364e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #41364e; -webkit-box-shadow: 1px 1px 3px 2px #41364e; box-shadow: 1px 1px 3px 2px #41364e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,54,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #41364e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #41364e; -webkit-box-shadow: 1px 1px 3px 2px #41364e; box-shadow: 1px 1px 3px 2px #41364e;">
Div content here</div>
This div box has shadow with color #41364e
Comments
No comments written yet.
Please login to write comment.