Color spaces of #474358
RGB | 71 | 67 | 88 |
---|---|---|---|
HSL | 0.70 | 0.14 | 0.30 |
HSV | 251° | 24° | 35° |
CMYK | 0.19 | 0.24 | 0.00 0.65 |
XYZ | 6.3671 | 6.0585 | 10.0663 |
Yxy | 6.0585 | 0.2831 | 0.2694 |
Hunter Lab | 24.6140 | 3.0994 | -7.0178 |
CIE-Lab | 29.5596 | 6.6888 | -11.8833 |
#474358 color RGB value is (71,67,88).
#474358 hex color red value is 71, green value is 67 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #474358 hue: 0.70 , saturation: 0.14 and the lightness value of 474358 is 0.30.
The process color (four color CMYK) of #474358 color hex is 0.19, 0.24, 0.00, 0.65. Web safe color of #474358 is #333366. Color #474358 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000111 | 01000011 | 01011000 |
Octal | 107 | 103 | 130 |
Decimal | 71 | 67 | 88 |
Hex | 47 | 43 | 58 |
Shades of #474358
Tints of #474358
RGB Percentages of Color #474358
CMYK Percentages of Color #474358
Complementary Color
#474358 | #545843 |
#474358 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#474358 Color Preview on White Background
Lorem ipsum dolor sit amet.
#474358 Color CSS Codes
.mybgcolor {background-color:#474358; } .myforecolor {color:#474358; } .mybordercolor {border:3px solid #474358; }
#474358 Text Font Color
<p style="color:#474358">Text here</p>
This sample text font color is #474358
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.
#474358 Background Color
<div style="background-color:#474358">
Div content here</div>
This div background color is #474358
#474358 Border Color
<div style="border:3px solid #474358">
Div here</div>
This div border color is #474358
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(71,67,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #474358; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #474358; -webkit-box-shadow: 1px 1px 3px 2px #474358; box-shadow: 1px 1px 3px 2px #474358; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(71,67,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #474358">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #474358; -webkit-box-shadow: 1px 1px 3px 2px #474358; box-shadow: 1px 1px 3px 2px #474358;">
Div content here</div>
This div box has shadow with color #474358
Comments
No comments written yet.
Please login to write comment.