Shades of Dark Slate Blue #4D4285
Tints of Dark Slate Blue #4D4285
RGB
CMYK
RGB Variations
Color information
#4D4285 (or 0x4D4285) is known color: Dark Slate Blue. HEX triplet: 4D, 42 and 85. RGB value is (77,66,133). Sum of RGB (Red+Green+Blue) = 77+66+133=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D4285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4285 is #B2BD7A. Grayscale: #4C4C4C. Windows color (decimal): -11713915 or 8733261. OLE color: 8733261.
HSL color Cylindrical-coordinate representation of color #4D4285: hue angle of 249.85º degrees, saturation: 0.34, 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 #4D4285 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 66 | 133 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.48 |
| HSL | 249.85º | 0.34% | 0.39% | - |
| HSV(B) | 249.85º | 0.5% | 0.52% | - |
| XYZ | 9.24 | 7.17 | 23.09 | - |
| YUV | 76.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 133 | 0.42 | 0.50 | 0 | 0.48 | 249.85 | 0.34 | 0.39 |
| Hex | 4D | 42 | 85 | 2A | 32 | 0 | 30 | FA | 22 | 27 |
| Octal | 115 | 102 | 205 | 52 | 62 | 0 | 60 | 372 | 42 | 47 |
| Binary | 1001101 | 1000010 | 10000101 | 101010 | 110010 | 0 | 110000 | 11111010 | 100010 | 100111 |
Color Harmonies of #4D4285
Complementary color
Monochromatic Colors of #4D4285
Black with #4D4285
Text Example
Text Example
White with #4D4285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4285; }
p { color: rgb(77,66,133); }
H1.HeaderClassName
{
color: #4D4285;
}
.AnyTagClassName
{
color: #4D4285;
}
</style>
background-color css
<style>
a { background-color: #4D4285; }
a { background-color: rgb(77,66,133); }
div.DivClassName
{
background-color: #4D4285;
}
.BgClassName
{
background-color: #4D4285;
}
</style>
border-color css
<style>
span { border-color: #4D4285; }
span { border-color: rgb(77,66,133); }
td.TdClassName
{
border-color: #4D4285;
}
.TagClassName
{
border-color: #4D4285;
}
</style>