Color spaces of #476276
RGB | 71 | 98 | 118 |
---|---|---|---|
HSL | 0.57 | 0.25 | 0.37 |
HSV | 206° | 40° | 46° |
CMYK | 0.40 | 0.17 | 0.00 0.54 |
XYZ | 10.2362 | 11.3830 | 18.7972 |
Yxy | 11.3830 | 0.2533 | 0.2816 |
Hunter Lab | 33.7387 | -4.8865 | -9.4158 |
CIE-Lab | 40.2182 | -4.4331 | -14.4351 |
#476276 color RGB value is (71,98,118).
#476276 hex color red value is 71, green value is 98 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #476276 hue: 0.57 , saturation: 0.25 and the lightness value of 476276 is 0.37.
The process color (four color CMYK) of #476276 color hex is 0.40, 0.17, 0.00, 0.54. Web safe color of #476276 is #336666. Color #476276 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01100010 | 01110110 |
Octal | 107 | 142 | 166 |
Decimal | 71 | 98 | 118 |
Hex | 47 | 62 | 76 |
Shades of #476276
Tints of #476276
RGB Percentages of Color #476276
CMYK Percentages of Color #476276
Complementary Color
#476276 | #765b47 |
#476276 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#476276 Color Preview on White Background
Lorem ipsum dolor sit amet.
#476276 Color CSS Codes
.mybgcolor {background-color:#476276; } .myforecolor {color:#476276; } .mybordercolor {border:3px solid #476276; }
#476276 Text Font Color
<p style="color:#476276">Text here</p>
This sample text font color is #476276
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.
#476276 Background Color
<div style="background-color:#476276">
Div content here</div>
This div background color is #476276
#476276 Border Color
<div style="border:3px solid #476276">
Div here</div>
This div border color is #476276
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,98,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #476276; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476276; -webkit-box-shadow: 1px 1px 3px 2px #476276; box-shadow: 1px 1px 3px 2px #476276; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,98,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #476276">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #476276; -webkit-box-shadow: 1px 1px 3px 2px #476276; box-shadow: 1px 1px 3px 2px #476276;">
Div content here</div>
This div box has shadow with color #476276
#476276 Color Palettes
Comments
No comments written yet.
Please login to write comment.