Shades of Dark Slate #475251
Tints of Dark Slate #475251
RGB
CMYK
RGB Variations
Color information
#475251 (or 0x475251) is known color: Dark Slate. HEX triplet: 47, 52 and 51. RGB value is (71,82,81). Sum of RGB (Red+Green+Blue) = 71+82+81=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 82 - color contains mainly: green. Hex color #475251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475251 is #B8ADAE. Grayscale: #4E4E4E. Windows color (decimal): -12103087 or 5329479. OLE color: 5329479.
HSL color Cylindrical-coordinate representation of color #475251: hue angle of 174.55º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #475251 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 82 | 81 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.68 |
| HSL | 174.55º | 0.07% | 0.3% | - |
| HSV(B) | 174.55º | 0.13% | 0.32% | - |
| XYZ | 7.1 | 7.97 | 8.95 | - |
| YUV | 78.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 81 | 0.13 | 0 | 0.01 | 0.68 | 174.55 | 0.07 | 0.3 |
| Hex | 47 | 52 | 51 | D | 0 | 1 | 44 | AF | 7 | 1E |
| Octal | 107 | 122 | 121 | 15 | 0 | 1 | 104 | 257 | 7 | 36 |
| Binary | 1000111 | 1010010 | 1010001 | 1101 | 0 | 1 | 1000100 | 10101111 | 111 | 11110 |
Color Harmonies of #475251
Complementary color
Monochromatic Colors of #475251
Black with #475251
Text Example
Text Example
White with #475251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475251; }
p { color: rgb(71,82,81); }
H1.HeaderClassName
{
color: #475251;
}
.AnyTagClassName
{
color: #475251;
}
</style>
background-color css
<style>
a { background-color: #475251; }
a { background-color: rgb(71,82,81); }
div.DivClassName
{
background-color: #475251;
}
.BgClassName
{
background-color: #475251;
}
</style>
border-color css
<style>
span { border-color: #475251; }
span { border-color: rgb(71,82,81); }
td.TdClassName
{
border-color: #475251;
}
.TagClassName
{
border-color: #475251;
}
</style>