Shades of Dark Slate #404B4B
Tints of Dark Slate #404B4B
RGB
CMYK
RGB Variations
Color information
#404B4B (or 0x404B4B) is known color: Dark Slate. HEX triplet: 40, 4B and 4B. RGB value is (64,75,75). Sum of RGB (Red+Green+Blue) = 64+75+75=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 75 - color contains mainly: green, blue. Hex color #404B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B4B is #BFB4B4. Grayscale: #474747. Windows color (decimal): -12563637 or 4934464. OLE color: 4934464.
HSL color Cylindrical-coordinate representation of color #404B4B: hue angle of 180º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #404B4B is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 75 | - |
| CMYK | 0.15 | 0 | 0 | 0.71 |
| HSL | 180º | 0.08% | 0.27% | - |
| HSV(B) | 180º | 0.15% | 0.29% | - |
| XYZ | 5.9 | 6.63 | 7.63 | - |
| YUV | 71.71 | 129.86 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 75 | 0.15 | 0 | 0 | 0.71 | 180 | 0.08 | 0.27 |
| Hex | 40 | 4B | 4B | F | 0 | 0 | 47 | B4 | 8 | 1B |
| Octal | 100 | 113 | 113 | 17 | 0 | 0 | 107 | 264 | 10 | 33 |
| Binary | 1000000 | 1001011 | 1001011 | 1111 | 0 | 0 | 1000111 | 10110100 | 1000 | 11011 |
Color Harmonies of #404B4B
Complementary color
Monochromatic Colors of #404B4B
Black with #404B4B
Text Example
Text Example
White with #404B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B4B; }
p { color: rgb(64,75,75); }
H1.HeaderClassName
{
color: #404B4B;
}
.AnyTagClassName
{
color: #404B4B;
}
</style>
background-color css
<style>
a { background-color: #404B4B; }
a { background-color: rgb(64,75,75); }
div.DivClassName
{
background-color: #404B4B;
}
.BgClassName
{
background-color: #404B4B;
}
</style>
border-color css
<style>
span { border-color: #404B4B; }
span { border-color: rgb(64,75,75); }
td.TdClassName
{
border-color: #404B4B;
}
.TagClassName
{
border-color: #404B4B;
}
</style>