Shades of Eclipse #473E3E
Tints of Eclipse #473E3E
RGB
CMYK
RGB Variations
Color information
#473E3E (or 0x473E3E) is known color: Eclipse. HEX triplet: 47, 3E and 3E. RGB value is (71,62,62). Sum of RGB (Red+Green+Blue) = 71+62+62=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 62 (24.61% from 255 or 31.79% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 71 - color contains mainly: red. Hex color #473E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473E3E is #B8C1C1. Grayscale: #404040. Windows color (decimal): -12108226 or 4079175. OLE color: 4079175.
HSL color Cylindrical-coordinate representation of color #473E3E: hue angle of 0º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #473E3E is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 62 | 62 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.72 |
| HSL | 0º | 0.07% | 0.26% | - |
| HSV(B) | 0º | 0.13% | 0.28% | - |
| XYZ | 5.19 | 5.13 | 5.27 | - |
| YUV | 64.69 | 126.48 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 62 | 0 | 0.13 | 0.13 | 0.72 | 0 | 0.07 | 0.26 |
| Hex | 47 | 3E | 3E | 0 | D | D | 48 | 0 | 7 | 1A |
| Octal | 107 | 76 | 76 | 0 | 15 | 15 | 110 | 0 | 7 | 32 |
| Binary | 1000111 | 111110 | 111110 | 0 | 1101 | 1101 | 1001000 | 0 | 111 | 11010 |
Color Harmonies of #473E3E
Complementary color
Monochromatic Colors of #473E3E
Black with #473E3E
Text Example
Text Example
White with #473E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E3E; }
p { color: rgb(71,62,62); }
H1.HeaderClassName
{
color: #473E3E;
}
.AnyTagClassName
{
color: #473E3E;
}
</style>
background-color css
<style>
a { background-color: #473E3E; }
a { background-color: rgb(71,62,62); }
div.DivClassName
{
background-color: #473E3E;
}
.BgClassName
{
background-color: #473E3E;
}
</style>
border-color css
<style>
span { border-color: #473E3E; }
span { border-color: rgb(71,62,62); }
td.TdClassName
{
border-color: #473E3E;
}
.TagClassName
{
border-color: #473E3E;
}
</style>