Shades of Dark Slate Blue #4D4793
Tints of Dark Slate Blue #4D4793
RGB
CMYK
RGB Variations
Color information
#4D4793 (or 0x4D4793) is known color: Dark Slate Blue. HEX triplet: 4D, 47 and 93. RGB value is (77,71,147). Sum of RGB (Red+Green+Blue) = 77+71+147=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D4793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4793 is #B2B86C. Grayscale: #515151. Windows color (decimal): -11712621 or 9652045. OLE color: 9652045.
HSL color Cylindrical-coordinate representation of color #4D4793: hue angle of 244.74º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D4793 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 71 | 147 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.42 |
| HSL | 244.74º | 0.35% | 0.43% | - |
| HSV(B) | 244.74º | 0.52% | 0.58% | - |
| XYZ | 10.58 | 8.19 | 28.63 | - |
| YUV | 81.46 | 164.99 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 147 | 0.48 | 0.52 | 0 | 0.42 | 244.74 | 0.35 | 0.43 |
| Hex | 4D | 47 | 93 | 30 | 34 | 0 | 2A | F5 | 23 | 2B |
| Octal | 115 | 107 | 223 | 60 | 64 | 0 | 52 | 365 | 43 | 53 |
| Binary | 1001101 | 1000111 | 10010011 | 110000 | 110100 | 0 | 101010 | 11110101 | 100011 | 101011 |
Color Harmonies of #4D4793
Complementary color
Monochromatic Colors of #4D4793
Black with #4D4793
Text Example
Text Example
White with #4D4793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4793; }
p { color: rgb(77,71,147); }
H1.HeaderClassName
{
color: #4D4793;
}
.AnyTagClassName
{
color: #4D4793;
}
</style>
background-color css
<style>
a { background-color: #4D4793; }
a { background-color: rgb(77,71,147); }
div.DivClassName
{
background-color: #4D4793;
}
.BgClassName
{
background-color: #4D4793;
}
</style>
border-color css
<style>
span { border-color: #4D4793; }
span { border-color: rgb(77,71,147); }
td.TdClassName
{
border-color: #4D4793;
}
.TagClassName
{
border-color: #4D4793;
}
</style>