Shades of Dark Slate Grey #264D49
Tints of Dark Slate Grey #264D49
RGB
CMYK
RGB Variations
Color information
#264D49 (or 0x264D49) is known color: Dark Slate Grey. HEX triplet: 26, 4D and 49. RGB value is (38,77,73). Sum of RGB (Red+Green+Blue) = 38+77+73=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 77 - color contains mainly: green. Hex color #264D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264D49 is #D9B2B6. Grayscale: #404040. Windows color (decimal): -14267063 or 4803878. OLE color: 4803878.
HSL color Cylindrical-coordinate representation of color #264D49: hue angle of 173.85º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264D49 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 77 | 73 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.70 |
| HSL | 173.85º | 0.34% | 0.23% | - |
| HSV(B) | 173.85º | 0.51% | 0.3% | - |
| XYZ | 4.66 | 6.2 | 7.25 | - |
| YUV | 64.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 77 | 73 | 0.51 | 0 | 0.05 | 0.70 | 173.85 | 0.34 | 0.23 |
| Hex | 26 | 4D | 49 | 33 | 0 | 5 | 46 | AE | 22 | 17 |
| Octal | 46 | 115 | 111 | 63 | 0 | 5 | 106 | 256 | 42 | 27 |
| Binary | 100110 | 1001101 | 1001001 | 110011 | 0 | 101 | 1000110 | 10101110 | 100010 | 10111 |
Color Harmonies of #264D49
Complementary color
Monochromatic Colors of #264D49
Black with #264D49
Text Example
Text Example
White with #264D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264D49; }
p { color: rgb(38,77,73); }
H1.HeaderClassName
{
color: #264D49;
}
.AnyTagClassName
{
color: #264D49;
}
</style>
background-color css
<style>
a { background-color: #264D49; }
a { background-color: rgb(38,77,73); }
div.DivClassName
{
background-color: #264D49;
}
.BgClassName
{
background-color: #264D49;
}
</style>
border-color css
<style>
span { border-color: #264D49; }
span { border-color: rgb(38,77,73); }
td.TdClassName
{
border-color: #264D49;
}
.TagClassName
{
border-color: #264D49;
}
</style>