Shades of Dark Slate Blue #4D498A
Tints of Dark Slate Blue #4D498A
RGB
CMYK
RGB Variations
Color information
#4D498A (or 0x4D498A) is known color: Dark Slate Blue. HEX triplet: 4D, 49 and 8A. RGB value is (77,73,138). Sum of RGB (Red+Green+Blue) = 77+73+138=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D498A is #B2B675. Grayscale: #515151. Windows color (decimal): -11712118 or 9062733. OLE color: 9062733.
HSL color Cylindrical-coordinate representation of color #4D498A: hue angle of 243.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D498A is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 73 | 138 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.46 |
| HSL | 243.69º | 0.31% | 0.41% | - |
| HSV(B) | 243.69º | 0.47% | 0.54% | - |
| XYZ | 10.03 | 8.18 | 25.09 | - |
| YUV | 81.61 | 159.83 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 138 | 0.44 | 0.47 | 0 | 0.46 | 243.69 | 0.31 | 0.41 |
| Hex | 4D | 49 | 8A | 2C | 2F | 0 | 2E | F4 | 1F | 29 |
| Octal | 115 | 111 | 212 | 54 | 57 | 0 | 56 | 364 | 37 | 51 |
| Binary | 1001101 | 1001001 | 10001010 | 101100 | 101111 | 0 | 101110 | 11110100 | 11111 | 101001 |
Color Harmonies of #4D498A
Complementary color
Monochromatic Colors of #4D498A
Black with #4D498A
Text Example
Text Example
White with #4D498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D498A; }
p { color: rgb(77,73,138); }
H1.HeaderClassName
{
color: #4D498A;
}
.AnyTagClassName
{
color: #4D498A;
}
</style>
background-color css
<style>
a { background-color: #4D498A; }
a { background-color: rgb(77,73,138); }
div.DivClassName
{
background-color: #4D498A;
}
.BgClassName
{
background-color: #4D498A;
}
</style>
border-color css
<style>
span { border-color: #4D498A; }
span { border-color: rgb(77,73,138); }
td.TdClassName
{
border-color: #4D498A;
}
.TagClassName
{
border-color: #4D498A;
}
</style>