Shades of Lucky Point #282D4A
Tints of Lucky Point #282D4A
RGB
CMYK
RGB Variations
Color information
#282D4A (or 0x282D4A) is known color: Lucky Point. HEX triplet: 28, 2D and 4A. RGB value is (40,45,74). Sum of RGB (Red+Green+Blue) = 40+45+74=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 74 - color contains mainly: blue. Hex color #282D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282D4A is #D7D2B5. Grayscale: #2E2E2E. Windows color (decimal): -14144182 or 4861224. OLE color: 4861224.
HSL color Cylindrical-coordinate representation of color #282D4A: hue angle of 231.18º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #282D4A is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 45 | 74 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.71 |
| HSL | 231.18º | 0.3% | 0.22% | - |
| HSV(B) | 231.18º | 0.46% | 0.29% | - |
| XYZ | 3.05 | 2.82 | 6.86 | - |
| YUV | 46.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 45 | 74 | 0.46 | 0.39 | 0 | 0.71 | 231.18 | 0.3 | 0.22 |
| Hex | 28 | 2D | 4A | 2E | 27 | 0 | 47 | E7 | 1E | 16 |
| Octal | 50 | 55 | 112 | 56 | 47 | 0 | 107 | 347 | 36 | 26 |
| Binary | 101000 | 101101 | 1001010 | 101110 | 100111 | 0 | 1000111 | 11100111 | 11110 | 10110 |
Color Harmonies of #282D4A
Complementary color
Monochromatic Colors of #282D4A
Black with #282D4A
Text Example
Text Example
White with #282D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282D4A; }
p { color: rgb(40,45,74); }
H1.HeaderClassName
{
color: #282D4A;
}
.AnyTagClassName
{
color: #282D4A;
}
</style>
background-color css
<style>
a { background-color: #282D4A; }
a { background-color: rgb(40,45,74); }
div.DivClassName
{
background-color: #282D4A;
}
.BgClassName
{
background-color: #282D4A;
}
</style>
border-color css
<style>
span { border-color: #282D4A; }
span { border-color: rgb(40,45,74); }
td.TdClassName
{
border-color: #282D4A;
}
.TagClassName
{
border-color: #282D4A;
}
</style>