Color spaces of #4360ae
RGB | 67 | 96 | 174 |
---|---|---|---|
HSL | 0.62 | 0.44 | 0.47 |
HSV | 224° | 61° | 68° |
CMYK | 0.61 | 0.45 | 0.00 0.32 |
XYZ | 14.1376 | 12.6150 | 41.7342 |
Yxy | 12.6150 | 0.2064 | 0.1842 |
Hunter Lab | 35.5176 | 8.8952 | -44.8051 |
CIE-Lab | 42.1773 | 14.1563 | -44.9748 |
#4360ae color RGB value is (67,96,174).
#4360ae hex color red value is 67, green value is 96 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4360ae hue: 0.62 , saturation: 0.44 and the lightness value of 4360ae is 0.47.
The process color (four color CMYK) of #4360ae color hex is 0.61, 0.45, 0.00, 0.32. Web safe color of #4360ae is #336699. Color #4360ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000011 | 01100000 | 10101110 |
Octal | 103 | 140 | 256 |
Decimal | 67 | 96 | 174 |
Hex | 43 | 60 | AE |
Shades of #4360ae
Tints of #4360ae
RGB Percentages of Color #4360ae
CMYK Percentages of Color #4360ae
Complementary Color
#4360ae | #ae9143 |
#4360ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4360ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#4360ae Color CSS Codes
.mybgcolor {background-color:#4360ae; } .myforecolor {color:#4360ae; } .mybordercolor {border:3px solid #4360ae; }
#4360ae Text Font Color
<p style="color:#4360ae">Text here</p>
This sample text font color is #4360ae
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.
#4360ae Background Color
<div style="background-color:#4360ae">
Div content here</div>
This div background color is #4360ae
#4360ae Border Color
<div style="border:3px solid #4360ae">
Div here</div>
This div border color is #4360ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(67,96,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4360ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4360ae; -webkit-box-shadow: 1px 1px 3px 2px #4360ae; box-shadow: 1px 1px 3px 2px #4360ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(67,96,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4360ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4360ae; -webkit-box-shadow: 1px 1px 3px 2px #4360ae; box-shadow: 1px 1px 3px 2px #4360ae;">
Div content here</div>
This div box has shadow with color #4360ae
Comments
No comments written yet.
Please login to write comment.