Color spaces of #4624ac
RGB | 70 | 36 | 172 |
---|---|---|---|
HSL | 0.71 | 0.65 | 0.41 |
HSV | 255° | 79° | 67° |
CMYK | 0.59 | 0.79 | 0.00 0.33 |
XYZ | 10.6031 | 5.5424 | 39.5407 |
Yxy | 5.5424 | 0.1904 | 0.0995 |
Hunter Lab | 23.5423 | 39.1947 | -83.1015 |
CIE-Lab | 28.2273 | 50.0606 | -66.4353 |
#4624ac color RGB value is (70,36,172).
#4624ac hex color red value is 70, green value is 36 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4624ac hue: 0.71 , saturation: 0.65 and the lightness value of 4624ac is 0.41.
The process color (four color CMYK) of #4624ac color hex is 0.59, 0.79, 0.00, 0.33. Web safe color of #4624ac is #333399. Color #4624ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 00100100 | 10101100 |
Octal | 106 | 44 | 254 |
Decimal | 70 | 36 | 172 |
Hex | 46 | 24 | AC |
Shades of #4624ac
Tints of #4624ac
RGB Percentages of Color #4624ac
CMYK Percentages of Color #4624ac
Complementary Color
#4624ac | #8aac24 |
#4624ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4624ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#4624ac Color CSS Codes
.mybgcolor {background-color:#4624ac; } .myforecolor {color:#4624ac; } .mybordercolor {border:3px solid #4624ac; }
#4624ac Text Font Color
<p style="color:#4624ac">Text here</p>
This sample text font color is #4624ac
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.
#4624ac Background Color
<div style="background-color:#4624ac">
Div content here</div>
This div background color is #4624ac
#4624ac Border Color
<div style="border:3px solid #4624ac">
Div here</div>
This div border color is #4624ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,36,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4624ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4624ac; -webkit-box-shadow: 1px 1px 3px 2px #4624ac; box-shadow: 1px 1px 3px 2px #4624ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,36,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4624ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4624ac; -webkit-box-shadow: 1px 1px 3px 2px #4624ac; box-shadow: 1px 1px 3px 2px #4624ac;">
Div content here</div>
This div box has shadow with color #4624ac
Comments
No comments written yet.
Please login to write comment.