Shades of Dark Slate #475451
Tints of Dark Slate #475451
RGB
CMYK
RGB Variations
Color information
#475451 (or 0x475451) is known color: Dark Slate. HEX triplet: 47, 54 and 51. RGB value is (71,84,81). Sum of RGB (Red+Green+Blue) = 71+84+81=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 84 - color contains mainly: green. Hex color #475451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475451 is #B8ABAE. Grayscale: #4F4F4F. Windows color (decimal): -12102575 or 5329991. OLE color: 5329991.
HSL color Cylindrical-coordinate representation of color #475451: hue angle of 166.15º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #475451 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 84 | 81 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.67 |
| HSL | 166.15º | 0.08% | 0.3% | - |
| HSV(B) | 166.15º | 0.15% | 0.33% | - |
| XYZ | 7.25 | 8.27 | 9 | - |
| YUV | 79.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 81 | 0.15 | 0 | 0.04 | 0.67 | 166.15 | 0.08 | 0.3 |
| Hex | 47 | 54 | 51 | F | 0 | 4 | 43 | A6 | 8 | 1E |
| Octal | 107 | 124 | 121 | 17 | 0 | 4 | 103 | 246 | 10 | 36 |
| Binary | 1000111 | 1010100 | 1010001 | 1111 | 0 | 100 | 1000011 | 10100110 | 1000 | 11110 |
Color Harmonies of #475451
Complementary color
Monochromatic Colors of #475451
Black with #475451
Text Example
Text Example
White with #475451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475451; }
p { color: rgb(71,84,81); }
H1.HeaderClassName
{
color: #475451;
}
.AnyTagClassName
{
color: #475451;
}
</style>
background-color css
<style>
a { background-color: #475451; }
a { background-color: rgb(71,84,81); }
div.DivClassName
{
background-color: #475451;
}
.BgClassName
{
background-color: #475451;
}
</style>
border-color css
<style>
span { border-color: #475451; }
span { border-color: rgb(71,84,81); }
td.TdClassName
{
border-color: #475451;
}
.TagClassName
{
border-color: #475451;
}
</style>