Shades of Dark Slate #4A615E
Tints of Dark Slate #4A615E
RGB
CMYK
RGB Variations
Color information
#4A615E (or 0x4A615E) is known color: Dark Slate. HEX triplet: 4A, 61 and 5E. RGB value is (74,97,94). Sum of RGB (Red+Green+Blue) = 74+97+94=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 97 - color contains mainly: green. Hex color #4A615E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A615E is #B59EA1. Grayscale: #595959. Windows color (decimal): -11902626 or 6185290. OLE color: 6185290.
HSL color Cylindrical-coordinate representation of color #4A615E: hue angle of 172.17º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A615E is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 97 | 94 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.62 |
| HSL | 172.17º | 0.13% | 0.34% | - |
| HSV(B) | 172.17º | 0.24% | 0.38% | - |
| XYZ | 9.12 | 10.81 | 12.2 | - |
| YUV | 89.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 97 | 94 | 0.24 | 0 | 0.03 | 0.62 | 172.17 | 0.13 | 0.34 |
| Hex | 4A | 61 | 5E | 18 | 0 | 3 | 3E | AC | D | 22 |
| Octal | 112 | 141 | 136 | 30 | 0 | 3 | 76 | 254 | 15 | 42 |
| Binary | 1001010 | 1100001 | 1011110 | 11000 | 0 | 11 | 111110 | 10101100 | 1101 | 100010 |
Color Harmonies of #4A615E
Complementary color
Monochromatic Colors of #4A615E
Black with #4A615E
Text Example
Text Example
White with #4A615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A615E; }
p { color: rgb(74,97,94); }
H1.HeaderClassName
{
color: #4A615E;
}
.AnyTagClassName
{
color: #4A615E;
}
</style>
background-color css
<style>
a { background-color: #4A615E; }
a { background-color: rgb(74,97,94); }
div.DivClassName
{
background-color: #4A615E;
}
.BgClassName
{
background-color: #4A615E;
}
</style>
border-color css
<style>
span { border-color: #4A615E; }
span { border-color: rgb(74,97,94); }
td.TdClassName
{
border-color: #4A615E;
}
.TagClassName
{
border-color: #4A615E;
}
</style>