Shades of Dark Slate Blue #4D4085
Tints of Dark Slate Blue #4D4085
RGB
CMYK
RGB Variations
Color information
#4D4085 (or 0x4D4085) is known color: Dark Slate Blue. HEX triplet: 4D, 40 and 85. RGB value is (77,64,133). Sum of RGB (Red+Green+Blue) = 77+64+133=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D4085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4085 is #B2BF7A. Grayscale: #4B4B4B. Windows color (decimal): -11714427 or 8732749. OLE color: 8732749.
HSL color Cylindrical-coordinate representation of color #4D4085: hue angle of 251.3º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D4085 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 64 | 133 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.48 |
| HSL | 251.3º | 0.35% | 0.39% | - |
| HSV(B) | 251.3º | 0.52% | 0.52% | - |
| XYZ | 9.13 | 6.94 | 23.05 | - |
| YUV | 75.75 | 160.31 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 133 | 0.42 | 0.52 | 0 | 0.48 | 251.3 | 0.35 | 0.39 |
| Hex | 4D | 40 | 85 | 2A | 34 | 0 | 30 | FB | 23 | 27 |
| Octal | 115 | 100 | 205 | 52 | 64 | 0 | 60 | 373 | 43 | 47 |
| Binary | 1001101 | 1000000 | 10000101 | 101010 | 110100 | 0 | 110000 | 11111011 | 100011 | 100111 |
Color Harmonies of #4D4085
Complementary color
Monochromatic Colors of #4D4085
Black with #4D4085
Text Example
Text Example
White with #4D4085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4085; }
p { color: rgb(77,64,133); }
H1.HeaderClassName
{
color: #4D4085;
}
.AnyTagClassName
{
color: #4D4085;
}
</style>
background-color css
<style>
a { background-color: #4D4085; }
a { background-color: rgb(77,64,133); }
div.DivClassName
{
background-color: #4D4085;
}
.BgClassName
{
background-color: #4D4085;
}
</style>
border-color css
<style>
span { border-color: #4D4085; }
span { border-color: rgb(77,64,133); }
td.TdClassName
{
border-color: #4D4085;
}
.TagClassName
{
border-color: #4D4085;
}
</style>