Shades of Dark Slate Grey #264C4B
Tints of Dark Slate Grey #264C4B
RGB
CMYK
RGB Variations
Color information
#264C4B (or 0x264C4B) is known color: Dark Slate Grey. HEX triplet: 26, 4C and 4B. RGB value is (38,76,75). Sum of RGB (Red+Green+Blue) = 38+76+75=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #264C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C4B is #D9B3B4. Grayscale: #404040. Windows color (decimal): -14267317 or 4934694. OLE color: 4934694.
HSL color Cylindrical-coordinate representation of color #264C4B: hue angle of 178.42º 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 #264C4B is Cyan = 0.5, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 38 | 76 | 75 | - |
| CMYK | 0.5 | 0 | 0.01 | 0.70 |
| HSL | 178.42º | 0.33% | 0.22% | - |
| HSV(B) | 178.42º | 0.5% | 0.3% | - |
| XYZ | 4.65 | 6.09 | 7.59 | - |
| YUV | 64.52 | 133.91 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 76 | 75 | 0.5 | 0 | 0.01 | 0.70 | 178.42 | 0.33 | 0.22 |
| Hex | 26 | 4C | 4B | 32 | 0 | 1 | 46 | B2 | 21 | 16 |
| Octal | 46 | 114 | 113 | 62 | 0 | 1 | 106 | 262 | 41 | 26 |
| Binary | 100110 | 1001100 | 1001011 | 110010 | 0 | 1 | 1000110 | 10110010 | 100001 | 10110 |
Color Harmonies of #264C4B
Complementary color
Monochromatic Colors of #264C4B
Black with #264C4B
Text Example
Text Example
White with #264C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264C4B; }
p { color: rgb(38,76,75); }
H1.HeaderClassName
{
color: #264C4B;
}
.AnyTagClassName
{
color: #264C4B;
}
</style>
background-color css
<style>
a { background-color: #264C4B; }
a { background-color: rgb(38,76,75); }
div.DivClassName
{
background-color: #264C4B;
}
.BgClassName
{
background-color: #264C4B;
}
</style>
border-color css
<style>
span { border-color: #264C4B; }
span { border-color: rgb(38,76,75); }
td.TdClassName
{
border-color: #264C4B;
}
.TagClassName
{
border-color: #264C4B;
}
</style>