Shades of Dark Slate Grey #264E4D
Tints of Dark Slate Grey #264E4D
RGB
CMYK
RGB Variations
Color information
#264E4D (or 0x264E4D) is known color: Dark Slate Grey. HEX triplet: 26, 4E and 4D. RGB value is (38,78,77). Sum of RGB (Red+Green+Blue) = 38+78+77=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 78 - color contains mainly: green. Hex color #264E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E4D is #D9B1B2. Grayscale: #414141. Windows color (decimal): -14266803 or 5066278. OLE color: 5066278.
HSL color Cylindrical-coordinate representation of color #264E4D: hue angle of 178.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264E4D is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 78 | 77 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.69 |
| HSL | 178.5º | 0.34% | 0.23% | - |
| HSV(B) | 178.5º | 0.51% | 0.31% | - |
| XYZ | 4.86 | 6.4 | 8 | - |
| YUV | 65.93 | 134.25 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 78 | 77 | 0.51 | 0 | 0.01 | 0.69 | 178.5 | 0.34 | 0.23 |
| Hex | 26 | 4E | 4D | 33 | 0 | 1 | 45 | B2 | 22 | 17 |
| Octal | 46 | 116 | 115 | 63 | 0 | 1 | 105 | 262 | 42 | 27 |
| Binary | 100110 | 1001110 | 1001101 | 110011 | 0 | 1 | 1000101 | 10110010 | 100010 | 10111 |
Color Harmonies of #264E4D
Complementary color
Monochromatic Colors of #264E4D
Black with #264E4D
Text Example
Text Example
White with #264E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264E4D; }
p { color: rgb(38,78,77); }
H1.HeaderClassName
{
color: #264E4D;
}
.AnyTagClassName
{
color: #264E4D;
}
</style>
background-color css
<style>
a { background-color: #264E4D; }
a { background-color: rgb(38,78,77); }
div.DivClassName
{
background-color: #264E4D;
}
.BgClassName
{
background-color: #264E4D;
}
</style>
border-color css
<style>
span { border-color: #264E4D; }
span { border-color: rgb(38,78,77); }
td.TdClassName
{
border-color: #264E4D;
}
.TagClassName
{
border-color: #264E4D;
}
</style>