Shades of Dark Slate #404F4F
Tints of Dark Slate #404F4F
RGB
CMYK
RGB Variations
Color information
#404F4F (or 0x404F4F) is known color: Dark Slate. HEX triplet: 40, 4F and 4F. RGB value is (64,79,79). Sum of RGB (Red+Green+Blue) = 64+79+79=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 79 - color contains mainly: green, blue. Hex color #404F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F4F is #BFB0B0. Grayscale: #4A4A4A. Windows color (decimal): -12562609 or 5197632. OLE color: 5197632.
HSL color Cylindrical-coordinate representation of color #404F4F: hue angle of 180º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #404F4F is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
RGB | 64 | 79 | 79 | - |
CMYK | 0.19 | 0 | 0 | 0.69 |
HSL | 180º | 0.1% | 0.28% | - |
HSV(B) | 180º | 0.19% | 0.31% | - |
XYZ | 6.32 | 7.25 | 8.46 | - |
YUV | 74.52 | 130.53 | 120.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 64 | 79 | 79 | 0.19 | 0 | 0 | 0.69 | 180 | 0.1 | 0.28 |
Hex | 40 | 4F | 4F | 13 | 0 | 0 | 45 | B4 | A | 1C |
Octal | 100 | 117 | 117 | 23 | 0 | 0 | 105 | 264 | 12 | 34 |
Binary | 1000000 | 1001111 | 1001111 | 10011 | 0 | 0 | 1000101 | 10110100 | 1010 | 11100 |
Color Harmonies of #404F4F
Complementary color
Monochromatic Colors of #404F4F
Black with #404F4F
Text Example
Text Example
White with #404F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F4F; }
p { color: rgb(64,79,79); }
H1.HeaderClassName
{
color: #404F4F;
}
.AnyTagClassName
{
color: #404F4F;
}
</style>
background-color css
<style>
a { background-color: #404F4F; }
a { background-color: rgb(64,79,79); }
div.DivClassName
{
background-color: #404F4F;
}
.BgClassName
{
background-color: #404F4F;
}
</style>
border-color css
<style>
span { border-color: #404F4F; }
span { border-color: rgb(64,79,79); }
td.TdClassName
{
border-color: #404F4F;
}
.TagClassName
{
border-color: #404F4F;
}
</style>