Shades of Dark Slate Grey #264F4A
Tints of Dark Slate Grey #264F4A
RGB
CMYK
RGB Variations
Color information
#264F4A (or 0x264F4A) is known color: Dark Slate Grey. HEX triplet: 26, 4F and 4A. RGB value is (38,79,74). Sum of RGB (Red+Green+Blue) = 38+79+74=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 79 - color contains mainly: green. Hex color #264F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264F4A is #D9B0B5. Grayscale: #424242. Windows color (decimal): -14266550 or 4869926. OLE color: 4869926.
HSL color Cylindrical-coordinate representation of color #264F4A: hue angle of 172.68º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #264F4A is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 38 | 79 | 74 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.69 |
| HSL | 172.68º | 0.35% | 0.23% | - |
| HSV(B) | 172.68º | 0.52% | 0.31% | - |
| XYZ | 4.83 | 6.5 | 7.48 | - |
| YUV | 66.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 79 | 74 | 0.52 | 0 | 0.06 | 0.69 | 172.68 | 0.35 | 0.23 |
| Hex | 26 | 4F | 4A | 34 | 0 | 6 | 45 | AD | 23 | 17 |
| Octal | 46 | 117 | 112 | 64 | 0 | 6 | 105 | 255 | 43 | 27 |
| Binary | 100110 | 1001111 | 1001010 | 110100 | 0 | 110 | 1000101 | 10101101 | 100011 | 10111 |
Color Harmonies of #264F4A
Complementary color
Monochromatic Colors of #264F4A
Black with #264F4A
Text Example
Text Example
White with #264F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264F4A; }
p { color: rgb(38,79,74); }
H1.HeaderClassName
{
color: #264F4A;
}
.AnyTagClassName
{
color: #264F4A;
}
</style>
background-color css
<style>
a { background-color: #264F4A; }
a { background-color: rgb(38,79,74); }
div.DivClassName
{
background-color: #264F4A;
}
.BgClassName
{
background-color: #264F4A;
}
</style>
border-color css
<style>
span { border-color: #264F4A; }
span { border-color: rgb(38,79,74); }
td.TdClassName
{
border-color: #264F4A;
}
.TagClassName
{
border-color: #264F4A;
}
</style>