Shades of Dark Slate Blue #4D468B
Tints of Dark Slate Blue #4D468B
RGB
CMYK
RGB Variations
Color information
#4D468B (or 0x4D468B) is known color: Dark Slate Blue. HEX triplet: 4D, 46 and 8B. RGB value is (77,70,139). Sum of RGB (Red+Green+Blue) = 77+70+139=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D468B is #B2B974. Grayscale: #4F4F4F. Windows color (decimal): -11712885 or 9127501. OLE color: 9127501.
HSL color Cylindrical-coordinate representation of color #4D468B: hue angle of 246.09º degrees, saturation: 0.33, 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 #4D468B is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 70 | 139 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.45 |
| HSL | 246.09º | 0.33% | 0.41% | - |
| HSV(B) | 246.09º | 0.5% | 0.55% | - |
| XYZ | 9.91 | 7.82 | 25.41 | - |
| YUV | 79.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 139 | 0.45 | 0.50 | 0 | 0.45 | 246.09 | 0.33 | 0.41 |
| Hex | 4D | 46 | 8B | 2D | 32 | 0 | 2D | F6 | 21 | 29 |
| Octal | 115 | 106 | 213 | 55 | 62 | 0 | 55 | 366 | 41 | 51 |
| Binary | 1001101 | 1000110 | 10001011 | 101101 | 110010 | 0 | 101101 | 11110110 | 100001 | 101001 |
Color Harmonies of #4D468B
Complementary color
Monochromatic Colors of #4D468B
Black with #4D468B
Text Example
Text Example
White with #4D468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D468B; }
p { color: rgb(77,70,139); }
H1.HeaderClassName
{
color: #4D468B;
}
.AnyTagClassName
{
color: #4D468B;
}
</style>
background-color css
<style>
a { background-color: #4D468B; }
a { background-color: rgb(77,70,139); }
div.DivClassName
{
background-color: #4D468B;
}
.BgClassName
{
background-color: #4D468B;
}
</style>
border-color css
<style>
span { border-color: #4D468B; }
span { border-color: rgb(77,70,139); }
td.TdClassName
{
border-color: #4D468B;
}
.TagClassName
{
border-color: #4D468B;
}
</style>