Color spaces of #4619cd
RGB | 70 | 25 | 205 |
---|---|---|---|
HSL | 0.71 | 0.78 | 0.45 |
HSV | 255° | 88° | 80° |
CMYK | 0.66 | 0.88 | 0.00 0.20 |
XYZ | 13.8929 | 6.4051 | 58.2617 |
Yxy | 6.4051 | 0.1768 | 0.0815 |
Hunter Lab | 25.3083 | 53.6974 | -118.7744 |
CIE-Lab | 30.4123 | 63.3301 | -82.3482 |
#4619cd color RGB value is (70,25,205).
#4619cd hex color red value is 70, green value is 25 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4619cd hue: 0.71 , saturation: 0.78 and the lightness value of 4619cd is 0.45.
The process color (four color CMYK) of #4619cd color hex is 0.66, 0.88, 0.00, 0.20. Web safe color of #4619cd is #3300cc. Color #4619cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000110 | 00011001 | 11001101 |
Octal | 106 | 31 | 315 |
Decimal | 70 | 25 | 205 |
Hex | 46 | 19 | CD |
Shades of #4619cd
Tints of #4619cd
RGB Percentages of Color #4619cd
CMYK Percentages of Color #4619cd
Complementary Color
#4619cd | #a0cd19 |
#4619cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4619cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#4619cd Color CSS Codes
.mybgcolor {background-color:#4619cd; } .myforecolor {color:#4619cd; } .mybordercolor {border:3px solid #4619cd; }
#4619cd Text Font Color
<p style="color:#4619cd">Text here</p>
This sample text font color is #4619cd
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.
#4619cd Background Color
<div style="background-color:#4619cd">
Div content here</div>
This div background color is #4619cd
#4619cd Border Color
<div style="border:3px solid #4619cd">
Div here</div>
This div border color is #4619cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(70,25,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4619cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4619cd; -webkit-box-shadow: 1px 1px 3px 2px #4619cd; box-shadow: 1px 1px 3px 2px #4619cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(70,25,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4619cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4619cd; -webkit-box-shadow: 1px 1px 3px 2px #4619cd; box-shadow: 1px 1px 3px 2px #4619cd;">
Div content here</div>
This div box has shadow with color #4619cd
Comments
No comments written yet.
Please login to write comment.