Color spaces of #476dec
RGB | 71 | 109 | 236 |
---|---|---|---|
HSL | 0.63 | 0.81 | 0.60 |
HSV | 226° | 70° | 93° |
CMYK | 0.70 | 0.54 | 0.00 0.07 |
XYZ | 23.2075 | 18.3330 | 81.6723 |
Yxy | 18.3330 | 0.1884 | 0.1488 |
Hunter Lab | 42.8171 | 21.8199 | -83.1220 |
CIE-Lab | 49.8975 | 28.4709 | -68.1031 |
#476dec color RGB value is (71,109,236).
#476dec hex color red value is 71, green value is 109 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #476dec hue: 0.63 , saturation: 0.81 and the lightness value of 476dec is 0.60.
The process color (four color CMYK) of #476dec color hex is 0.70, 0.54, 0.00, 0.07. Web safe color of #476dec is #3366ff. Color #476dec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01101101 | 11101100 |
Octal | 107 | 155 | 354 |
Decimal | 71 | 109 | 236 |
Hex | 47 | 6D | EC |
Shades of #476dec
Tints of #476dec
RGB Percentages of Color #476dec
CMYK Percentages of Color #476dec
Complementary Color
#476dec | #ecc647 |
#476dec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#476dec Color Preview on White Background
Lorem ipsum dolor sit amet.
#476dec Color CSS Codes
.mybgcolor {background-color:#476dec; } .myforecolor {color:#476dec; } .mybordercolor {border:3px solid #476dec; }
#476dec Text Font Color
<p style="color:#476dec">Text here</p>
This sample text font color is #476dec
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.
#476dec Background Color
<div style="background-color:#476dec">
Div content here</div>
This div background color is #476dec
#476dec Border Color
<div style="border:3px solid #476dec">
Div here</div>
This div border color is #476dec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,109,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #476dec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476dec; -webkit-box-shadow: 1px 1px 3px 2px #476dec; box-shadow: 1px 1px 3px 2px #476dec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,109,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #476dec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #476dec; -webkit-box-shadow: 1px 1px 3px 2px #476dec; box-shadow: 1px 1px 3px 2px #476dec;">
Div content here</div>
This div box has shadow with color #476dec
Comments
No comments written yet.
Please login to write comment.