Color spaces of #424649
RGB | 66 | 70 | 73 |
---|---|---|---|
HSL | 0.57 | 0.05 | 0.27 |
HSV | 206° | 10° | 29° |
CMYK | 0.10 | 0.04 | 0.00 0.71 |
XYZ | 5.6395 | 6.0196 | 7.1680 |
Yxy | 6.0196 | 0.2995 | 0.3197 |
Hunter Lab | 24.5349 | -1.9066 | -0.1475 |
CIE-Lab | 29.4619 | -0.9401 | -2.3737 |
#424649 color RGB value is (66,70,73).
#424649 hex color red value is 66, green value is 70 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #424649 hue: 0.57 , saturation: 0.05 and the lightness value of 424649 is 0.27.
The process color (four color CMYK) of #424649 color hex is 0.10, 0.04, 0.00, 0.71. Web safe color of #424649 is #333333. Color #424649 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 01000110 | 01001001 |
Octal | 102 | 106 | 111 |
Decimal | 66 | 70 | 73 |
Hex | 42 | 46 | 49 |
Shades of #424649
Tints of #424649
RGB Percentages of Color #424649
CMYK Percentages of Color #424649
Complementary Color
#424649 | #494542 |
#424649 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#424649 Color Preview on White Background
Lorem ipsum dolor sit amet.
#424649 Color CSS Codes
.mybgcolor {background-color:#424649; } .myforecolor {color:#424649; } .mybordercolor {border:3px solid #424649; }
#424649 Text Font Color
<p style="color:#424649">Text here</p>
This sample text font color is #424649
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.
#424649 Background Color
<div style="background-color:#424649">
Div content here</div>
This div background color is #424649
#424649 Border Color
<div style="border:3px solid #424649">
Div here</div>
This div border color is #424649
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,70,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #424649; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #424649; -webkit-box-shadow: 1px 1px 3px 2px #424649; box-shadow: 1px 1px 3px 2px #424649; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,70,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #424649">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #424649; -webkit-box-shadow: 1px 1px 3px 2px #424649; box-shadow: 1px 1px 3px 2px #424649;">
Div content here</div>
This div box has shadow with color #424649
Comments
No comments written yet.
Please login to write comment.