Color spaces of #474afb
RGB | 71 | 74 | 251 |
---|---|---|---|
HSL | 0.66 | 0.96 | 0.63 |
HSV | 239° | 72° | 98° |
CMYK | 0.72 | 0.71 | 0.00 0.02 |
XYZ | 22.4599 | 13.2022 | 92.6313 |
Yxy | 13.2022 | 0.1751 | 0.1029 |
Hunter Lab | 36.3348 | 46.7515 | -125.7184 |
CIE-Lab | 43.0663 | 54.5232 | -87.6702 |
#474afb color RGB value is (71,74,251).
#474afb hex color red value is 71, green value is 74 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #474afb hue: 0.66 , saturation: 0.96 and the lightness value of 474afb is 0.63.
The process color (four color CMYK) of #474afb color hex is 0.72, 0.71, 0.00, 0.02. Web safe color of #474afb is #3333ff. Color #474afb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01001010 | 11111011 |
Octal | 107 | 112 | 373 |
Decimal | 71 | 74 | 251 |
Hex | 47 | 4A | FB |
Shades of #474afb
Tints of #474afb
RGB Percentages of Color #474afb
CMYK Percentages of Color #474afb
Complementary Color
#474afb | #fbf847 |
#474afb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#474afb Color Preview on White Background
Lorem ipsum dolor sit amet.
#474afb Color CSS Codes
.mybgcolor {background-color:#474afb; } .myforecolor {color:#474afb; } .mybordercolor {border:3px solid #474afb; }
#474afb Text Font Color
<p style="color:#474afb">Text here</p>
This sample text font color is #474afb
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.
#474afb Background Color
<div style="background-color:#474afb">
Div content here</div>
This div background color is #474afb
#474afb Border Color
<div style="border:3px solid #474afb">
Div here</div>
This div border color is #474afb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,74,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #474afb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #474afb; -webkit-box-shadow: 1px 1px 3px 2px #474afb; box-shadow: 1px 1px 3px 2px #474afb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,74,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #474afb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #474afb; -webkit-box-shadow: 1px 1px 3px 2px #474afb; box-shadow: 1px 1px 3px 2px #474afb;">
Div content here</div>
This div box has shadow with color #474afb
Comments
No comments written yet.
Please login to write comment.