Shades of Dark Slate #446360
Tints of Dark Slate #446360
RGB
CMYK
RGB Variations
Color information
#446360 (or 0x446360) is known color: Dark Slate. HEX triplet: 44, 63 and 60. RGB value is (68,99,96). Sum of RGB (Red+Green+Blue) = 68+99+96=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 99 - color contains mainly: green. Hex color #446360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446360 is #BB9C9F. Grayscale: #595959. Windows color (decimal): -12295328 or 6316868. OLE color: 6316868.
HSL color Cylindrical-coordinate representation of color #446360: hue angle of 174.19º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #446360 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 99 | 96 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.61 |
| HSL | 174.19º | 0.19% | 0.33% | - |
| HSV(B) | 174.19º | 0.31% | 0.39% | - |
| XYZ | 8.96 | 11 | 12.72 | - |
| YUV | 89.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 99 | 96 | 0.31 | 0 | 0.03 | 0.61 | 174.19 | 0.19 | 0.33 |
| Hex | 44 | 63 | 60 | 1F | 0 | 3 | 3D | AE | 13 | 21 |
| Octal | 104 | 143 | 140 | 37 | 0 | 3 | 75 | 256 | 23 | 41 |
| Binary | 1000100 | 1100011 | 1100000 | 11111 | 0 | 11 | 111101 | 10101110 | 10011 | 100001 |
Color Harmonies of #446360
Complementary color
Monochromatic Colors of #446360
Black with #446360
Text Example
Text Example
White with #446360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446360; }
p { color: rgb(68,99,96); }
H1.HeaderClassName
{
color: #446360;
}
.AnyTagClassName
{
color: #446360;
}
</style>
background-color css
<style>
a { background-color: #446360; }
a { background-color: rgb(68,99,96); }
div.DivClassName
{
background-color: #446360;
}
.BgClassName
{
background-color: #446360;
}
</style>
border-color css
<style>
span { border-color: #446360; }
span { border-color: rgb(68,99,96); }
td.TdClassName
{
border-color: #446360;
}
.TagClassName
{
border-color: #446360;
}
</style>