Shades of Dark Slate Blue #4D4282
Tints of Dark Slate Blue #4D4282
RGB
CMYK
RGB Variations
Color information
#4D4282 (or 0x4D4282) is known color: Dark Slate Blue. HEX triplet: 4D, 42 and 82. RGB value is (77,66,130). Sum of RGB (Red+Green+Blue) = 77+66+130=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D4282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4282 is #B2BD7D. Grayscale: #4C4C4C. Windows color (decimal): -11713918 or 8536653. OLE color: 8536653.
HSL color Cylindrical-coordinate representation of color #4D4282: hue angle of 250.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D4282 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 66 | 130 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.49 |
| HSL | 250.31º | 0.33% | 0.38% | - |
| HSV(B) | 250.31º | 0.49% | 0.51% | - |
| XYZ | 9.04 | 7.09 | 22.01 | - |
| YUV | 76.59 | 158.14 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 130 | 0.41 | 0.49 | 0 | 0.49 | 250.31 | 0.33 | 0.38 |
| Hex | 4D | 42 | 82 | 29 | 31 | 0 | 31 | FA | 21 | 26 |
| Octal | 115 | 102 | 202 | 51 | 61 | 0 | 61 | 372 | 41 | 46 |
| Binary | 1001101 | 1000010 | 10000010 | 101001 | 110001 | 0 | 110001 | 11111010 | 100001 | 100110 |
Color Harmonies of #4D4282
Complementary color
Monochromatic Colors of #4D4282
Black with #4D4282
Text Example
Text Example
White with #4D4282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4282; }
p { color: rgb(77,66,130); }
H1.HeaderClassName
{
color: #4D4282;
}
.AnyTagClassName
{
color: #4D4282;
}
</style>
background-color css
<style>
a { background-color: #4D4282; }
a { background-color: rgb(77,66,130); }
div.DivClassName
{
background-color: #4D4282;
}
.BgClassName
{
background-color: #4D4282;
}
</style>
border-color css
<style>
span { border-color: #4D4282; }
span { border-color: rgb(77,66,130); }
td.TdClassName
{
border-color: #4D4282;
}
.TagClassName
{
border-color: #4D4282;
}
</style>