Shades of Dark Slate Blue #4C468D
Tints of Dark Slate Blue #4C468D
RGB
CMYK
RGB Variations
Color information
#4C468D (or 0x4C468D) is known color: Dark Slate Blue. HEX triplet: 4C, 46 and 8D. RGB value is (76,70,141). Sum of RGB (Red+Green+Blue) = 76+70+141=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C468D is #B3B972. Grayscale: #4F4F4F. Windows color (decimal): -11778419 or 9258572. OLE color: 9258572.
HSL color Cylindrical-coordinate representation of color #4C468D: hue angle of 245.07º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C468D is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 70 | 141 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.45 |
| HSL | 245.07º | 0.34% | 0.41% | - |
| HSV(B) | 245.07º | 0.5% | 0.55% | - |
| XYZ | 9.98 | 7.84 | 26.19 | - |
| YUV | 79.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 141 | 0.46 | 0.50 | 0 | 0.45 | 245.07 | 0.34 | 0.41 |
| Hex | 4C | 46 | 8D | 2E | 32 | 0 | 2D | F5 | 22 | 29 |
| Octal | 114 | 106 | 215 | 56 | 62 | 0 | 55 | 365 | 42 | 51 |
| Binary | 1001100 | 1000110 | 10001101 | 101110 | 110010 | 0 | 101101 | 11110101 | 100010 | 101001 |
Color Harmonies of #4C468D
Complementary color
Monochromatic Colors of #4C468D
Black with #4C468D
Text Example
Text Example
White with #4C468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C468D; }
p { color: rgb(76,70,141); }
H1.HeaderClassName
{
color: #4C468D;
}
.AnyTagClassName
{
color: #4C468D;
}
</style>
background-color css
<style>
a { background-color: #4C468D; }
a { background-color: rgb(76,70,141); }
div.DivClassName
{
background-color: #4C468D;
}
.BgClassName
{
background-color: #4C468D;
}
</style>
border-color css
<style>
span { border-color: #4C468D; }
span { border-color: rgb(76,70,141); }
td.TdClassName
{
border-color: #4C468D;
}
.TagClassName
{
border-color: #4C468D;
}
</style>