Shades of Dark Slate Blue #4D498E
Tints of Dark Slate Blue #4D498E
RGB
CMYK
RGB Variations
Color information
#4D498E (or 0x4D498E) is known color: Dark Slate Blue. HEX triplet: 4D, 49 and 8E. RGB value is (77,73,142). Sum of RGB (Red+Green+Blue) = 77+73+142=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D498E is #B2B671. Grayscale: #515151. Windows color (decimal): -11712114 or 9324877. OLE color: 9324877.
HSL color Cylindrical-coordinate representation of color #4D498E: hue angle of 243.48º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D498E is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 73 | 142 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.44 |
| HSL | 243.48º | 0.32% | 0.42% | - |
| HSV(B) | 243.48º | 0.49% | 0.56% | - |
| XYZ | 10.33 | 8.3 | 26.65 | - |
| YUV | 82.06 | 161.83 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 142 | 0.46 | 0.49 | 0 | 0.44 | 243.48 | 0.32 | 0.42 |
| Hex | 4D | 49 | 8E | 2E | 31 | 0 | 2C | F3 | 20 | 2A |
| Octal | 115 | 111 | 216 | 56 | 61 | 0 | 54 | 363 | 40 | 52 |
| Binary | 1001101 | 1001001 | 10001110 | 101110 | 110001 | 0 | 101100 | 11110011 | 100000 | 101010 |
Color Harmonies of #4D498E
Complementary color
Monochromatic Colors of #4D498E
Black with #4D498E
Text Example
Text Example
White with #4D498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D498E; }
p { color: rgb(77,73,142); }
H1.HeaderClassName
{
color: #4D498E;
}
.AnyTagClassName
{
color: #4D498E;
}
</style>
background-color css
<style>
a { background-color: #4D498E; }
a { background-color: rgb(77,73,142); }
div.DivClassName
{
background-color: #4D498E;
}
.BgClassName
{
background-color: #4D498E;
}
</style>
border-color css
<style>
span { border-color: #4D498E; }
span { border-color: rgb(77,73,142); }
td.TdClassName
{
border-color: #4D498E;
}
.TagClassName
{
border-color: #4D498E;
}
</style>