Shades of Dark Slate #404C4B
Tints of Dark Slate #404C4B
RGB
CMYK
RGB Variations
Color information
#404C4B (or 0x404C4B) is known color: Dark Slate. HEX triplet: 40, 4C and 4B. RGB value is (64,76,75). Sum of RGB (Red+Green+Blue) = 64+76+75=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 76 - color contains mainly: green. Hex color #404C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C4B is #BFB3B4. Grayscale: #484848. Windows color (decimal): -12563381 or 4934720. OLE color: 4934720.
HSL color Cylindrical-coordinate representation of color #404C4B: hue angle of 175º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #404C4B is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 76 | 75 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.70 |
| HSL | 175º | 0.09% | 0.27% | - |
| HSV(B) | 175º | 0.16% | 0.3% | - |
| XYZ | 5.97 | 6.77 | 7.65 | - |
| YUV | 72.3 | 129.52 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 75 | 0.16 | 0 | 0.01 | 0.70 | 175 | 0.09 | 0.27 |
| Hex | 40 | 4C | 4B | 10 | 0 | 1 | 46 | AF | 9 | 1B |
| Octal | 100 | 114 | 113 | 20 | 0 | 1 | 106 | 257 | 11 | 33 |
| Binary | 1000000 | 1001100 | 1001011 | 10000 | 0 | 1 | 1000110 | 10101111 | 1001 | 11011 |
Color Harmonies of #404C4B
Complementary color
Monochromatic Colors of #404C4B
Black with #404C4B
Text Example
Text Example
White with #404C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C4B; }
p { color: rgb(64,76,75); }
H1.HeaderClassName
{
color: #404C4B;
}
.AnyTagClassName
{
color: #404C4B;
}
</style>
background-color css
<style>
a { background-color: #404C4B; }
a { background-color: rgb(64,76,75); }
div.DivClassName
{
background-color: #404C4B;
}
.BgClassName
{
background-color: #404C4B;
}
</style>
border-color css
<style>
span { border-color: #404C4B; }
span { border-color: rgb(64,76,75); }
td.TdClassName
{
border-color: #404C4B;
}
.TagClassName
{
border-color: #404C4B;
}
</style>