Shades of Dark Slate #434A49
Tints of Dark Slate #434A49
RGB
CMYK
RGB Variations
Color information
#434A49 (or 0x434A49) is known color: Dark Slate. HEX triplet: 43, 4A and 49. RGB value is (67,74,73). Sum of RGB (Red+Green+Blue) = 67+74+73=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 74 - color contains mainly: green. Hex color #434A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434A49 is #BCB5B6. Grayscale: #474747. Windows color (decimal): -12367287 or 4803139. OLE color: 4803139.
HSL color Cylindrical-coordinate representation of color #434A49: hue angle of 171.43º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #434A49 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 67 | 74 | 73 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.71 |
| HSL | 171.43º | 0.05% | 0.28% | - |
| HSV(B) | 171.43º | 0.09% | 0.29% | - |
| XYZ | 5.97 | 6.57 | 7.26 | - |
| YUV | 71.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 73 | 0.09 | 0 | 0.01 | 0.71 | 171.43 | 0.05 | 0.28 |
| Hex | 43 | 4A | 49 | 9 | 0 | 1 | 47 | AB | 5 | 1C |
| Octal | 103 | 112 | 111 | 11 | 0 | 1 | 107 | 253 | 5 | 34 |
| Binary | 1000011 | 1001010 | 1001001 | 1001 | 0 | 1 | 1000111 | 10101011 | 101 | 11100 |
Color Harmonies of #434A49
Complementary color
Monochromatic Colors of #434A49
Black with #434A49
Text Example
Text Example
White with #434A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434A49; }
p { color: rgb(67,74,73); }
H1.HeaderClassName
{
color: #434A49;
}
.AnyTagClassName
{
color: #434A49;
}
</style>
background-color css
<style>
a { background-color: #434A49; }
a { background-color: rgb(67,74,73); }
div.DivClassName
{
background-color: #434A49;
}
.BgClassName
{
background-color: #434A49;
}
</style>
border-color css
<style>
span { border-color: #434A49; }
span { border-color: rgb(67,74,73); }
td.TdClassName
{
border-color: #434A49;
}
.TagClassName
{
border-color: #434A49;
}
</style>