Shades of Dark Slate Blue #4D4385
Tints of Dark Slate Blue #4D4385
RGB
CMYK
RGB Variations
Color information
#4D4385 (or 0x4D4385) is known color: Dark Slate Blue. HEX triplet: 4D, 43 and 85. RGB value is (77,67,133). Sum of RGB (Red+Green+Blue) = 77+67+133=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D4385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4385 is #B2BC7A. Grayscale: #4D4D4D. Windows color (decimal): -11713659 or 8733517. OLE color: 8733517.
HSL color Cylindrical-coordinate representation of color #4D4385: hue angle of 249.09º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D4385 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 67 | 133 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.48 |
| HSL | 249.09º | 0.33% | 0.39% | - |
| HSV(B) | 249.09º | 0.5% | 0.52% | - |
| XYZ | 9.3 | 7.29 | 23.11 | - |
| YUV | 77.51 | 159.31 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 133 | 0.42 | 0.50 | 0 | 0.48 | 249.09 | 0.33 | 0.39 |
| Hex | 4D | 43 | 85 | 2A | 32 | 0 | 30 | F9 | 21 | 27 |
| Octal | 115 | 103 | 205 | 52 | 62 | 0 | 60 | 371 | 41 | 47 |
| Binary | 1001101 | 1000011 | 10000101 | 101010 | 110010 | 0 | 110000 | 11111001 | 100001 | 100111 |
Color Harmonies of #4D4385
Complementary color
Monochromatic Colors of #4D4385
Black with #4D4385
Text Example
Text Example
White with #4D4385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4385; }
p { color: rgb(77,67,133); }
H1.HeaderClassName
{
color: #4D4385;
}
.AnyTagClassName
{
color: #4D4385;
}
</style>
background-color css
<style>
a { background-color: #4D4385; }
a { background-color: rgb(77,67,133); }
div.DivClassName
{
background-color: #4D4385;
}
.BgClassName
{
background-color: #4D4385;
}
</style>
border-color css
<style>
span { border-color: #4D4385; }
span { border-color: rgb(77,67,133); }
td.TdClassName
{
border-color: #4D4385;
}
.TagClassName
{
border-color: #4D4385;
}
</style>