Shades of Dark Slate Blue #4D4182
Tints of Dark Slate Blue #4D4182
RGB
CMYK
RGB Variations
Color information
#4D4182 (or 0x4D4182) is known color: Dark Slate Blue. HEX triplet: 4D, 41 and 82. RGB value is (77,65,130). Sum of RGB (Red+Green+Blue) = 77+65+130=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D4182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4182 is #B2BE7D. Grayscale: #4B4B4B. Windows color (decimal): -11714174 or 8536397. OLE color: 8536397.
HSL color Cylindrical-coordinate representation of color #4D4182: hue angle of 251.08º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D4182 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 65 | 130 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.49 |
| HSL | 251.08º | 0.33% | 0.38% | - |
| HSV(B) | 251.08º | 0.5% | 0.51% | - |
| XYZ | 8.98 | 6.97 | 21.99 | - |
| YUV | 76 | 158.48 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 130 | 0.41 | 0.50 | 0 | 0.49 | 251.08 | 0.33 | 0.38 |
| Hex | 4D | 41 | 82 | 29 | 32 | 0 | 31 | FB | 21 | 26 |
| Octal | 115 | 101 | 202 | 51 | 62 | 0 | 61 | 373 | 41 | 46 |
| Binary | 1001101 | 1000001 | 10000010 | 101001 | 110010 | 0 | 110001 | 11111011 | 100001 | 100110 |
Color Harmonies of #4D4182
Complementary color
Monochromatic Colors of #4D4182
Black with #4D4182
Text Example
Text Example
White with #4D4182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4182; }
p { color: rgb(77,65,130); }
H1.HeaderClassName
{
color: #4D4182;
}
.AnyTagClassName
{
color: #4D4182;
}
</style>
background-color css
<style>
a { background-color: #4D4182; }
a { background-color: rgb(77,65,130); }
div.DivClassName
{
background-color: #4D4182;
}
.BgClassName
{
background-color: #4D4182;
}
</style>
border-color css
<style>
span { border-color: #4D4182; }
span { border-color: rgb(77,65,130); }
td.TdClassName
{
border-color: #4D4182;
}
.TagClassName
{
border-color: #4D4182;
}
</style>