Shades of Dark Slate #465151
Tints of Dark Slate #465151
RGB
CMYK
RGB Variations
Color information
#465151 (or 0x465151) is known color: Dark Slate. HEX triplet: 46, 51 and 51. RGB value is (70,81,81). Sum of RGB (Red+Green+Blue) = 70+81+81=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #465151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465151 is #B9AEAE. Grayscale: #4D4D4D. Windows color (decimal): -12168879 or 5329222. OLE color: 5329222.
HSL color Cylindrical-coordinate representation of color #465151: hue angle of 180º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #465151 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 81 | 81 | - |
| CMYK | 0.14 | 0 | 0 | 0.68 |
| HSL | 180º | 0.07% | 0.3% | - |
| HSV(B) | 180º | 0.14% | 0.32% | - |
| XYZ | 6.95 | 7.78 | 8.92 | - |
| YUV | 77.71 | 129.86 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 81 | 0.14 | 0 | 0 | 0.68 | 180 | 0.07 | 0.3 |
| Hex | 46 | 51 | 51 | E | 0 | 0 | 44 | B4 | 7 | 1E |
| Octal | 106 | 121 | 121 | 16 | 0 | 0 | 104 | 264 | 7 | 36 |
| Binary | 1000110 | 1010001 | 1010001 | 1110 | 0 | 0 | 1000100 | 10110100 | 111 | 11110 |
Color Harmonies of #465151
Complementary color
Monochromatic Colors of #465151
Black with #465151
Text Example
Text Example
White with #465151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465151; }
p { color: rgb(70,81,81); }
H1.HeaderClassName
{
color: #465151;
}
.AnyTagClassName
{
color: #465151;
}
</style>
background-color css
<style>
a { background-color: #465151; }
a { background-color: rgb(70,81,81); }
div.DivClassName
{
background-color: #465151;
}
.BgClassName
{
background-color: #465151;
}
</style>
border-color css
<style>
span { border-color: #465151; }
span { border-color: rgb(70,81,81); }
td.TdClassName
{
border-color: #465151;
}
.TagClassName
{
border-color: #465151;
}
</style>