Shades of Dark Slate Blue #4D4185
Tints of Dark Slate Blue #4D4185
RGB
CMYK
RGB Variations
Color information
#4D4185 (or 0x4D4185) is known color: Dark Slate Blue. HEX triplet: 4D, 41 and 85. RGB value is (77,65,133). Sum of RGB (Red+Green+Blue) = 77+65+133=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D4185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4185 is #B2BE7A. Grayscale: #4C4C4C. Windows color (decimal): -11714171 or 8733005. OLE color: 8733005.
HSL color Cylindrical-coordinate representation of color #4D4185: hue angle of 250.59º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D4185 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 65 | 133 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.48 |
| HSL | 250.59º | 0.34% | 0.39% | - |
| HSV(B) | 250.59º | 0.51% | 0.52% | - |
| XYZ | 9.18 | 7.05 | 23.07 | - |
| YUV | 76.34 | 159.98 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 133 | 0.42 | 0.51 | 0 | 0.48 | 250.59 | 0.34 | 0.39 |
| Hex | 4D | 41 | 85 | 2A | 33 | 0 | 30 | FB | 22 | 27 |
| Octal | 115 | 101 | 205 | 52 | 63 | 0 | 60 | 373 | 42 | 47 |
| Binary | 1001101 | 1000001 | 10000101 | 101010 | 110011 | 0 | 110000 | 11111011 | 100010 | 100111 |
Color Harmonies of #4D4185
Complementary color
Monochromatic Colors of #4D4185
Black with #4D4185
Text Example
Text Example
White with #4D4185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4185; }
p { color: rgb(77,65,133); }
H1.HeaderClassName
{
color: #4D4185;
}
.AnyTagClassName
{
color: #4D4185;
}
</style>
background-color css
<style>
a { background-color: #4D4185; }
a { background-color: rgb(77,65,133); }
div.DivClassName
{
background-color: #4D4185;
}
.BgClassName
{
background-color: #4D4185;
}
</style>
border-color css
<style>
span { border-color: #4D4185; }
span { border-color: rgb(77,65,133); }
td.TdClassName
{
border-color: #4D4185;
}
.TagClassName
{
border-color: #4D4185;
}
</style>