Shades of Dark Slate #41504E
Tints of Dark Slate #41504E
RGB
CMYK
RGB Variations
Color information
#41504E (or 0x41504E) is known color: Dark Slate. HEX triplet: 41, 50 and 4E. RGB value is (65,80,78). Sum of RGB (Red+Green+Blue) = 65+80+78=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 80 - color contains mainly: green. Hex color #41504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41504E is #BEAFB1. Grayscale: #4B4B4B. Windows color (decimal): -12496818 or 5132353. OLE color: 5132353.
HSL color Cylindrical-coordinate representation of color #41504E: hue angle of 172º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #41504E is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 80 | 78 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.69 |
| HSL | 172º | 0.1% | 0.28% | - |
| HSV(B) | 172º | 0.19% | 0.31% | - |
| XYZ | 6.42 | 7.41 | 8.3 | - |
| YUV | 75.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 80 | 78 | 0.19 | 0 | 0.02 | 0.69 | 172 | 0.1 | 0.28 |
| Hex | 41 | 50 | 4E | 13 | 0 | 2 | 45 | AC | A | 1C |
| Octal | 101 | 120 | 116 | 23 | 0 | 2 | 105 | 254 | 12 | 34 |
| Binary | 1000001 | 1010000 | 1001110 | 10011 | 0 | 10 | 1000101 | 10101100 | 1010 | 11100 |
Color Harmonies of #41504E
Complementary color
Monochromatic Colors of #41504E
Black with #41504E
Text Example
Text Example
White with #41504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41504E; }
p { color: rgb(65,80,78); }
H1.HeaderClassName
{
color: #41504E;
}
.AnyTagClassName
{
color: #41504E;
}
</style>
background-color css
<style>
a { background-color: #41504E; }
a { background-color: rgb(65,80,78); }
div.DivClassName
{
background-color: #41504E;
}
.BgClassName
{
background-color: #41504E;
}
</style>
border-color css
<style>
span { border-color: #41504E; }
span { border-color: rgb(65,80,78); }
td.TdClassName
{
border-color: #41504E;
}
.TagClassName
{
border-color: #41504E;
}
</style>