Shades of Dark Slate #4A5553
Tints of Dark Slate #4A5553
RGB
CMYK
RGB Variations
Color information
#4A5553 (or 0x4A5553) is known color: Dark Slate. HEX triplet: 4A, 55 and 53. RGB value is (74,85,83). Sum of RGB (Red+Green+Blue) = 74+85+83=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5553 is #B5AAAC. Grayscale: #515151. Windows color (decimal): -11905709 or 5461322. OLE color: 5461322.
HSL color Cylindrical-coordinate representation of color #4A5553: hue angle of 169.09º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4A5553 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 85 | 83 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.67 |
| HSL | 169.09º | 0.07% | 0.31% | - |
| HSV(B) | 169.09º | 0.13% | 0.33% | - |
| XYZ | 7.63 | 8.58 | 9.44 | - |
| YUV | 81.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 83 | 0.13 | 0 | 0.02 | 0.67 | 169.09 | 0.07 | 0.31 |
| Hex | 4A | 55 | 53 | D | 0 | 2 | 43 | A9 | 7 | 1F |
| Octal | 112 | 125 | 123 | 15 | 0 | 2 | 103 | 251 | 7 | 37 |
| Binary | 1001010 | 1010101 | 1010011 | 1101 | 0 | 10 | 1000011 | 10101001 | 111 | 11111 |
Color Harmonies of #4A5553
Complementary color
Monochromatic Colors of #4A5553
Black with #4A5553
Text Example
Text Example
White with #4A5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5553; }
p { color: rgb(74,85,83); }
H1.HeaderClassName
{
color: #4A5553;
}
.AnyTagClassName
{
color: #4A5553;
}
</style>
background-color css
<style>
a { background-color: #4A5553; }
a { background-color: rgb(74,85,83); }
div.DivClassName
{
background-color: #4A5553;
}
.BgClassName
{
background-color: #4A5553;
}
</style>
border-color css
<style>
span { border-color: #4A5553; }
span { border-color: rgb(74,85,83); }
td.TdClassName
{
border-color: #4A5553;
}
.TagClassName
{
border-color: #4A5553;
}
</style>