Color spaces of #4763dc
RGB | 71 | 99 | 220 |
---|---|---|---|
HSL | 0.64 | 0.68 | 0.57 |
HSV | 229° | 68° | 86° |
CMYK | 0.68 | 0.55 | 0.00 0.14 |
XYZ | 19.9786 | 15.4306 | 69.6356 |
Yxy | 15.4306 | 0.1902 | 0.1469 |
Hunter Lab | 39.2818 | 22.0414 | -77.6073 |
CIE-Lab | 46.2184 | 29.1062 | -65.0408 |
#4763dc color RGB value is (71,99,220).
#4763dc hex color red value is 71, green value is 99 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4763dc hue: 0.64 , saturation: 0.68 and the lightness value of 4763dc is 0.57.
The process color (four color CMYK) of #4763dc color hex is 0.68, 0.55, 0.00, 0.14. Web safe color of #4763dc is #3366cc. Color #4763dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01100011 | 11011100 |
Octal | 107 | 143 | 334 |
Decimal | 71 | 99 | 220 |
Hex | 47 | 63 | DC |
Shades of #4763dc
Tints of #4763dc
RGB Percentages of Color #4763dc
CMYK Percentages of Color #4763dc
Complementary Color
#4763dc | #dcc047 |
#4763dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4763dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#4763dc Color CSS Codes
.mybgcolor {background-color:#4763dc; } .myforecolor {color:#4763dc; } .mybordercolor {border:3px solid #4763dc; }
#4763dc Text Font Color
<p style="color:#4763dc">Text here</p>
This sample text font color is #4763dc
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.
#4763dc Background Color
<div style="background-color:#4763dc">
Div content here</div>
This div background color is #4763dc
#4763dc Border Color
<div style="border:3px solid #4763dc">
Div here</div>
This div border color is #4763dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,99,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4763dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4763dc; -webkit-box-shadow: 1px 1px 3px 2px #4763dc; box-shadow: 1px 1px 3px 2px #4763dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,99,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4763dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4763dc; -webkit-box-shadow: 1px 1px 3px 2px #4763dc; box-shadow: 1px 1px 3px 2px #4763dc;">
Div content here</div>
This div box has shadow with color #4763dc
Comments
No comments written yet.
Please login to write comment.