Shades of Dark Slate #4A5B57
Tints of Dark Slate #4A5B57
RGB
CMYK
RGB Variations
Color information
#4A5B57 (or 0x4A5B57) is known color: Dark Slate. HEX triplet: 4A, 5B and 57. RGB value is (74,91,87). Sum of RGB (Red+Green+Blue) = 74+91+87=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 91 - color contains mainly: green. Hex color #4A5B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5B57 is #B5A4A8. Grayscale: #555555. Windows color (decimal): -11904169 or 5725002. OLE color: 5725002.
HSL color Cylindrical-coordinate representation of color #4A5B57: hue angle of 165.88º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A5B57 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 91 | 87 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.64 |
| HSL | 165.88º | 0.1% | 0.32% | - |
| HSV(B) | 165.88º | 0.19% | 0.36% | - |
| XYZ | 8.29 | 9.63 | 10.44 | - |
| YUV | 85.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 91 | 87 | 0.19 | 0 | 0.04 | 0.64 | 165.88 | 0.1 | 0.32 |
| Hex | 4A | 5B | 57 | 13 | 0 | 4 | 40 | A6 | A | 20 |
| Octal | 112 | 133 | 127 | 23 | 0 | 4 | 100 | 246 | 12 | 40 |
| Binary | 1001010 | 1011011 | 1010111 | 10011 | 0 | 100 | 1000000 | 10100110 | 1010 | 100000 |
Color Harmonies of #4A5B57
Complementary color
Monochromatic Colors of #4A5B57
Black with #4A5B57
Text Example
Text Example
White with #4A5B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5B57; }
p { color: rgb(74,91,87); }
H1.HeaderClassName
{
color: #4A5B57;
}
.AnyTagClassName
{
color: #4A5B57;
}
</style>
background-color css
<style>
a { background-color: #4A5B57; }
a { background-color: rgb(74,91,87); }
div.DivClassName
{
background-color: #4A5B57;
}
.BgClassName
{
background-color: #4A5B57;
}
</style>
border-color css
<style>
span { border-color: #4A5B57; }
span { border-color: rgb(74,91,87); }
td.TdClassName
{
border-color: #4A5B57;
}
.TagClassName
{
border-color: #4A5B57;
}
</style>