Shades of Lucky Point #292E49
Tints of Lucky Point #292E49
RGB
CMYK
RGB Variations
Color information
#292E49 (or 0x292E49) is known color: Lucky Point. HEX triplet: 29, 2E and 49. RGB value is (41,46,73). Sum of RGB (Red+Green+Blue) = 41+46+73=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #292E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E49 is #D6D1B6. Grayscale: #2F2F2F. Windows color (decimal): -14078391 or 4795945. OLE color: 4795945.
HSL color Cylindrical-coordinate representation of color #292E49: hue angle of 230.62º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #292E49 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 46 | 73 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.71 |
| HSL | 230.63º | 0.28% | 0.22% | - |
| HSV(B) | 230.63º | 0.44% | 0.29% | - |
| XYZ | 3.09 | 2.91 | 6.7 | - |
| YUV | 47.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 46 | 73 | 0.44 | 0.37 | 0 | 0.71 | 230.63 | 0.28 | 0.22 |
| Hex | 29 | 2E | 49 | 2C | 25 | 0 | 47 | E7 | 1C | 16 |
| Octal | 51 | 56 | 111 | 54 | 45 | 0 | 107 | 347 | 34 | 26 |
| Binary | 101001 | 101110 | 1001001 | 101100 | 100101 | 0 | 1000111 | 11100111 | 11100 | 10110 |
Color Harmonies of #292E49
Complementary color
Monochromatic Colors of #292E49
Black with #292E49
Text Example
Text Example
White with #292E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292E49; }
p { color: rgb(41,46,73); }
H1.HeaderClassName
{
color: #292E49;
}
.AnyTagClassName
{
color: #292E49;
}
</style>
background-color css
<style>
a { background-color: #292E49; }
a { background-color: rgb(41,46,73); }
div.DivClassName
{
background-color: #292E49;
}
.BgClassName
{
background-color: #292E49;
}
</style>
border-color css
<style>
span { border-color: #292E49; }
span { border-color: rgb(41,46,73); }
td.TdClassName
{
border-color: #292E49;
}
.TagClassName
{
border-color: #292E49;
}
</style>