Shades of Dark Slate #4B625E
Tints of Dark Slate #4B625E
RGB
CMYK
RGB Variations
Color information
#4B625E (or 0x4B625E) is known color: Dark Slate. HEX triplet: 4B, 62 and 5E. RGB value is (75,98,94). Sum of RGB (Red+Green+Blue) = 75+98+94=267 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.09% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 98 - color contains mainly: green. Hex color #4B625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B625E is #B49DA1. Grayscale: #5A5A5A. Windows color (decimal): -11836834 or 6185547. OLE color: 6185547.
HSL color Cylindrical-coordinate representation of color #4B625E: hue angle of 169.57º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B625E is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 98 | 94 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.62 |
| HSL | 169.57º | 0.13% | 0.34% | - |
| HSV(B) | 169.57º | 0.23% | 0.38% | - |
| XYZ | 9.29 | 11.04 | 12.23 | - |
| YUV | 90.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 98 | 94 | 0.23 | 0 | 0.04 | 0.62 | 169.57 | 0.13 | 0.34 |
| Hex | 4B | 62 | 5E | 17 | 0 | 4 | 3E | AA | D | 22 |
| Octal | 113 | 142 | 136 | 27 | 0 | 4 | 76 | 252 | 15 | 42 |
| Binary | 1001011 | 1100010 | 1011110 | 10111 | 0 | 100 | 111110 | 10101010 | 1101 | 100010 |
Color Harmonies of #4B625E
Complementary color
Monochromatic Colors of #4B625E
Black with #4B625E
Text Example
Text Example
White with #4B625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B625E; }
p { color: rgb(75,98,94); }
H1.HeaderClassName
{
color: #4B625E;
}
.AnyTagClassName
{
color: #4B625E;
}
</style>
background-color css
<style>
a { background-color: #4B625E; }
a { background-color: rgb(75,98,94); }
div.DivClassName
{
background-color: #4B625E;
}
.BgClassName
{
background-color: #4B625E;
}
</style>
border-color css
<style>
span { border-color: #4B625E; }
span { border-color: rgb(75,98,94); }
td.TdClassName
{
border-color: #4B625E;
}
.TagClassName
{
border-color: #4B625E;
}
</style>