Shades of Dark Slate #465250
Tints of Dark Slate #465250
RGB
CMYK
RGB Variations
Color information
#465250 (or 0x465250) is known color: Dark Slate. HEX triplet: 46, 52 and 50. RGB value is (70,82,80). Sum of RGB (Red+Green+Blue) = 70+82+80=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 82 - color contains mainly: green. Hex color #465250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465250 is #B9ADAF. Grayscale: #4E4E4E. Windows color (decimal): -12168624 or 5263942. OLE color: 5263942.
HSL color Cylindrical-coordinate representation of color #465250: hue angle of 170º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #465250 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 82 | 80 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.68 |
| HSL | 170º | 0.08% | 0.3% | - |
| HSV(B) | 170º | 0.15% | 0.32% | - |
| XYZ | 6.99 | 7.92 | 8.75 | - |
| YUV | 78.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 80 | 0.15 | 0 | 0.02 | 0.68 | 170 | 0.08 | 0.3 |
| Hex | 46 | 52 | 50 | F | 0 | 2 | 44 | AA | 8 | 1E |
| Octal | 106 | 122 | 120 | 17 | 0 | 2 | 104 | 252 | 10 | 36 |
| Binary | 1000110 | 1010010 | 1010000 | 1111 | 0 | 10 | 1000100 | 10101010 | 1000 | 11110 |
Color Harmonies of #465250
Complementary color
Monochromatic Colors of #465250
Black with #465250
Text Example
Text Example
White with #465250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465250; }
p { color: rgb(70,82,80); }
H1.HeaderClassName
{
color: #465250;
}
.AnyTagClassName
{
color: #465250;
}
</style>
background-color css
<style>
a { background-color: #465250; }
a { background-color: rgb(70,82,80); }
div.DivClassName
{
background-color: #465250;
}
.BgClassName
{
background-color: #465250;
}
</style>
border-color css
<style>
span { border-color: #465250; }
span { border-color: rgb(70,82,80); }
td.TdClassName
{
border-color: #465250;
}
.TagClassName
{
border-color: #465250;
}
</style>