Color spaces of #4722be
RGB | 71 | 34 | 190 |
---|---|---|---|
HSL | 0.71 | 0.70 | 0.44 |
HSV | 254° | 82° | 75° |
CMYK | 0.63 | 0.82 | 0.00 0.25 |
XYZ | 12.4648 | 6.2014 | 49.2552 |
Yxy | 6.2014 | 0.1835 | 0.0913 |
Hunter Lab | 24.9026 | 45.7672 | -99.8386 |
CIE-Lab | 29.9150 | 56.1209 | -74.3665 |
#4722be color RGB value is (71,34,190).
#4722be hex color red value is 71, green value is 34 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4722be hue: 0.71 , saturation: 0.70 and the lightness value of 4722be is 0.44.
The process color (four color CMYK) of #4722be color hex is 0.63, 0.82, 0.00, 0.25. Web safe color of #4722be is #3333cc. Color #4722be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 00100010 | 10111110 |
Octal | 107 | 42 | 276 |
Decimal | 71 | 34 | 190 |
Hex | 47 | 22 | BE |
Shades of #4722be
Tints of #4722be
RGB Percentages of Color #4722be
CMYK Percentages of Color #4722be
Complementary Color
#4722be | #99be22 |
#4722be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4722be Color Preview on White Background
Lorem ipsum dolor sit amet.
#4722be Color CSS Codes
.mybgcolor {background-color:#4722be; } .myforecolor {color:#4722be; } .mybordercolor {border:3px solid #4722be; }
#4722be Text Font Color
<p style="color:#4722be">Text here</p>
This sample text font color is #4722be
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.
#4722be Background Color
<div style="background-color:#4722be">
Div content here</div>
This div background color is #4722be
#4722be Border Color
<div style="border:3px solid #4722be">
Div here</div>
This div border color is #4722be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,34,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4722be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4722be; -webkit-box-shadow: 1px 1px 3px 2px #4722be; box-shadow: 1px 1px 3px 2px #4722be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,34,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4722be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4722be; -webkit-box-shadow: 1px 1px 3px 2px #4722be; box-shadow: 1px 1px 3px 2px #4722be;">
Div content here</div>
This div box has shadow with color #4722be
Comments
No comments written yet.
Please login to write comment.