Color spaces of #477aec
RGB | 71 | 122 | 236 |
---|---|---|---|
HSL | 0.62 | 0.81 | 0.60 |
HSV | 221° | 70° | 93° |
CMYK | 0.70 | 0.48 | 0.00 0.07 |
XYZ | 24.6984 | 21.3148 | 82.1693 |
Yxy | 21.3148 | 0.1927 | 0.1663 |
Hunter Lab | 46.1680 | 14.6980 | -73.2062 |
CIE-Lab | 53.2923 | 20.3919 | -62.6179 |
#477aec color RGB value is (71,122,236).
#477aec hex color red value is 71, green value is 122 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #477aec hue: 0.62 , saturation: 0.81 and the lightness value of 477aec is 0.60.
The process color (four color CMYK) of #477aec color hex is 0.70, 0.48, 0.00, 0.07. Web safe color of #477aec is #3366ff. Color #477aec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01111010 | 11101100 |
Octal | 107 | 172 | 354 |
Decimal | 71 | 122 | 236 |
Hex | 47 | 7A | EC |
Shades of #477aec
Tints of #477aec
RGB Percentages of Color #477aec
CMYK Percentages of Color #477aec
Complementary Color
#477aec | #ecb947 |
#477aec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#477aec Color Preview on White Background
Lorem ipsum dolor sit amet.
#477aec Color CSS Codes
.mybgcolor {background-color:#477aec; } .myforecolor {color:#477aec; } .mybordercolor {border:3px solid #477aec; }
#477aec Text Font Color
<p style="color:#477aec">Text here</p>
This sample text font color is #477aec
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.
#477aec Background Color
<div style="background-color:#477aec">
Div content here</div>
This div background color is #477aec
#477aec Border Color
<div style="border:3px solid #477aec">
Div here</div>
This div border color is #477aec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,122,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #477aec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #477aec; -webkit-box-shadow: 1px 1px 3px 2px #477aec; box-shadow: 1px 1px 3px 2px #477aec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,122,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 #477aec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #477aec; -webkit-box-shadow: 1px 1px 3px 2px #477aec; box-shadow: 1px 1px 3px 2px #477aec;">
Div content here</div>
This div box has shadow with color #477aec
Comments
No comments written yet.
Please login to write comment.