Shades of Dark Slate #464848
Tints of Dark Slate #464848
RGB
CMYK
RGB Variations
Color information
#464848 (or 0x464848) is known color: Dark Slate. HEX triplet: 46, 48 and 48. RGB value is (70,72,72). Sum of RGB (Red+Green+Blue) = 70+72+72=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #464848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464848 is #B9B7B7. Grayscale: #474747. Windows color (decimal): -12171192 or 4737094. OLE color: 4737094.
HSL color Cylindrical-coordinate representation of color #464848: hue angle of 180º degrees, saturation: 0.01, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #464848 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
RGB | 70 | 72 | 72 | - |
CMYK | 0.03 | 0 | 0 | 0.72 |
HSL | 180º | 0.01% | 0.28% | - |
HSV(B) | 180º | 0.03% | 0.28% | - |
XYZ | 6.01 | 6.4 | 7.05 | - |
YUV | 71.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 70 | 72 | 72 | 0.03 | 0 | 0 | 0.72 | 180 | 0.01 | 0.28 |
Hex | 46 | 48 | 48 | 3 | 0 | 0 | 48 | B4 | 1 | 1C |
Octal | 106 | 110 | 110 | 3 | 0 | 0 | 110 | 264 | 1 | 34 |
Binary | 1000110 | 1001000 | 1001000 | 11 | 0 | 0 | 1001000 | 10110100 | 1 | 11100 |
Color Harmonies of #464848
Complementary color
Monochromatic Colors of #464848
Black with #464848
Text Example
Text Example
White with #464848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464848; }
p { color: rgb(70,72,72); }
H1.HeaderClassName
{
color: #464848;
}
.AnyTagClassName
{
color: #464848;
}
</style>
background-color css
<style>
a { background-color: #464848; }
a { background-color: rgb(70,72,72); }
div.DivClassName
{
background-color: #464848;
}
.BgClassName
{
background-color: #464848;
}
</style>
border-color css
<style>
span { border-color: #464848; }
span { border-color: rgb(70,72,72); }
td.TdClassName
{
border-color: #464848;
}
.TagClassName
{
border-color: #464848;
}
</style>