Shades of Dark Slate #4B605D
Tints of Dark Slate #4B605D
RGB
CMYK
RGB Variations
Color information
#4B605D (or 0x4B605D) is known color: Dark Slate. HEX triplet: 4B, 60 and 5D. RGB value is (75,96,93). Sum of RGB (Red+Green+Blue) = 75+96+93=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #4B605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B605D is #B49FA2. Grayscale: #595959. Windows color (decimal): -11837347 or 6119499. OLE color: 6119499.
HSL color Cylindrical-coordinate representation of color #4B605D: hue angle of 171.43º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4B605D is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 96 | 93 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.62 |
| HSL | 171.43º | 0.12% | 0.34% | - |
| HSV(B) | 171.43º | 0.22% | 0.38% | - |
| XYZ | 9.06 | 10.65 | 11.93 | - |
| YUV | 89.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 96 | 93 | 0.22 | 0 | 0.03 | 0.62 | 171.43 | 0.12 | 0.34 |
| Hex | 4B | 60 | 5D | 16 | 0 | 3 | 3E | AB | C | 22 |
| Octal | 113 | 140 | 135 | 26 | 0 | 3 | 76 | 253 | 14 | 42 |
| Binary | 1001011 | 1100000 | 1011101 | 10110 | 0 | 11 | 111110 | 10101011 | 1100 | 100010 |
Color Harmonies of #4B605D
Complementary color
Monochromatic Colors of #4B605D
Black with #4B605D
Text Example
Text Example
White with #4B605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B605D; }
p { color: rgb(75,96,93); }
H1.HeaderClassName
{
color: #4B605D;
}
.AnyTagClassName
{
color: #4B605D;
}
</style>
background-color css
<style>
a { background-color: #4B605D; }
a { background-color: rgb(75,96,93); }
div.DivClassName
{
background-color: #4B605D;
}
.BgClassName
{
background-color: #4B605D;
}
</style>
border-color css
<style>
span { border-color: #4B605D; }
span { border-color: rgb(75,96,93); }
td.TdClassName
{
border-color: #4B605D;
}
.TagClassName
{
border-color: #4B605D;
}
</style>