Color spaces of #476fdd
RGB | 71 | 111 | 221 |
---|---|---|---|
HSL | 0.62 | 0.69 | 0.57 |
HSV | 224° | 68° | 87° |
CMYK | 0.68 | 0.50 | 0.00 0.13 |
XYZ | 21.3341 | 17.9289 | 70.7428 |
Yxy | 17.9289 | 0.1939 | 0.1630 |
Hunter Lab | 42.3425 | 15.8370 | -69.4176 |
CIE-Lab | 49.4098 | 21.9273 | -60.4470 |
#476fdd color RGB value is (71,111,221).
#476fdd hex color red value is 71, green value is 111 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #476fdd hue: 0.62 , saturation: 0.69 and the lightness value of 476fdd is 0.57.
The process color (four color CMYK) of #476fdd color hex is 0.68, 0.50, 0.00, 0.13. Web safe color of #476fdd is #3366cc. Color #476fdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01101111 | 11011101 |
Octal | 107 | 157 | 335 |
Decimal | 71 | 111 | 221 |
Hex | 47 | 6F | DD |
Shades of #476fdd
Tints of #476fdd
RGB Percentages of Color #476fdd
CMYK Percentages of Color #476fdd
Complementary Color
#476fdd | #ddb547 |
#476fdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#476fdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#476fdd Color CSS Codes
.mybgcolor {background-color:#476fdd; } .myforecolor {color:#476fdd; } .mybordercolor {border:3px solid #476fdd; }
#476fdd Text Font Color
<p style="color:#476fdd">Text here</p>
This sample text font color is #476fdd
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.
#476fdd Background Color
<div style="background-color:#476fdd">
Div content here</div>
This div background color is #476fdd
#476fdd Border Color
<div style="border:3px solid #476fdd">
Div here</div>
This div border color is #476fdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,111,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #476fdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476fdd; -webkit-box-shadow: 1px 1px 3px 2px #476fdd; box-shadow: 1px 1px 3px 2px #476fdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,111,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #476fdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #476fdd; -webkit-box-shadow: 1px 1px 3px 2px #476fdd; box-shadow: 1px 1px 3px 2px #476fdd;">
Div content here</div>
This div box has shadow with color #476fdd
Comments
No comments written yet.
Please login to write comment.