Shades of Dark Slate Blue #4D488B
Tints of Dark Slate Blue #4D488B
RGB
CMYK
RGB Variations
Color information
#4D488B (or 0x4D488B) is known color: Dark Slate Blue. HEX triplet: 4D, 48 and 8B. RGB value is (77,72,139). Sum of RGB (Red+Green+Blue) = 77+72+139=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D488B is #B2B774. Grayscale: #505050. Windows color (decimal): -11712373 or 9128013. OLE color: 9128013.
HSL color Cylindrical-coordinate representation of color #4D488B: hue angle of 244.48º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D488B is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 72 | 139 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.45 |
| HSL | 244.48º | 0.32% | 0.41% | - |
| HSV(B) | 244.48º | 0.48% | 0.55% | - |
| XYZ | 10.04 | 8.08 | 25.46 | - |
| YUV | 81.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 139 | 0.45 | 0.48 | 0 | 0.45 | 244.48 | 0.32 | 0.41 |
| Hex | 4D | 48 | 8B | 2D | 30 | 0 | 2D | F4 | 20 | 29 |
| Octal | 115 | 110 | 213 | 55 | 60 | 0 | 55 | 364 | 40 | 51 |
| Binary | 1001101 | 1001000 | 10001011 | 101101 | 110000 | 0 | 101101 | 11110100 | 100000 | 101001 |
Color Harmonies of #4D488B
Complementary color
Monochromatic Colors of #4D488B
Black with #4D488B
Text Example
Text Example
White with #4D488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D488B; }
p { color: rgb(77,72,139); }
H1.HeaderClassName
{
color: #4D488B;
}
.AnyTagClassName
{
color: #4D488B;
}
</style>
background-color css
<style>
a { background-color: #4D488B; }
a { background-color: rgb(77,72,139); }
div.DivClassName
{
background-color: #4D488B;
}
.BgClassName
{
background-color: #4D488B;
}
</style>
border-color css
<style>
span { border-color: #4D488B; }
span { border-color: rgb(77,72,139); }
td.TdClassName
{
border-color: #4D488B;
}
.TagClassName
{
border-color: #4D488B;
}
</style>