Shades of Charcoal #464343
Tints of Charcoal #464343
RGB
CMYK
RGB Variations
Color information
#464343 (or 0x464343) is known color: Charcoal. HEX triplet: 46, 43 and 43. RGB value is (70,67,67). Sum of RGB (Red+Green+Blue) = 70+67+67=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 67 (26.56% from 255 or 32.84% from 204); Max value from RGB is 70 - color contains mainly: red. Hex color #464343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464343 is #B9BCBC. Grayscale: #434343. Windows color (decimal): -12172477 or 4408134. OLE color: 4408134.
HSL color Cylindrical-coordinate representation of color #464343: hue angle of 0º degrees, saturation: 0.02, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #464343 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 67 | 67 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.73 |
| HSL | 0º | 0.02% | 0.27% | - |
| HSV(B) | 0º | 0.04% | 0.27% | - |
| XYZ | 5.55 | 5.72 | 6.12 | - |
| YUV | 67.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 67 | 0 | 0.04 | 0.04 | 0.73 | 0 | 0.02 | 0.27 |
| Hex | 46 | 43 | 43 | 0 | 4 | 4 | 49 | 0 | 2 | 1B |
| Octal | 106 | 103 | 103 | 0 | 4 | 4 | 111 | 0 | 2 | 33 |
| Binary | 1000110 | 1000011 | 1000011 | 0 | 100 | 100 | 1001001 | 0 | 10 | 11011 |
Color Harmonies of #464343
Complementary color
Monochromatic Colors of #464343
Black with #464343
Text Example
Text Example
White with #464343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464343; }
p { color: rgb(70,67,67); }
H1.HeaderClassName
{
color: #464343;
}
.AnyTagClassName
{
color: #464343;
}
</style>
background-color css
<style>
a { background-color: #464343; }
a { background-color: rgb(70,67,67); }
div.DivClassName
{
background-color: #464343;
}
.BgClassName
{
background-color: #464343;
}
</style>
border-color css
<style>
span { border-color: #464343; }
span { border-color: rgb(70,67,67); }
td.TdClassName
{
border-color: #464343;
}
.TagClassName
{
border-color: #464343;
}
</style>