Shades of Dark Slate #494A4A
Tints of Dark Slate #494A4A
RGB
CMYK
RGB Variations
Color information
#494A4A (or 0x494A4A) is known color: Dark Slate. HEX triplet: 49, 4A and 4A. RGB value is (73,74,74). Sum of RGB (Red+Green+Blue) = 73+74+74=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #494A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A4A is #B6B5B5. Grayscale: #494949. Windows color (decimal): -11974070 or 4868681. OLE color: 4868681.
HSL color Cylindrical-coordinate representation of color #494A4A: hue angle of 180º degrees, saturation: 0.01, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #494A4A is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 74 | 74 | - |
| CMYK | 0.01 | 0 | 0 | 0.71 |
| HSL | 180º | 0.01% | 0.29% | - |
| HSV(B) | 180º | 0.01% | 0.29% | - |
| XYZ | 6.43 | 6.81 | 7.45 | - |
| YUV | 73.7 | 128.17 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 74 | 0.01 | 0 | 0 | 0.71 | 180 | 0.01 | 0.29 |
| Hex | 49 | 4A | 4A | 1 | 0 | 0 | 47 | B4 | 1 | 1D |
| Octal | 111 | 112 | 112 | 1 | 0 | 0 | 107 | 264 | 1 | 35 |
| Binary | 1001001 | 1001010 | 1001010 | 1 | 0 | 0 | 1000111 | 10110100 | 1 | 11101 |
Color Harmonies of #494A4A
Complementary color
Monochromatic Colors of #494A4A
Black with #494A4A
Text Example
Text Example
White with #494A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A4A; }
p { color: rgb(73,74,74); }
H1.HeaderClassName
{
color: #494A4A;
}
.AnyTagClassName
{
color: #494A4A;
}
</style>
background-color css
<style>
a { background-color: #494A4A; }
a { background-color: rgb(73,74,74); }
div.DivClassName
{
background-color: #494A4A;
}
.BgClassName
{
background-color: #494A4A;
}
</style>
border-color css
<style>
span { border-color: #494A4A; }
span { border-color: rgb(73,74,74); }
td.TdClassName
{
border-color: #494A4A;
}
.TagClassName
{
border-color: #494A4A;
}
</style>