Shades of Dark Slate Blue #4C4985
Tints of Dark Slate Blue #4C4985
RGB
CMYK
RGB Variations
Color information
#4C4985 (or 0x4C4985) is known color: Dark Slate Blue. HEX triplet: 4C, 49 and 85. RGB value is (76,73,133). Sum of RGB (Red+Green+Blue) = 76+73+133=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C4985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4985 is #B3B67A. Grayscale: #505050. Windows color (decimal): -11777659 or 8735052. OLE color: 8735052.
HSL color Cylindrical-coordinate representation of color #4C4985: hue angle of 243º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C4985 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 73 | 133 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.48 |
| HSL | 243º | 0.29% | 0.4% | - |
| HSV(B) | 243º | 0.45% | 0.52% | - |
| XYZ | 9.6 | 8 | 23.23 | - |
| YUV | 80.74 | 157.49 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 133 | 0.43 | 0.45 | 0 | 0.48 | 243 | 0.29 | 0.4 |
| Hex | 4C | 49 | 85 | 2B | 2D | 0 | 30 | F3 | 1D | 28 |
| Octal | 114 | 111 | 205 | 53 | 55 | 0 | 60 | 363 | 35 | 50 |
| Binary | 1001100 | 1001001 | 10000101 | 101011 | 101101 | 0 | 110000 | 11110011 | 11101 | 101000 |
Color Harmonies of #4C4985
Complementary color
Monochromatic Colors of #4C4985
Black with #4C4985
Text Example
Text Example
White with #4C4985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4985; }
p { color: rgb(76,73,133); }
H1.HeaderClassName
{
color: #4C4985;
}
.AnyTagClassName
{
color: #4C4985;
}
</style>
background-color css
<style>
a { background-color: #4C4985; }
a { background-color: rgb(76,73,133); }
div.DivClassName
{
background-color: #4C4985;
}
.BgClassName
{
background-color: #4C4985;
}
</style>
border-color css
<style>
span { border-color: #4C4985; }
span { border-color: rgb(76,73,133); }
td.TdClassName
{
border-color: #4C4985;
}
.TagClassName
{
border-color: #4C4985;
}
</style>