Shades of Dark Slate Grey #264C4A
Tints of Dark Slate Grey #264C4A
RGB
CMYK
RGB Variations
Color information
#264C4A (or 0x264C4A) is known color: Dark Slate Grey. HEX triplet: 26, 4C and 4A. RGB value is (38,76,74). Sum of RGB (Red+Green+Blue) = 38+76+74=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 76 - color contains mainly: green. Hex color #264C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C4A is #D9B3B5. Grayscale: #404040. Windows color (decimal): -14267318 or 4869158. OLE color: 4869158.
HSL color Cylindrical-coordinate representation of color #264C4A: hue angle of 176.84º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #264C4A is Cyan = 0.5, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 74 | - |
| CMYK | 0.5 | 0 | 0.03 | 0.70 |
| HSL | 176.84º | 0.33% | 0.22% | - |
| HSV(B) | 176.84º | 0.5% | 0.3% | - |
| XYZ | 4.62 | 6.08 | 7.41 | - |
| YUV | 64.41 | 133.41 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 74 | 0.5 | 0 | 0.03 | 0.70 | 176.84 | 0.33 | 0.22 |
| Hex | 26 | 4C | 4A | 32 | 0 | 3 | 46 | B1 | 21 | 16 |
| Octal | 46 | 114 | 112 | 62 | 0 | 3 | 106 | 261 | 41 | 26 |
| Binary | 100110 | 1001100 | 1001010 | 110010 | 0 | 11 | 1000110 | 10110001 | 100001 | 10110 |
Color Harmonies of #264C4A
Complementary color
Monochromatic Colors of #264C4A
Black with #264C4A
Text Example
Text Example
White with #264C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C4A; }
p { color: rgb(38,76,74); }
H1.HeaderClassName
{
color: #264C4A;
}
.AnyTagClassName
{
color: #264C4A;
}
</style>
background-color css
<style>
a { background-color: #264C4A; }
a { background-color: rgb(38,76,74); }
div.DivClassName
{
background-color: #264C4A;
}
.BgClassName
{
background-color: #264C4A;
}
</style>
border-color css
<style>
span { border-color: #264C4A; }
span { border-color: rgb(38,76,74); }
td.TdClassName
{
border-color: #264C4A;
}
.TagClassName
{
border-color: #264C4A;
}
</style>