Shades of Dark Slate Blue #4D4991
Tints of Dark Slate Blue #4D4991
RGB
CMYK
RGB Variations
Color information
#4D4991 (or 0x4D4991) is known color: Dark Slate Blue. HEX triplet: 4D, 49 and 91. RGB value is (77,73,145). Sum of RGB (Red+Green+Blue) = 77+73+145=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D4991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4991 is #B2B66E. Grayscale: #525252. Windows color (decimal): -11712111 or 9521485. OLE color: 9521485.
HSL color Cylindrical-coordinate representation of color #4D4991: hue angle of 243.33º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D4991 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 73 | 145 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.43 |
| HSL | 243.33º | 0.33% | 0.43% | - |
| HSV(B) | 243.33º | 0.5% | 0.57% | - |
| XYZ | 10.55 | 8.39 | 27.85 | - |
| YUV | 82.4 | 163.33 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 145 | 0.47 | 0.50 | 0 | 0.43 | 243.33 | 0.33 | 0.43 |
| Hex | 4D | 49 | 91 | 2F | 32 | 0 | 2B | F3 | 21 | 2B |
| Octal | 115 | 111 | 221 | 57 | 62 | 0 | 53 | 363 | 41 | 53 |
| Binary | 1001101 | 1001001 | 10010001 | 101111 | 110010 | 0 | 101011 | 11110011 | 100001 | 101011 |
Color Harmonies of #4D4991
Complementary color
Monochromatic Colors of #4D4991
Black with #4D4991
Text Example
Text Example
White with #4D4991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4991; }
p { color: rgb(77,73,145); }
H1.HeaderClassName
{
color: #4D4991;
}
.AnyTagClassName
{
color: #4D4991;
}
</style>
background-color css
<style>
a { background-color: #4D4991; }
a { background-color: rgb(77,73,145); }
div.DivClassName
{
background-color: #4D4991;
}
.BgClassName
{
background-color: #4D4991;
}
</style>
border-color css
<style>
span { border-color: #4D4991; }
span { border-color: rgb(77,73,145); }
td.TdClassName
{
border-color: #4D4991;
}
.TagClassName
{
border-color: #4D4991;
}
</style>