Shades of Dark Slate Grey #2A4649
Tints of Dark Slate Grey #2A4649
RGB
CMYK
RGB Variations
Color information
#2A4649 (or 0x2A4649) is known color: Dark Slate Grey. HEX triplet: 2A, 46 and 49. RGB value is (42,70,73). Sum of RGB (Red+Green+Blue) = 42+70+73=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 73 - color contains mainly: blue. Hex color #2A4649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4649 is #D5B9B6. Grayscale: #3D3D3D. Windows color (decimal): -14006711 or 4802090. OLE color: 4802090.
HSL color Cylindrical-coordinate representation of color #2A4649: hue angle of 185.81º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A4649 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 70 | 73 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.71 |
| HSL | 185.81º | 0.27% | 0.23% | - |
| HSV(B) | 185.81º | 0.42% | 0.29% | - |
| XYZ | 4.35 | 5.35 | 7.11 | - |
| YUV | 61.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 73 | 0.42 | 0.04 | 0 | 0.71 | 185.81 | 0.27 | 0.23 |
| Hex | 2A | 46 | 49 | 2A | 4 | 0 | 47 | BA | 1B | 17 |
| Octal | 52 | 106 | 111 | 52 | 4 | 0 | 107 | 272 | 33 | 27 |
| Binary | 101010 | 1000110 | 1001001 | 101010 | 100 | 0 | 1000111 | 10111010 | 11011 | 10111 |
Color Harmonies of #2A4649
Complementary color
Monochromatic Colors of #2A4649
Black with #2A4649
Text Example
Text Example
White with #2A4649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4649; }
p { color: rgb(42,70,73); }
H1.HeaderClassName
{
color: #2A4649;
}
.AnyTagClassName
{
color: #2A4649;
}
</style>
background-color css
<style>
a { background-color: #2A4649; }
a { background-color: rgb(42,70,73); }
div.DivClassName
{
background-color: #2A4649;
}
.BgClassName
{
background-color: #2A4649;
}
</style>
border-color css
<style>
span { border-color: #2A4649; }
span { border-color: rgb(42,70,73); }
td.TdClassName
{
border-color: #2A4649;
}
.TagClassName
{
border-color: #2A4649;
}
</style>