Shades of Dark Slate Blue #4D468D
Tints of Dark Slate Blue #4D468D
RGB
CMYK
RGB Variations
Color information
#4D468D (or 0x4D468D) is known color: Dark Slate Blue. HEX triplet: 4D, 46 and 8D. RGB value is (77,70,141). Sum of RGB (Red+Green+Blue) = 77+70+141=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D468D is #B2B972. Grayscale: #4F4F4F. Windows color (decimal): -11712883 or 9258573. OLE color: 9258573.
HSL color Cylindrical-coordinate representation of color #4D468D: hue angle of 245.92º 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 #4D468D is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 70 | 141 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.45 |
| HSL | 245.92º | 0.34% | 0.41% | - |
| HSV(B) | 245.92º | 0.5% | 0.55% | - |
| XYZ | 10.06 | 7.88 | 26.19 | - |
| YUV | 80.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 141 | 0.45 | 0.50 | 0 | 0.45 | 245.92 | 0.34 | 0.41 |
| Hex | 4D | 46 | 8D | 2D | 32 | 0 | 2D | F6 | 22 | 29 |
| Octal | 115 | 106 | 215 | 55 | 62 | 0 | 55 | 366 | 42 | 51 |
| Binary | 1001101 | 1000110 | 10001101 | 101101 | 110010 | 0 | 101101 | 11110110 | 100010 | 101001 |
Color Harmonies of #4D468D
Complementary color
Monochromatic Colors of #4D468D
Black with #4D468D
Text Example
Text Example
White with #4D468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D468D; }
p { color: rgb(77,70,141); }
H1.HeaderClassName
{
color: #4D468D;
}
.AnyTagClassName
{
color: #4D468D;
}
</style>
background-color css
<style>
a { background-color: #4D468D; }
a { background-color: rgb(77,70,141); }
div.DivClassName
{
background-color: #4D468D;
}
.BgClassName
{
background-color: #4D468D;
}
</style>
border-color css
<style>
span { border-color: #4D468D; }
span { border-color: rgb(77,70,141); }
td.TdClassName
{
border-color: #4D468D;
}
.TagClassName
{
border-color: #4D468D;
}
</style>