Shades of Charcoal #464141
Tints of Charcoal #464141
RGB
CMYK
RGB Variations
Color information
#464141 (or 0x464141) is known color: Charcoal. HEX triplet: 46, 41 and 41. RGB value is (70,65,65). Sum of RGB (Red+Green+Blue) = 70+65+65=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 70 - color contains mainly: red. Hex color #464141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464141 is #B9BEBE. Grayscale: #424242. Windows color (decimal): -12172991 or 4276550. OLE color: 4276550.
HSL color Cylindrical-coordinate representation of color #464141: hue angle of 0º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #464141 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 65 | 65 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.73 |
| HSL | 0º | 0.04% | 0.26% | - |
| HSV(B) | 0º | 0.07% | 0.27% | - |
| XYZ | 5.37 | 5.46 | 5.77 | - |
| YUV | 66.5 | 127.16 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 65 | 0 | 0.07 | 0.07 | 0.73 | 0 | 0.04 | 0.26 |
| Hex | 46 | 41 | 41 | 0 | 7 | 7 | 49 | 0 | 4 | 1A |
| Octal | 106 | 101 | 101 | 0 | 7 | 7 | 111 | 0 | 4 | 32 |
| Binary | 1000110 | 1000001 | 1000001 | 0 | 111 | 111 | 1001001 | 0 | 100 | 11010 |
Color Harmonies of #464141
Complementary color
Monochromatic Colors of #464141
Black with #464141
Text Example
Text Example
White with #464141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464141; }
p { color: rgb(70,65,65); }
H1.HeaderClassName
{
color: #464141;
}
.AnyTagClassName
{
color: #464141;
}
</style>
background-color css
<style>
a { background-color: #464141; }
a { background-color: rgb(70,65,65); }
div.DivClassName
{
background-color: #464141;
}
.BgClassName
{
background-color: #464141;
}
</style>
border-color css
<style>
span { border-color: #464141; }
span { border-color: rgb(70,65,65); }
td.TdClassName
{
border-color: #464141;
}
.TagClassName
{
border-color: #464141;
}
</style>