Shades of Dark Slate #484A4A
Tints of Dark Slate #484A4A
RGB
CMYK
RGB Variations
Color information
#484A4A (or 0x484A4A) is known color: Dark Slate. HEX triplet: 48, 4A and 4A. RGB value is (72,74,74). Sum of RGB (Red+Green+Blue) = 72+74+74=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #484A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A4A is #B7B5B5. Grayscale: #494949. Windows color (decimal): -12039606 or 4868680. OLE color: 4868680.
HSL color Cylindrical-coordinate representation of color #484A4A: 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.03%. Process color model (Four color, CMYK) of #484A4A is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 74 | 74 | - |
| CMYK | 0.03 | 0 | 0 | 0.71 |
| HSL | 180º | 0.01% | 0.29% | - |
| HSV(B) | 180º | 0.03% | 0.29% | - |
| XYZ | 6.36 | 6.77 | 7.45 | - |
| YUV | 73.4 | 128.34 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 74 | 0.03 | 0 | 0 | 0.71 | 180 | 0.01 | 0.29 |
| Hex | 48 | 4A | 4A | 3 | 0 | 0 | 47 | B4 | 1 | 1D |
| Octal | 110 | 112 | 112 | 3 | 0 | 0 | 107 | 264 | 1 | 35 |
| Binary | 1001000 | 1001010 | 1001010 | 11 | 0 | 0 | 1000111 | 10110100 | 1 | 11101 |
Color Harmonies of #484A4A
Complementary color
Monochromatic Colors of #484A4A
Black with #484A4A
Text Example
Text Example
White with #484A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A4A; }
p { color: rgb(72,74,74); }
H1.HeaderClassName
{
color: #484A4A;
}
.AnyTagClassName
{
color: #484A4A;
}
</style>
background-color css
<style>
a { background-color: #484A4A; }
a { background-color: rgb(72,74,74); }
div.DivClassName
{
background-color: #484A4A;
}
.BgClassName
{
background-color: #484A4A;
}
</style>
border-color css
<style>
span { border-color: #484A4A; }
span { border-color: rgb(72,74,74); }
td.TdClassName
{
border-color: #484A4A;
}
.TagClassName
{
border-color: #484A4A;
}
</style>