Shades of Dark Slate Blue #4D4893
Tints of Dark Slate Blue #4D4893
RGB
CMYK
RGB Variations
Color information
#4D4893 (or 0x4D4893) is known color: Dark Slate Blue. HEX triplet: 4D, 48 and 93. RGB value is (77,72,147). Sum of RGB (Red+Green+Blue) = 77+72+147=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D4893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4893 is #B2B76C. Grayscale: #515151. Windows color (decimal): -11712365 or 9652301. OLE color: 9652301.
HSL color Cylindrical-coordinate representation of color #4D4893: hue angle of 244º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D4893 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 72 | 147 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.42 |
| HSL | 244º | 0.34% | 0.43% | - |
| HSV(B) | 244º | 0.51% | 0.58% | - |
| XYZ | 10.64 | 8.32 | 28.65 | - |
| YUV | 82.05 | 164.66 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 147 | 0.48 | 0.51 | 0 | 0.42 | 244 | 0.34 | 0.43 |
| Hex | 4D | 48 | 93 | 30 | 33 | 0 | 2A | F4 | 22 | 2B |
| Octal | 115 | 110 | 223 | 60 | 63 | 0 | 52 | 364 | 42 | 53 |
| Binary | 1001101 | 1001000 | 10010011 | 110000 | 110011 | 0 | 101010 | 11110100 | 100010 | 101011 |
Color Harmonies of #4D4893
Complementary color
Monochromatic Colors of #4D4893
Black with #4D4893
Text Example
Text Example
White with #4D4893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4893; }
p { color: rgb(77,72,147); }
H1.HeaderClassName
{
color: #4D4893;
}
.AnyTagClassName
{
color: #4D4893;
}
</style>
background-color css
<style>
a { background-color: #4D4893; }
a { background-color: rgb(77,72,147); }
div.DivClassName
{
background-color: #4D4893;
}
.BgClassName
{
background-color: #4D4893;
}
</style>
border-color css
<style>
span { border-color: #4D4893; }
span { border-color: rgb(77,72,147); }
td.TdClassName
{
border-color: #4D4893;
}
.TagClassName
{
border-color: #4D4893;
}
</style>