Shades of Lucky Point #292F4C
Tints of Lucky Point #292F4C
RGB
CMYK
RGB Variations
Color information
#292F4C (or 0x292F4C) is known color: Lucky Point. HEX triplet: 29, 2F and 4C. RGB value is (41,47,76). Sum of RGB (Red+Green+Blue) = 41+47+76=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #292F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F4C is #D6D0B3. Grayscale: #303030. Windows color (decimal): -14078132 or 4992809. OLE color: 4992809.
HSL color Cylindrical-coordinate representation of color #292F4C: hue angle of 229.71º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #292F4C is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 47 | 76 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.70 |
| HSL | 229.71º | 0.3% | 0.23% | - |
| HSV(B) | 229.71º | 0.46% | 0.3% | - |
| XYZ | 3.24 | 3.03 | 7.25 | - |
| YUV | 48.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 76 | 0.46 | 0.38 | 0 | 0.70 | 229.71 | 0.3 | 0.23 |
| Hex | 29 | 2F | 4C | 2E | 26 | 0 | 46 | E6 | 1E | 17 |
| Octal | 51 | 57 | 114 | 56 | 46 | 0 | 106 | 346 | 36 | 27 |
| Binary | 101001 | 101111 | 1001100 | 101110 | 100110 | 0 | 1000110 | 11100110 | 11110 | 10111 |
Color Harmonies of #292F4C
Complementary color
Monochromatic Colors of #292F4C
Black with #292F4C
Text Example
Text Example
White with #292F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292F4C; }
p { color: rgb(41,47,76); }
H1.HeaderClassName
{
color: #292F4C;
}
.AnyTagClassName
{
color: #292F4C;
}
</style>
background-color css
<style>
a { background-color: #292F4C; }
a { background-color: rgb(41,47,76); }
div.DivClassName
{
background-color: #292F4C;
}
.BgClassName
{
background-color: #292F4C;
}
</style>
border-color css
<style>
span { border-color: #292F4C; }
span { border-color: rgb(41,47,76); }
td.TdClassName
{
border-color: #292F4C;
}
.TagClassName
{
border-color: #292F4C;
}
</style>