Shades of Dark Slate #4B5150
Tints of Dark Slate #4B5150
RGB
CMYK
RGB Variations
Color information
#4B5150 (or 0x4B5150) is known color: Dark Slate. HEX triplet: 4B, 51 and 50. RGB value is (75,81,80). Sum of RGB (Red+Green+Blue) = 75+81+80=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5150 is #B4AEAF. Grayscale: #4F4F4F. Windows color (decimal): -11841200 or 5263691. OLE color: 5263691.
HSL color Cylindrical-coordinate representation of color #4B5150: hue angle of 170º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4B5150 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 81 | 80 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.68 |
| HSL | 170º | 0.04% | 0.31% | - |
| HSV(B) | 170º | 0.07% | 0.32% | - |
| XYZ | 7.29 | 7.96 | 8.74 | - |
| YUV | 79.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 80 | 0.07 | 0 | 0.01 | 0.68 | 170 | 0.04 | 0.31 |
| Hex | 4B | 51 | 50 | 7 | 0 | 1 | 44 | AA | 4 | 1F |
| Octal | 113 | 121 | 120 | 7 | 0 | 1 | 104 | 252 | 4 | 37 |
| Binary | 1001011 | 1010001 | 1010000 | 111 | 0 | 1 | 1000100 | 10101010 | 100 | 11111 |
Color Harmonies of #4B5150
Complementary color
Monochromatic Colors of #4B5150
Black with #4B5150
Text Example
Text Example
White with #4B5150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5150; }
p { color: rgb(75,81,80); }
H1.HeaderClassName
{
color: #4B5150;
}
.AnyTagClassName
{
color: #4B5150;
}
</style>
background-color css
<style>
a { background-color: #4B5150; }
a { background-color: rgb(75,81,80); }
div.DivClassName
{
background-color: #4B5150;
}
.BgClassName
{
background-color: #4B5150;
}
</style>
border-color css
<style>
span { border-color: #4B5150; }
span { border-color: rgb(75,81,80); }
td.TdClassName
{
border-color: #4B5150;
}
.TagClassName
{
border-color: #4B5150;
}
</style>