Shades of Dark Slate #434B4C
Tints of Dark Slate #434B4C
RGB
CMYK
RGB Variations
Color information
#434B4C (or 0x434B4C) is known color: Dark Slate. HEX triplet: 43, 4B and 4C. RGB value is (67,75,76). Sum of RGB (Red+Green+Blue) = 67+75+76=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 76 - color contains mainly: blue. Hex color #434B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434B4C is #BCB4B3. Grayscale: #484848. Windows color (decimal): -12367028 or 5000003. OLE color: 5000003.
HSL color Cylindrical-coordinate representation of color #434B4C: hue angle of 186.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #434B4C is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 67 | 75 | 76 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.70 |
| HSL | 186.67º | 0.06% | 0.28% | - |
| HSV(B) | 186.67º | 0.12% | 0.3% | - |
| XYZ | 6.14 | 6.75 | 7.82 | - |
| YUV | 72.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 76 | 0.12 | 0.01 | 0 | 0.70 | 186.67 | 0.06 | 0.28 |
| Hex | 43 | 4B | 4C | C | 1 | 0 | 46 | BB | 6 | 1C |
| Octal | 103 | 113 | 114 | 14 | 1 | 0 | 106 | 273 | 6 | 34 |
| Binary | 1000011 | 1001011 | 1001100 | 1100 | 1 | 0 | 1000110 | 10111011 | 110 | 11100 |
Color Harmonies of #434B4C
Complementary color
Monochromatic Colors of #434B4C
Black with #434B4C
Text Example
Text Example
White with #434B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434B4C; }
p { color: rgb(67,75,76); }
H1.HeaderClassName
{
color: #434B4C;
}
.AnyTagClassName
{
color: #434B4C;
}
</style>
background-color css
<style>
a { background-color: #434B4C; }
a { background-color: rgb(67,75,76); }
div.DivClassName
{
background-color: #434B4C;
}
.BgClassName
{
background-color: #434B4C;
}
</style>
border-color css
<style>
span { border-color: #434B4C; }
span { border-color: rgb(67,75,76); }
td.TdClassName
{
border-color: #434B4C;
}
.TagClassName
{
border-color: #434B4C;
}
</style>