Shades of Lucky Point #282E4B
Tints of Lucky Point #282E4B
RGB
CMYK
RGB Variations
Color information
#282E4B (or 0x282E4B) is known color: Lucky Point. HEX triplet: 28, 2E and 4B. RGB value is (40,46,75). Sum of RGB (Red+Green+Blue) = 40+46+75=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 75 (29.69% from 255 or 46.58% from 161); Max value from RGB is 75 - color contains mainly: blue. Hex color #282E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E4B is #D7D1B4. Grayscale: #2F2F2F. Windows color (decimal): -14143925 or 4927016. OLE color: 4927016.
HSL color Cylindrical-coordinate representation of color #282E4B: hue angle of 229.71º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #282E4B is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 46 | 75 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.71 |
| HSL | 229.71º | 0.3% | 0.23% | - |
| HSV(B) | 229.71º | 0.47% | 0.29% | - |
| XYZ | 3.12 | 2.91 | 7.05 | - |
| YUV | 47.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 75 | 0.47 | 0.39 | 0 | 0.71 | 229.71 | 0.3 | 0.23 |
| Hex | 28 | 2E | 4B | 2F | 27 | 0 | 47 | E6 | 1E | 17 |
| Octal | 50 | 56 | 113 | 57 | 47 | 0 | 107 | 346 | 36 | 27 |
| Binary | 101000 | 101110 | 1001011 | 101111 | 100111 | 0 | 1000111 | 11100110 | 11110 | 10111 |
Color Harmonies of #282E4B
Complementary color
Monochromatic Colors of #282E4B
Black with #282E4B
Text Example
Text Example
White with #282E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E4B; }
p { color: rgb(40,46,75); }
H1.HeaderClassName
{
color: #282E4B;
}
.AnyTagClassName
{
color: #282E4B;
}
</style>
background-color css
<style>
a { background-color: #282E4B; }
a { background-color: rgb(40,46,75); }
div.DivClassName
{
background-color: #282E4B;
}
.BgClassName
{
background-color: #282E4B;
}
</style>
border-color css
<style>
span { border-color: #282E4B; }
span { border-color: rgb(40,46,75); }
td.TdClassName
{
border-color: #282E4B;
}
.TagClassName
{
border-color: #282E4B;
}
</style>