Shades of Dark Slate Blue #4D488A
Tints of Dark Slate Blue #4D488A
RGB
CMYK
RGB Variations
Color information
#4D488A (or 0x4D488A) is known color: Dark Slate Blue. HEX triplet: 4D, 48 and 8A. RGB value is (77,72,138). Sum of RGB (Red+Green+Blue) = 77+72+138=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D488A is #B2B775. Grayscale: #505050. Windows color (decimal): -11712374 or 9062477. OLE color: 9062477.
HSL color Cylindrical-coordinate representation of color #4D488A: hue angle of 244.55º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D488A is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 72 | 138 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.46 |
| HSL | 244.55º | 0.31% | 0.41% | - |
| HSV(B) | 244.55º | 0.48% | 0.54% | - |
| XYZ | 9.97 | 8.05 | 25.07 | - |
| YUV | 81.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 138 | 0.44 | 0.48 | 0 | 0.46 | 244.55 | 0.31 | 0.41 |
| Hex | 4D | 48 | 8A | 2C | 30 | 0 | 2E | F5 | 1F | 29 |
| Octal | 115 | 110 | 212 | 54 | 60 | 0 | 56 | 365 | 37 | 51 |
| Binary | 1001101 | 1001000 | 10001010 | 101100 | 110000 | 0 | 101110 | 11110101 | 11111 | 101001 |
Color Harmonies of #4D488A
Complementary color
Monochromatic Colors of #4D488A
Black with #4D488A
Text Example
Text Example
White with #4D488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D488A; }
p { color: rgb(77,72,138); }
H1.HeaderClassName
{
color: #4D488A;
}
.AnyTagClassName
{
color: #4D488A;
}
</style>
background-color css
<style>
a { background-color: #4D488A; }
a { background-color: rgb(77,72,138); }
div.DivClassName
{
background-color: #4D488A;
}
.BgClassName
{
background-color: #4D488A;
}
</style>
border-color css
<style>
span { border-color: #4D488A; }
span { border-color: rgb(77,72,138); }
td.TdClassName
{
border-color: #4D488A;
}
.TagClassName
{
border-color: #4D488A;
}
</style>