Shades of Eclipse #463C3C
Tints of Eclipse #463C3C
RGB
CMYK
RGB Variations
Color information
#463C3C (or 0x463C3C) is known color: Eclipse. HEX triplet: 46, 3C and 3C. RGB value is (70,60,60). Sum of RGB (Red+Green+Blue) = 70+60+60=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 70 - color contains mainly: red. Hex color #463C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463C3C is #B9C3C3. Grayscale: #3F3F3F. Windows color (decimal): -12174276 or 3947590. OLE color: 3947590.
HSL color Cylindrical-coordinate representation of color #463C3C: hue angle of 0º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #463C3C is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 60 | 60 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.73 |
| HSL | 0º | 0.08% | 0.25% | - |
| HSV(B) | 0º | 0.14% | 0.27% | - |
| XYZ | 4.96 | 4.86 | 4.95 | - |
| YUV | 62.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 60 | 0 | 0.14 | 0.14 | 0.73 | 0 | 0.08 | 0.25 |
| Hex | 46 | 3C | 3C | 0 | E | E | 49 | 0 | 8 | 19 |
| Octal | 106 | 74 | 74 | 0 | 16 | 16 | 111 | 0 | 10 | 31 |
| Binary | 1000110 | 111100 | 111100 | 0 | 1110 | 1110 | 1001001 | 0 | 1000 | 11001 |
Color Harmonies of #463C3C
Complementary color
Monochromatic Colors of #463C3C
Black with #463C3C
Text Example
Text Example
White with #463C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463C3C; }
p { color: rgb(70,60,60); }
H1.HeaderClassName
{
color: #463C3C;
}
.AnyTagClassName
{
color: #463C3C;
}
</style>
background-color css
<style>
a { background-color: #463C3C; }
a { background-color: rgb(70,60,60); }
div.DivClassName
{
background-color: #463C3C;
}
.BgClassName
{
background-color: #463C3C;
}
</style>
border-color css
<style>
span { border-color: #463C3C; }
span { border-color: rgb(70,60,60); }
td.TdClassName
{
border-color: #463C3C;
}
.TagClassName
{
border-color: #463C3C;
}
</style>