Shades of Dark Slate #4B605C
Tints of Dark Slate #4B605C
RGB
CMYK
RGB Variations
Color information
#4B605C (or 0x4B605C) is known color: Dark Slate. HEX triplet: 4B, 60 and 5C. RGB value is (75,96,92). Sum of RGB (Red+Green+Blue) = 75+96+92=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 96 - color contains mainly: green. Hex color #4B605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B605C is #B49FA3. Grayscale: #595959. Windows color (decimal): -11837348 or 6053963. OLE color: 6053963.
HSL color Cylindrical-coordinate representation of color #4B605C: hue angle of 168.57º 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 #4B605C is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 96 | 92 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.62 |
| HSL | 168.57º | 0.12% | 0.34% | - |
| HSV(B) | 168.57º | 0.22% | 0.38% | - |
| XYZ | 9.02 | 10.63 | 11.7 | - |
| YUV | 89.27 | 129.54 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 96 | 92 | 0.22 | 0 | 0.04 | 0.62 | 168.57 | 0.12 | 0.34 |
| Hex | 4B | 60 | 5C | 16 | 0 | 4 | 3E | A9 | C | 22 |
| Octal | 113 | 140 | 134 | 26 | 0 | 4 | 76 | 251 | 14 | 42 |
| Binary | 1001011 | 1100000 | 1011100 | 10110 | 0 | 100 | 111110 | 10101001 | 1100 | 100010 |
Color Harmonies of #4B605C
Complementary color
Monochromatic Colors of #4B605C
Black with #4B605C
Text Example
Text Example
White with #4B605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B605C; }
p { color: rgb(75,96,92); }
H1.HeaderClassName
{
color: #4B605C;
}
.AnyTagClassName
{
color: #4B605C;
}
</style>
background-color css
<style>
a { background-color: #4B605C; }
a { background-color: rgb(75,96,92); }
div.DivClassName
{
background-color: #4B605C;
}
.BgClassName
{
background-color: #4B605C;
}
</style>
border-color css
<style>
span { border-color: #4B605C; }
span { border-color: rgb(75,96,92); }
td.TdClassName
{
border-color: #4B605C;
}
.TagClassName
{
border-color: #4B605C;
}
</style>