Shades of Eclipse #404040
Tints of Eclipse #404040
RGB
CMYK
RGB Variations
Color information
#404040 (or 0x404040) is known color: Eclipse. HEX triplet: 40, 40 and 40. RGB value is (64,64,64). Sum of RGB (Red+Green+Blue) = 64+64+64=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 64 - color contains mainly: red, green, blue. Hex color #404040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404040 is #BFBFBF. Grayscale: #3F3F3F. Windows color (decimal): -12566464 or 4210752. OLE color: 4210752.
HSL color Cylindrical-coordinate representation of color #404040: hue angle of 0º degrees, saturation: 0, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0%. Process color model (Four color, CMYK) of #404040 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 64 | 64 | - |
| CMYK | 0 | 0 | 0 | 0.75 |
| HSL | 0º | 0% | 0.25% | - |
| HSV(B) | 0º | 0% | 0.25% | - |
| XYZ | 4.87 | 5.13 | 5.58 | - |
| YUV | 64 | 128 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 64 | 0 | 0 | 0 | 0.75 | 0 | 0 | 0.25 |
| Hex | 40 | 40 | 40 | 0 | 0 | 0 | 4B | 0 | 0 | 19 |
| Octal | 100 | 100 | 100 | 0 | 0 | 0 | 113 | 0 | 0 | 31 |
| Binary | 1000000 | 1000000 | 1000000 | 0 | 0 | 0 | 1001011 | 0 | 0 | 11001 |
Color Harmonies of #404040
Complementary color
Monochromatic Colors of #404040
Black with #404040
Text Example
Text Example
White with #404040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404040; }
p { color: rgb(64,64,64); }
H1.HeaderClassName
{
color: #404040;
}
.AnyTagClassName
{
color: #404040;
}
</style>
background-color css
<style>
a { background-color: #404040; }
a { background-color: rgb(64,64,64); }
div.DivClassName
{
background-color: #404040;
}
.BgClassName
{
background-color: #404040;
}
</style>
border-color css
<style>
span { border-color: #404040; }
span { border-color: rgb(64,64,64); }
td.TdClassName
{
border-color: #404040;
}
.TagClassName
{
border-color: #404040;
}
</style>